Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/async_simple
/ filename
Method
filename
dbg/LazyStack.py:109–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
107
return
self.resume_func
108
109
def
filename(self):
110
return
self.line_info.symtab.filename
111
112
def
frame_args(self):
113
return
[SymValueWrapper(
"frame_addr"
, self.coro_frame.frame_addr_pointer),
Callers
1
__str__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected