| Trees | Indices | Help |
|
|---|
|
|
1 # Copyright 2007 by Tiago Antao. All rights reserved. 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 7 from Bio.PopGen import GenePop 8 9 """ 10 Utility functions to deal with GenePop files 11 12 This had some functions that where moved to 13 GenePop.Record (now methods of that class). 14 15 This file is maintained as it is believed it will have 16 utility functions in the future again. 17 """ 18
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 5 18:03:38 2013 | http://epydoc.sourceforge.net |