MCPcopy 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
494class 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
resetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected