Closed dijxtra closed 14 years ago
Family.init() calls Family.parse(), but nothing happens. Other Family methods (e.g. Family.husband() successfully call and execute Family.parse().
Family.init()
Family.parse()
Family.husband()
Same problem with Individual.__init().
Individual.__init()
Fixed in commit 0621dfd4c080b33e7cba.
Family.init()
callsFamily.parse()
, but nothing happens. Other Family methods (e.g.Family.husband()
successfully call and executeFamily.parse()
.Same problem with
Individual.__init()
.