Searched defs:is_none (Results 1 – 4 of 4) sorted by relevance
153 bool is_none() const { return type() == Type::NONE; } in is_none() function
90 fn is_none(&self) -> bool { in is_none() method
116 bool is_none() const { return derived().ptr() == Py_None; } in is_none() function