Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.45
to_xml
Function · 0.45
to_xml
Function · 0.45
strategy_best2.py
File · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected