Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
444
namespace App {
445
Py::Object pyObjectFromAny(const App::any &value) {
446
return _pyObjectFromAny(value,nullptr);
447
}
448
449
App::any pyObjectToAny(Py::Object value, bool check) {
450
Callers
4
setValue
Method · 0.85
anyToString
Function · 0.85
setPathValue
Method · 0.85
setPathValue
Method · 0.85
Calls
1
_pyObjectFromAny
Function · 0.85
Tested by
no test coverage detected