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

Class TestClass

Lib/test/test_docxmlrpc.py:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 # Create and register classes and functions
37 class TestClass(object):
38 def test_method(self, arg):
39 """Test method's docs. This method truly does very little."""
40 self.arg = arg
41
42 serv.register_introspection_functions()
43 serv.register_instance(TestClass())

Callers 2

make_serverFunction · 0.70
_make_skipped_testFunction · 0.50

Calls

no outgoing calls

Tested by 1

make_serverFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…