1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-01-19 19:24:37 -08:00
parent 66b2c28f4b
commit 4d7df10960
2 changed files with 2 additions and 6 deletions

View File

@ -34,9 +34,7 @@ modules directly:
>>> data
[{'id': 64612, 'opcode': 'QUERY', 'status': 'NOERROR', ...}]
Available Functions:
* Use `help(jc.lib)` for details
Available Functions (use `help(jc.lib)` for details):
parse(parser_module_name: str, data: str | iterable)
High-level API to easily access the parser. This API will find both

View File

@ -32,9 +32,7 @@ modules directly:
>>> data
[{'id': 64612, 'opcode': 'QUERY', 'status': 'NOERROR', ...}]
Available Functions:
* Use `help(jc.lib)` for details
Available Functions (use `help(jc.lib)` for details):
parse(parser_module_name: str, data: str | iterable)
High-level API to easily access the parser. This API will find both