示例#1
0
 def testAttaching_12_defaultName_RecursiveAttach(self):
     p1 = TreeDict()
     p1.p2 = TreeDict()
     
     p1.attach(recursive = True)