예제 #1
0
 def fam_stmt(self, *ts):
     (args, ) = ts
     family = Family.from_args(args)
     self.families[family.id_] = family
     return family