Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ Repr
Class
Repr
suds/__init__.py:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
120
class
Repr:
121
def
__init__(self, x):
122
self.x = x
123
124
def
__str__(self):
125
return
repr(self.x)
126
127
#
128
# Utility
Callers
12
find
Method · 0.90
root
Method · 0.90
branch
Method · 0.90
push
Method · 0.90
pop
Method · 0.90
getchild
Method · 0.90
__str__
Method · 0.90
dereference
Method · 0.90
sort
Method · 0.90
str
Method · 0.90
filter
Method · 0.90
result
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected