__init__.py |
|
108 |
parse.py |
Parse a .inc file into a message resource.
Directives such as `#filter` and `#unfilter` will be stored as standalone comments.
The parsed resource will not include any metadata.
|
2269 |
serialize.py |
Serialize a resource as the contents of a .inc file.
Section identifiers and multi-part identifiers are not supported.
Non-string message values and metadata is not supported.
Comment lines not starting with `#` will be prefixed with `# `.
Yields each line separately.
|
2955 |