Searched refs:IsDispatchable (Results 1 – 5 of 5) sorted by relevance
72 if (swig::IsDispatchable(item)) { in FindDispatchTypes()80 if (swig::IsDispatchable(value)) { in FindDispatchTypes()
125 bool IsDispatchable(PyObject* o);
930 bool IsDispatchable(PyObject* o) { return IsDispatchableHelper(o) == 1; } in IsDispatchable() function
78 def IsDispatchable(self, handle_type): member in GetHandleTypes.HandleDict
312 type_check = self.handle_types.IsDispatchable