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

Function global_identity

Lib/test/test_capi/test_opt.py:5014–5015  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

5012 self.assertEqual(result[0].rc, 0, result)
5013
5014def global_identity(x):
5015 return x
5016
5017class TestObject:
5018 def test(self, *args, **kwargs):

Callers 1

testfuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…