示例#1
0
 def testArgs(self):
     c = BaseControl()
     c._oneArg("a")
     c("a")
示例#2
0
 def testNoArgs(self):
     c = BaseControl()
     c._noargs()
     c()