MCPcopy Create free account
hub / github.com/alibaba/async_simple / address

Method address

dbg/LazyStack.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 self.line_info = gdb.find_pc_line(self.resume_func)
105
106 def address(self):
107 return self.resume_func
108
109 def filename(self):
110 return self.line_info.symtab.filename

Callers 1

__str__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected