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

Method get

pwnlib/term/text.py:132–133  ·  view source on GitHub ↗
(self, desc)

Source from the content-addressed store, hash-verified

130 raise AttributeError("'module' object has no attribute %r" % desc)
131
132 def get(self, desc):
133 return self.__getattr__(desc)
134
135tether = sys.modules[__name__]
136sys.modules[__name__] = Module()

Callers 15

initializeFunction · 0.45
which_binutilsFunction · 0.45
_assemblerFunction · 0.45
_linkerFunction · 0.45
_arch_headerFunction · 0.45
_logMethod · 0.45
yesnoFunction · 0.45
optionsFunction · 0.45
moreFunction · 0.45
get_gdb_archFunction · 0.45
check_cycle_Function · 0.45

Calls 1

__getattr__Method · 0.95

Tested by

no test coverage detected