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