mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
parse docstring formatting
This commit is contained in:
@ -146,7 +146,9 @@ def parse(parser_mod_name: str,
|
||||
raw: Optional[bool] = False,
|
||||
ignore_exceptions: Optional[Union[None, bool]] = None,
|
||||
**kwargs: Any,
|
||||
) -> Union[Dict[str, Any], List[Dict[str, Any]], Iterator[Dict[str, Any]]]:
|
||||
) -> Union[Dict[str, Any],
|
||||
List[Dict[str, Any]],
|
||||
Iterator[Dict[str, Any]]]:
|
||||
"""
|
||||
Parse the string data using the supplied parser module.
|
||||
|
||||
|
Reference in New Issue
Block a user