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

Class DocumentContext

suds/plugin.py:43–51  ·  view source on GitHub ↗

The XML document load context. @ivar url: The URL. @type url: str @ivar document: Either the XML text or the B{parsed} document root. @type document: (str|L{sax.element.Element})

Source from the content-addressed store, hash-verified

41
42
43class DocumentContext(Context):
44 """
45 The XML document load context.
46 @ivar url: The URL.
47 @type url: str
48 @ivar document: Either the XML text or the B{parsed} document root.
49 @type document: (str|L{sax.element.Element})
50 """
51 pass
52
53
54class MessageContext(Context):

Callers 1

parsedMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected