Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ __init__
Method
__init__
suds/xsd/deplist.py:45–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
""
"
44
45
def
__init__(self):
46
""
" "
""
47
self.unsorted = []
48
self.index = {}
49
self.stack = []
50
self.pushed = set()
51
self.sorted = None
52
53
def
add(self, *items):
54
""
"
Callers
nothing calls this directly
Calls
1
set
Function · 0.50
Tested by
no test coverage detected