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

Method t

Lib/test/test_functools.py:2760–2761  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

2758 class A:
2759 @functools.singledispatchmethod
2760 def t(self, arg):
2761 self.arg = "base"
2762 @t.register(int)
2763 def _(self, arg):
2764 self.arg = "int"

Calls 1

clsClass · 0.50

Tested by

no test coverage detected