(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |