get_model_count#

biotite.structure.io.pdb.get_model_count(pdb_file)[source]#

Get the number of models contained in a PDBFile.

Parameters:
pdb_filePDBFile

The file object.

Returns:
model_countint

The number of models.