get_model_count# biotite.structure.io.pdb.get_model_count(pdb_file)[source]# Get the number of models contained in a PDBFile. Parameters: pdb_filePDBFileThe file object. Returns: model_countintThe number of models.