Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ unregisterSub
Function
unregisterSub
module/database/DatabaseBackend.py:300–301 ·
view source on GitHub ↗
(cls, klass)
Source
from the content-addressed store, hash-verified
298
299
@classmethod
300
def
unregisterSub(cls, klass):
301
cls.subs.remove(klass)
302
303
def
__getattr__(self, attr):
304
for
sub in DatabaseBackend.subs:
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected