jgdv.structs.dkey._util.parser
Classes
Parser for extracting {}-format params from strings. |
Module Contents
- class jgdv.structs.dkey._util.parser.DKeyParser[source]
Parser for extracting {}-format params from strings.
see: https://peps.python.org/pep-3101/ and: https://docs.python.org/3/library/string.html#format-string-syntax
- make_param(
- prefix,
- key=None,
- format=None,
- convert=None,
- Parameters:
- Return type:
- parse(
- format_string,
- *,
- implicit=False,
- Parameters:
- Return type:
collections.abc.Generator[jgdv.structs.dkey._interface.RawKey_d]