(PyCode_Check co)
Return true if co is a code object.
Return true if co is a code object.
(PyCode_GetNumFree co)
Return the number of free variables in co.
Return the number of free variables in co.
(PyCode_NewEmpty filename funcname firstlineno)
Return a new empty code object with the specified filename, function name, and first line number. It is illegal to exec or eval() the resulting code object.
Return a new empty code object with the specified filename, function name, and first line number. It is illegal to exec or eval() the resulting code object.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close