Liking cljdoc? Tell your friends :D

libpython-clj.jna.concrete.code


PyCode_Checkclj

(PyCode_Check co)

Return true if co is a code object.

Return true if co is a code object.
sourceraw docstring

PyCode_GetNumFreeclj

(PyCode_GetNumFree co)

Return the number of free variables in co.

Return the number of free variables in co.
sourceraw docstring

PyCode_NewEmptyclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close