Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/b/i/biopython-1.63/Tests/test_PDB.py biopython(Download)
from Bio.PDB import HSExposureCA, HSExposureCB, ExposureCN from Bio.PDB.PDBExceptions import PDBConstructionException, PDBConstructionWarning from Bio.PDB import rotmat, Vector from Bio.PDB import Residue, Atom from Bio.PDB import make_dssp_dict
def test_transform(self): """Transform entities (rotation and translation).""" for o in (self.s, self.m, self.c, self.r, self.a): rotation = rotmat(Vector(1, 3, 5), Vector(1, 0, 0)) translation=numpy.array((2.4, 0, 1), 'f')
src/b/i/biopython-HEAD/Tests/test_PDB.py biopython(Download)
from Bio.PDB import HSExposureCA, HSExposureCB, ExposureCN from Bio.PDB.PDBExceptions import PDBConstructionException, PDBConstructionWarning from Bio.PDB import rotmat, Vector from Bio.PDB import Residue, Atom from Bio.PDB import make_dssp_dict
def test_transform(self): """Transform entities (rotation and translation).""" for o in (self.s, self.m, self.c, self.r, self.a): rotation = rotmat(Vector(1, 3, 5), Vector(1, 0, 0)) translation=numpy.array((2.4, 0, 1), 'f')