Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ Stack
Class
Stack
suds/resolver.py:494–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
493
494
class
Stack(list):
495
def
__repr__(self):
496
result = []
497
for
item in self:
498
result.append(repr(item))
499
return
'\n'
.join(result)
Callers
2
__init__
Method · 0.85
reset
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected