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

Method __call__

log4rce.py:190–191  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

188 self.__java_class = java_class
189
190 def __call__(self, *args, **kwargs):
191 super().__init__(*args, **kwargs)
192
193 def do_GET(self):
194 self.send_response(200)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected