MCPcopy 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
136def two_way_dict(pairs):
137 return dict([(e[1], e[0]) for e in pairs] + pairs)
138
139
140directory_entry_types = [

Callers 1

pefile.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected