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

Method __init__

log4rce.py:72–73  ·  view source on GitHub ↗
(self, raw: bytes)

Source from the content-addressed store, hash-verified

70 __raw: bytes
71
72 def __init__(self, raw: bytes):
73 self.__raw = raw
74
75 @classmethod
76 def load(cls, path: str) -> "JavaClass":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected