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

Method _

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

Source from the content-addressed store, hash-verified

2761 self.arg = "base"
2762 @t.register(int)
2763 def _(self, arg):
2764 self.arg = "int"
2765 @t.register(str)
2766 def _(self, arg):
2767 self.arg = "str"

Callers

nothing calls this directly

Calls 3

isinstanceFunction · 0.85
strFunction · 0.85
clsClass · 0.50

Tested by

no test coverage detected