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

Class Temp

Lib/test/test_capi/test_tuple.py:131–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130 # user class supports gc
131 class Temp:
132 pass
133 temp = Temp()
134 temp_rc = getrefcount(temp)
135 self.assertEqual(from_pair(temp, temp), (temp, temp))

Callers 1

check_tuple_from_pairMethod · 0.70

Calls

no outgoing calls

Tested by 1

check_tuple_from_pairMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…