MCPcopy Create free account
hub / github.com/alexandre-lavoie/python-log4rce / __init__

Method __init__

log4rce.py:145–147  ·  view source on GitHub ↗
(self, java_class: JavaClass, path: str)

Source from the content-addressed store, hash-verified

143 __path: str
144
145 def __init__(self, java_class: JavaClass, path: str):
146 self.__java_class = java_class
147 self.__path = path
148
149 def __call__(self, *args, **kwargs):
150 super().__init__(*args, **kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected