Clarify wireviz.parse() input types
This commit is contained in:
parent
df06e00ae3
commit
4db8c165ca
@ -34,7 +34,7 @@ def parse(
|
|||||||
and outputs the result as one or more files and/or as a function return value
|
and outputs the result as one or more files and/or as a function return value
|
||||||
|
|
||||||
Accepted inputs:
|
Accepted inputs:
|
||||||
* A path to a YAML source file to parse
|
* A Path object or a path-like string pointing to a YAML source file to parse
|
||||||
* A string containing the YAML data to parse
|
* A string containing the YAML data to parse
|
||||||
* A Python Dict containing the pre-parsed YAML data
|
* A Python Dict containing the pre-parsed YAML data
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user