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

Method autoqualified

suds/xsd/sxbase.py:352–359  ·  view source on GitHub ↗

The list of I{auto} qualified attribute values. Qualification means to convert values into I{qref}. @return: A list of attibute names. @rtype: list

(self)

Source from the content-addressed store, hash-verified

350 return (None, [])
351
352 def autoqualified(self):
353 """
354 The list of I{auto} qualified attribute values.
355 Qualification means to convert values into I{qref}.
356 @return: A list of attibute names.
357 @rtype: list
358 """
359 return ['type', 'ref']
360
361 def qualify(self):
362 """

Callers 1

qualifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected