MCPcopy
hub / github.com/fluentpython/example-code-2e / items

Method items

17-it-generator/isis2json/subfield.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 return "CompositeField(%s)" % str(self.items())
126
127 def items(self):
128 return self.value
129
130 def __unicode__(self):
131 unicode(self.items())

Callers 8

__repr__Method · 0.95
__unicode__Method · 0.95
__str__Method · 0.95
mainFunction · 0.45
to_xmlFunction · 0.45
to_xmlFunction · 0.45
strategy_best2.pyFile · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected