Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ two_way_dict
Function
two_way_dict
pythonmemorymodule/pefile.py:136–137 ·
view source on GitHub ↗
(pairs)
Source
from the content-addressed store, hash-verified
134
135
136
def
two_way_dict(pairs):
137
return
dict([(e[1], e[0])
for
e in pairs] + pairs)
138
139
140
directory_entry_types = [
Callers
1
pefile.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected