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 from copy import deepcopy 9 10 """ 11 Utility functions to deal with GenePop files 12 13 This had some functions that where moved to 14 GenePop.Record (now methods of that class). 15 16 This file is maintained as it is believed it will have 17 utility functions in the future again. 18 """ 19
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:28:08 2008 | http://epydoc.sourceforge.net |