MCPcopy
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
114def basename(module_fqdn):
115 return module_fqdn.lstrip('@').rsplit('.', -1)[-1]
116
117
118def modify_textnode(T, newtarget, node, src_dict, type):

Callers 1

modify_textnodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected