Searched defs:IsMutable (Results 1 – 4 of 4) sorted by relevance
32 static bool IsMutable(const py::object &obj) { return IsAttrEnabled(obj, "__ms_mutable__"); } in IsMutable() function
141 inline bool IsMutable() const { return as_int() & kMutableBit; } in IsMutable() function
228 bool IsMutable : 1; variable
478 bool IsMutable(const NodePtr &node) { in IsMutable() function