MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / items

Method items

suds/client.py:63–72  ·  view source on GitHub ↗

Extract the I{items} from a suds object much like the items() method works on I{dict}. @param sobject: A suds object @type sobject: L{Object} @return: A list of items contained in I{sobject}. @rtype: [(key, value),...]

(cls, sobject)

Source from the content-addressed store, hash-verified

61 """
62 @classmethod
63 def items(cls, sobject):
64 """
65 Extract the I{items} from a suds object much like the
66 items() method works on I{dict}.
67 @param sobject: A suds object
68 @type sobject: L{Object}
69 @return: A list of items contained in I{sobject}.
70 @rtype: [(key, value),...]
71 """
72 return sudsobject.items(sobject)
73
74 @classmethod
75 def dict(cls, sobject):

Callers 15

constants.pyFile · 0.45
init_tutorialsFunction · 0.45
process.pyFile · 0.45
translate_sectionsFunction · 0.45
updateMethod · 0.45
strMethod · 0.45
setdurationMethod · 0.45
tostrFunction · 0.45
nextprefixMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected