MCPcopy
hub / github.com/Gallopsled/pwntools / function

Function function

pwnlib/shellcraft/internal.py:154–155  ·  view source on GitHub ↗
(*a)

Source from the content-addressed store, hash-verified

152
153 @functools.wraps(res)
154 def function(*a):
155 return sys.modules[res.__module__].function(res.__name__, res, *a)
156 @functools.wraps(res)
157 def call(*a):
158 return sys.modules[res.__module__].call(res.__name__, *a)

Callers 8

null_wrapperMethod · 0.85
whitespace_wrapperMethod · 0.85
string_wrapperMethod · 0.85
innerMethod · 0.85
wrapperMethod · 0.85
setterFunction · 0.85
wrapperMethod · 0.85
streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected