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/Bio/PDB/StructureBuilder.py biopython(Download)
# SMCRA hierarchy from Bio.PDB.Structure import Structure from Bio.PDB.Model import Model from Bio.PDB.Chain import Chain from Bio.PDB.Residue import Residue, DisorderedResidue
o serial_num - int """ self.model=Model(model_id, serial_num) self.structure.add(self.model)
src/b/i/biopython-HEAD/Bio/PDB/StructureBuilder.py biopython(Download)
# SMCRA hierarchy from Bio.PDB.Structure import Structure from Bio.PDB.Model import Model from Bio.PDB.Chain import Chain from Bio.PDB.Residue import Residue, DisorderedResidue
o serial_num - int """ self.model=Model(model_id, serial_num) self.structure.add(self.model)