Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ __init__
Method
__init__
aura/stack.py:61–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
__slots__ = (
"bottom"
,
"frame"
)
60
61
def
__init__(self):
62
self.bottom = Frame()
63
self.frame = self.bottom
64
65
def
__contains__(self, key: str) -> bool:
66
if
type(key) != str:
Callers
nothing calls this directly
Calls
1
Frame
Class · 0.85
Tested by
no test coverage detected