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

Method _

Lib/test/test_functools.py:2299–2300  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

2297 return "base"
2298 @g.register(decimal.DecimalException)
2299 def _(obj):
2300 return obj.args
2301 subn = decimal.Subnormal("Exponent < Emin")
2302 rnd = decimal.Rounded("Number got rounded")
2303 self.assertEqual(g(subn), ("Exponent < Emin",))

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
clsClass · 0.50

Tested by

no test coverage detected