Exemplo n.º 1
0
 def testArgs(self):
     c = BaseControl()
     c._oneArg("a")
     c("a")
Exemplo n.º 2
0
 def testNoArgs(self):
     c = BaseControl()
     c._noargs()
     c()