Function pocky_context_new¶
Defined in File pocky_context.h
Function Documentation¶
-
PyObject *pocky_context_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)¶
Allocates and initializes an empty Python
pocky.ext.Context
object.- Parameters:
type – [in] Type of object to allocate
args – [in] Python arguments to be parsed
kwargs – [in] Python keyword arguments to be parsed
- Returns:
A new Python
pocky.ext.Context
object