Searched refs:IsNone (Results 1 – 2 of 2) sorted by relevance
171 bool PythonObject::IsNone() const { return m_py_obj == Py_None; } in IsNone() function in PythonObject175 bool PythonObject::IsAllocated() const { return IsValid() && !IsNone(); } in IsAllocated()884 if (im_self.IsValid() && !im_self.IsNone()) in GetNumArguments()895 if (im_self.IsValid() && !im_self.IsNone()) in GetNumArguments()
186 bool IsNone() const;