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.Alphabet import generic_protein from Bio.PDB import PDBParser, PPBuilder, CaPPBuilder, PDBIO, Select from Bio.PDB import HSExposureCA, HSExposureCB, ExposureCN from Bio.PDB.PDBExceptions import PDBConstructionException, PDBConstructionWarning from Bio.PDB import rotmat, Vector
def test_HSExposureCA(self): """HSExposureCA.""" hse = HSExposureCA(self.model, self.radius) residues = self.a_residues self.assertEqual(0, len(residues[0].xtra))
src/b/i/biopython-HEAD/Tests/test_PDB.py biopython(Download)
from Bio.Alphabet import generic_protein from Bio.PDB import PDBParser, PPBuilder, CaPPBuilder, PDBIO, Select from Bio.PDB import HSExposureCA, HSExposureCB, ExposureCN from Bio.PDB.PDBExceptions import PDBConstructionException, PDBConstructionWarning from Bio.PDB import rotmat, Vector
def test_HSExposureCA(self): """HSExposureCA.""" hse = HSExposureCA(self.model, self.radius) residues = self.a_residues self.assertEqual(0, len(residues[0].xtra))