Skip to content

Commit 1f844d7

Browse files
committed
Improve docstrings.
1 parent c16325a commit 1f844d7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

openlcb/dataprocessor.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ class DataFormat(Enum):
88

99

1010
class DataProcessor:
11-
"""Superclass for data listeners.
11+
"""Collect & process consecutive data from each incoming MemoryReadMemo.
12+
Superclass for data listeners.
1213
"""
1314
def __init__(self):
14-
pass
15+
pass

openlcb/metadataprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def format_of_space(space):
5959

6060

6161
class XMLDataProcessor(xml.sax.handler.ContentHandler, DataProcessor):
62-
"""Manage Configuration Description Information.
62+
"""Collect & process consecutive XML data from each incoming MemoryReadMemo
6363
- Send events to downloadCDI caller describing the state and content
6464
of the document construction.
6565
- Collect and traverse XML in a CDI-specific way.

0 commit comments

Comments
 (0)