Skip to content

Commit 4188b8e

Browse files
committed
add comment
1 parent a984722 commit 4188b8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uniparser/parsers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,8 @@ class PythonParser(BaseParser):
696696
11. param: a number for index, will try to get input_object.__getitem__(int(param))
697697
value: default string
698698
similar to `param=default` if param is 0
699+
12. param: callback
700+
value: the key of InputCallbacks._CALLBACKS
699701
700702
If not param, return value. (like `const`)
701703
examples:

0 commit comments

Comments
 (0)