Searched refs:autoRebindObject (Results 1 – 1 of 1) sorted by relevance
3017 PyObject *autoRebindObject; in FunctionConstructor() local3070 autoRebindObject = PyDict_GetItemString(kwargs, "auto_rebind"); in FunctionConstructor()3071 if (autoRebindObject != NULL) in FunctionConstructor()3073 auto_rebind = PyObject_IsTrue(autoRebindObject); in FunctionConstructor()