Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/p/r/ProDy-1.5.1/prody/dynamics/plotting.py ProDy(Download)
raise TypeError('modes must be a NMA or ModeSet instance, ' 'not {0}'.format(type(modes))) if not modes.is3d(): raise ValueError('modes must be from a 3-dimensional model') if len(modes) != 3:
raise TypeError('onto must be a NMA or ModeSet instance, ' 'not {0}'.format(type(onto))) if not onto.is3d(): raise ValueError('onto must be from a 3-dimensional model') if len(onto) != 3:
src/p/r/ProDy-HEAD/prody/dynamics/plotting.py ProDy(Download)
raise TypeError('modes must be a NMA or ModeSet instance, ' 'not {0}'.format(type(modes))) if not modes.is3d(): raise ValueError('modes must be from a 3-dimensional model') if len(modes) != 3:
raise TypeError('onto must be a NMA or ModeSet instance, ' 'not {0}'.format(type(onto))) if not onto.is3d(): raise ValueError('onto must be from a 3-dimensional model') if len(onto) != 3: