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

Function wrapper

pythonmemorymodule/pefile.py:58–60  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

56
57 @functools.wraps(f)
58 def wrapper(*args, **kwargs):
59 # return copymod.deepcopy(cached_func(*args, **kwargs))
60 return copymod.copy(cached_func(*args, **kwargs))
61
62 return wrapper
63

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected