debian-zeep/src/zeep/xsd/context.py

6 lines
134 B
Python

class XmlParserContext(object):
"""Parser context when parsing XML elements"""
def __init__(self):
self.schemas = []