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