MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / classname

Function classname

callbacks/callback.py:12–13  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

10 return re.sub('([a-z0-9])([A-Z])', r'\1_\2', s).lower()
11
12def classname(obj):
13 return obj.__class__.__name__
14
15
16class Callback:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected