PyCode_NewEmpty

Creates a new empty code object with the specified source location. Availability: >= 2.7

version(Python_2_7_Or_Later)
extern (C)
PyCode_NewEmpty
(
const(char)* filename
,
const(char)* funcname
,)

Meta