Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ ConfigPlugin
Class
ConfigPlugin
src/Config.py:456–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
455
@PluginManager.acceptPlugins
456
class
ConfigPlugin(object):
457
def
__init__(self, config):
458
self.parser = config.parser
459
self.createArguments()
460
461
def
createArguments(self):
462
pass
463
464
ConfigPlugin(self)
465
Callers
1
loadPlugins
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected