Searched refs:selfdictObject (Results 1 – 1 of 1) sorted by relevance
3016 PyObject *selfdictObject; in FunctionConstructor() local3032 selfdictObject = PyDict_GetItemString(kwargs, "self"); in FunctionConstructor()3033 if (selfdictObject != NULL) in FunctionConstructor()3035 if (ConvertFromPyMapping(selfdictObject, &selfdicttv) == -1) in FunctionConstructor()3202 PyObject *selfdictObject; in FunctionCall() local3213 selfdictObject = PyDict_GetItemString(kwargs, "self"); in FunctionCall()3214 if (selfdictObject != NULL) in FunctionCall()3216 if (ConvertFromPyMapping(selfdictObject, &selfdicttv) == -1) in FunctionCall()