MCPcopy 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
120class 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

findMethod · 0.90
rootMethod · 0.90
branchMethod · 0.90
pushMethod · 0.90
popMethod · 0.90
getchildMethod · 0.90
__str__Method · 0.90
dereferenceMethod · 0.90
sortMethod · 0.90
strMethod · 0.90
filterMethod · 0.90
resultMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected