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

Method sequence_contains

src/Mod/Material/App/MaterialPyImp.cpp:673–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673int MaterialPy::sequence_contains(PyObject* self, PyObject* key)
674{
675 return PyDict_Contains(static_cast<MaterialPy*>(self)->getProperties().ptr(), key);
676}
677
678PyObject* MaterialPy::mapping_subscript(PyObject* self, PyObject* key)
679{

Callers

nothing calls this directly

Calls 2

ptrMethod · 0.45
getPropertiesMethod · 0.45

Tested by

no test coverage detected