Created
December 17, 2017 11:54
-
-
Save MatejMecka/64698ebb38fbf72ff67501aa6a9dd5c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc.api_add_param(s,param) # for each parameter call this function. | |
#very mandatory for keeping a track of pythonapi call. Always must be set. | |
cc.my_pythonapi(s, callback) | |
#once done you are going to compile all params. | |
compile_ret = cc.compile_params(s,len(<params>)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment