Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ basename
Function
basename
docs/_ext/celerydocs.py:114–115 ·
view source on GitHub ↗
(module_fqdn)
Source
from the content-addressed store, hash-verified
112
113
114
def
basename(module_fqdn):
115
return
module_fqdn.lstrip(
'@'
).rsplit(
'.'
, -1)[-1]
116
117
118
def
modify_textnode(T, newtarget, node, src_dict, type):
Callers
1
modify_textnode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected