Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
def
classname(obj):
13
return
obj.__class__.__name__
14
15
16
class
Callback:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected