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

Method __repr__

log4rce.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 self.__raw = self.__raw[:index-3] + self.str_size(payload) + payload + self.__raw[index+3:]
107
108 def __repr__(self) -> str:
109 return f"JavaClass({self.__raw})"
110
111class LDAPResponse():
112 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected