MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / isValid

Method isValid

src/App/PropertyStandard.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392bool PropertyEnumeration::isValid() const
393{
394 return _enum.isValid();
395}
396
397void PropertyEnumeration::Save(Base::Writer& writer) const
398{

Callers 3

getValueAsStringMethod · 0.45
getPyObjectMethod · 0.45
setPyObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected