mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-08 22:36:48 +02:00
doc update
This commit is contained in:
@ -19,6 +19,7 @@ Checks for the parser's compatibility with the running OS platform.
|
||||
Arguments:
|
||||
|
||||
mod_name (string) __name__ of the calling module
|
||||
|
||||
compatible (list) sys.platform name(s) compatible with the parser
|
||||
compatible options:
|
||||
linux, darwin, cygwin, win32, aix, freebsd
|
||||
|
@ -27,6 +27,7 @@ def compatibility(mod_name, compatible):
|
||||
Arguments:
|
||||
|
||||
mod_name (string) __name__ of the calling module
|
||||
|
||||
compatible (list) sys.platform name(s) compatible with the parser
|
||||
compatible options:
|
||||
linux, darwin, cygwin, win32, aix, freebsd
|
||||
|
Reference in New Issue
Block a user