| Trees | Indices | Help |
|
|---|
|
|
1 # Copyright (C) 2002, Thomas Hamelryck (thamelry@binf.ku.dk) 2 # This code is part of the Biopython distribution and governed by its 3 # license. Please see the LICENSE file that should have been included 4 # as part of this package. 5 6 """Some Bio.PDB-specific exceptions.""" 7 8 from Bio import BiopythonWarning 9 10 11 # General error 14 15 16 # The PDB file cannot be unambiguously represented in the SMCRA 17 # data structure 20 21 24
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 5 18:03:48 2013 | http://epydoc.sourceforge.net |