Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ div
Method
div
Lib/test/test_xmlrpc.py:614–615 ·
view source on GitHub ↗
(self, x, y)
Source
from the content-addressed store, hash-verified
612
def
http_server(evt, numrequests, requestHandler=None, encoding=None):
613
class
TestInstanceClass:
614
def
div(self, x, y):
615
return
x // y
616
617
def
_methodHelp(self, name):
618
if
name ==
'div'
:
Callers
1
test_multicall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected