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

Method u

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

Source from the content-addressed store, hash-verified

3619
3620 @functools.singledispatchmethod
3621 def u(self, arg):
3622 return 'general', arg
3623 u.register(int, Callable('special'))
3624
3625 v = functools.singledispatchmethod(Callable('general'))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected