1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

more granular type annotations

This commit is contained in:
Kelly Brazil
2022-10-15 17:53:02 -07:00
parent dd70bf92f3
commit e357b27433
3 changed files with 45 additions and 22 deletions
+2 -2
View File
@@ -162,7 +162,7 @@ subset of `parser_mod_list()`.
```python
def parser_info(parser_mod_name: str,
documentation: bool = False) -> JSONDictType
documentation: bool = False) -> ParserInfoType
```
Returns a dictionary that includes the parser module metadata.
@@ -183,7 +183,7 @@ Parameters:
```python
def all_parser_info(documentation: bool = False,
show_hidden: bool = False,
show_deprecated: bool = False) -> List[JSONDictType]
show_deprecated: bool = False) -> List[ParserInfoType]
```
Returns a list of dictionaries that includes metadata for all parser