Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data-apis/python-record-api
/ TOS2
Method
TOS2
record_api/core.py:339–340 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
337
338
@property
339
def
TOS2(self):
340
return
self.op_stack[-3]
341
342
def
pop(self):
343
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected