MCPcopy 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_lenMethod · 0.95
test_getitemMethod · 0.95
test_setitemMethod · 0.95
test_iterMethod · 0.95
test_containsMethod · 0.95
test_translateMethod · 0.95

Calls

no outgoing calls

Tested by 6

test_push_and_lenMethod · 0.76
test_getitemMethod · 0.76
test_setitemMethod · 0.76
test_iterMethod · 0.76
test_containsMethod · 0.76
test_translateMethod · 0.76