Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ push
Method
push
lean_py/z3/core.py:3053–3054 ·
view source on GitHub ↗
(self, v: Any)
Source
from the content-addressed store, hash-verified
3051
self._elems: list[Any] = []
3052
3053
def
push(self, v: Any) -> None:
3054
self._elems.append(v)
3055
3056
def
__len__(self) -> int:
3057
return
len(self._elems)
Callers
6
test_push_and_len
Method · 0.95
test_getitem
Method · 0.95
test_setitem
Method · 0.95
test_iter
Method · 0.95
test_contains
Method · 0.95
test_translate
Method · 0.95
Calls
no outgoing calls
Tested by
6
test_push_and_len
Method · 0.76
test_getitem
Method · 0.76
test_setitem
Method · 0.76
test_iter
Method · 0.76
test_contains
Method · 0.76
test_translate
Method · 0.76