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

Function pyObjectWrap

src/App/Expression.cpp:407–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405};
406
407static inline PyObjectWrapper::Pointer pyObjectWrap(PyObject *obj) {
408 return std::make_shared<PyObjectWrapper>(obj);
409}
410
411static inline bool isAnyPyObject(const App::any &value) {
412 return is_type(value,typeid(PyObjectWrapper::Pointer));

Callers 1

pyObjectToAnyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected