We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a984722 commit 4188b8eCopy full SHA for 4188b8e
uniparser/parsers.py
@@ -696,6 +696,8 @@ class PythonParser(BaseParser):
696
11. param: a number for index, will try to get input_object.__getitem__(int(param))
697
value: default string
698
similar to `param=default` if param is 0
699
+ 12. param: callback
700
+ value: the key of InputCallbacks._CALLBACKS
701
702
If not param, return value. (like `const`)
703
examples:
0 commit comments