Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5014
def
global_identity(x):
5015
return
x
5016
5017
class
TestObject:
5018
def
test(self, *args, **kwargs):
Callers
1
testfunc
Method · 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…