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

Class AnyClass

Lib/test/test_slice.py:142–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 self.assertEqual(s.step, 3)
141
142 class AnyClass:
143 pass
144
145 obj = AnyClass()
146 s = slice(obj)

Callers 1

test_membersMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_membersMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…