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

Method run

Lib/test/test_interpreters/test_api.py:1136–1137  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1134 return self.value == other.value
1135
1136 def run(self, *args, **kwargs):
1137 return (self.value, args, kwargs)
1138
1139
1140def call_func_complex(op, /, value=None, *args, exc=None, **kwargs):

Callers 2

run_pythonMethod · 0.45
test_gh_109793Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected