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

Method _

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

Source from the content-addressed store, hash-verified

2335 return "base"
2336 @g.register(decimal.DecimalException)
2337 def _(obj):
2338 return obj.args
2339 subn = decimal.Subnormal("Exponent < Emin")
2340 rnd = decimal.Rounded("Number got rounded")
2341 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