Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ diff
Method
diff
pythonmemorymodule/pefile.py:740–741 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
738
self.max = value
if
self.max is None
else
max(self.max, value)
739
740
def
diff(self):
741
return
0
if
self.min is None or self.max is None
else
self.max - self.min
742
743
744
class
UnicodeStringWrapperPostProcessor:
Callers
1
get_import_table
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected