Lines Matching defs:div
608 def div(self, x, y):
612 if name == 'div':
613 return 'This is the div function'
672 def div(self, x, y):
676 if name == 'div':
677 return 'This is the div function'
861 expected_methods = set(['pow', 'div', 'my_function', 'add', 'têšt',
880 divhelp = p.system.methodHelp('div')
881 self.assertEqual(divhelp, 'This is the div function')
907 divsig = p.system.methodSignature('div')
921 multicall.div(127,42)