# dogID,fatherID,motherID,gender,born 64 66 67 2 1979 63 64 65 1 1982 62 191 195 2 1982 61 64 65 2 1982 ...
options = {}
options['pedfile'] = 'dog.ped'
options['pedname'] = 'A Large Dog Pedigree'
options['pedformat'] = 'asdgb'
if __name__ == '__main__':
test = pyp_newclasses.loadPedigree(options)
See About this document... for information on suggesting changes.