MCPcopy Index your code
hub / github.com/RustPython/RustPython / Right

Class Right

Lib/test/test_subclassinit.py:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 cls.calls += [middle]
90
91 class Right(Base):
92 def __init_subclass__(cls, right="right", **kwargs):
93 super().__init_subclass__(**kwargs)
94 cls.calls += [right]
95
96 class A(Left, Middle, Right, middle="middle"):
97 pass

Callers 2

takeMethod · 0.50
map_utf8Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected