PyCode_NewEmpty

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

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

Meta