MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / __init__

Method __init__

pythonmemorymodule/pefile.py:730–733  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

728
729class AddressSet(set):
730 def __init__(self):
731 super().__init__()
732 self.min = None
733 self.max = None
734
735 def add(self, value):
736 super().add(value)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected