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

Class Subclass

Lib/test/test_collections.py:292–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291 # testing proper return types for ChainMap and it's subclasses
292 class Subclass(ChainMap):
293 pass
294
295 class SubclassRor(ChainMap):
296 def __ror__(self, other):

Callers 1

test_union_operatorsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_union_operatorsMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…