MCPcopy Index your code
hub / github.com/python/cpython / _

Function _

Lib/test/test_xmlrpc.py:658–659  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

656 return True
657 @serv.register_function(name='add')
658 def _(x, y):
659 return x + y
660 testInstance = TestInstanceClass()
661 serv.register_instance(testInstance, allow_dotted_names=True)
662 evt.set()

Callers 15

_test_capitalizeMethod · 0.70
test_countMethod · 0.70
test_endswithMethod · 0.70
test_expandtabsMethod · 0.70
test_findMethod · 0.70
test_indexMethod · 0.70
test_isalnumMethod · 0.70
test_isalphaMethod · 0.70
test_isdigitMethod · 0.70
test_islowerMethod · 0.70
test_isspaceMethod · 0.70
test_istitleMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected