MCPcopy Index your code
hub / github.com/RustPython/RustPython / div

Method div

Lib/test/test_xmlrpc.py:617–618  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

615def http_server(evt, numrequests, requestHandler=None, encoding=None):
616 class TestInstanceClass:
617 def div(self, x, y):
618 return x // y
619
620 def _methodHelp(self, name):
621 if name == 'div':

Callers 1

test_multicallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected