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

Function pyObjectFromAny

src/App/Expression.cpp:445–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443
444namespace App {
445Py::Object pyObjectFromAny(const App::any &value) {
446 return _pyObjectFromAny(value,nullptr);
447}
448
449App::any pyObjectToAny(Py::Object value, bool check) {
450

Callers 4

setValueMethod · 0.85
anyToStringFunction · 0.85
setPathValueMethod · 0.85
setPathValueMethod · 0.85

Calls 1

_pyObjectFromAnyFunction · 0.85

Tested by

no test coverage detected