1 parent c16325a commit 1f844d7Copy full SHA for 1f844d7
2 files changed
openlcb/dataprocessor.py
@@ -8,7 +8,8 @@ class DataFormat(Enum):
8
9
10
class DataProcessor:
11
- """Superclass for data listeners.
+ """Collect & process consecutive data from each incoming MemoryReadMemo.
12
+ Superclass for data listeners.
13
"""
14
def __init__(self):
- pass
15
+ pass
openlcb/metadataprocessor.py
@@ -59,7 +59,7 @@ def format_of_space(space):
59
60
61
class XMLDataProcessor(xml.sax.handler.ContentHandler, DataProcessor):
62
- """Manage Configuration Description Information.
+ """Collect & process consecutive XML data from each incoming MemoryReadMemo
63
- Send events to downloadCDI caller describing the state and content
64
of the document construction.
65
- Collect and traverse XML in a CDI-specific way.
0 commit comments