mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -80,7 +80,8 @@ def compatibility(mod_name: str,
|
|||||||
```
|
```
|
||||||
|
|
||||||
Checks for the parser's compatibility with the running OS platform and
|
Checks for the parser's compatibility with the running OS platform and
|
||||||
prints a warning message to `STDERR` if not compatible and quiet=False.
|
prints a warning message to `STDERR` if not compatible and
|
||||||
|
`quiet=False.`
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
|
@ -114,7 +114,8 @@ def is_compatible(compatible: List) -> bool:
|
|||||||
def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None:
|
def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None:
|
||||||
"""
|
"""
|
||||||
Checks for the parser's compatibility with the running OS platform and
|
Checks for the parser's compatibility with the running OS platform and
|
||||||
prints a warning message to `STDERR` if not compatible and quiet=False.
|
prints a warning message to `STDERR` if not compatible and
|
||||||
|
`quiet=False.`
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user