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

Method nillable

suds/umx/core.py:216–224  ·  view source on GitHub ↗

Get whether the object is nillable. @param content: The current content being unmarshalled. @type content: L{Content} @return: True if nillable, else False @rtype: boolean

(self, content)

Source from the content-addressed store, hash-verified

214 return False
215
216 def nillable(self, content):
217 """
218 Get whether the object is nillable.
219 @param content: The current content being unmarshalled.
220 @type content: L{Content}
221 @return: True if nillable, else False
222 @rtype: boolean
223 '"""
224 return False

Callers 1

postprocessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected