MCPcopy Index your code
hub / github.com/pyload/pyload / __init__

Method __init__

module/plugins/Plugin.py:69–75  ·  view source on GitHub ↗
(self, core)

Source from the content-addressed store, hash-verified

67 """
68
69 def __init__(self, core):
70 #: Core instance
71 self.core = core
72 #: logging instance
73 self.log = core.log
74 #: core config
75 self.config = core.config
76
77 #log functions
78 def logInfo(self, *args):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected