| Age | Commit message (Collapse) | Author |
|
and the respective C and C++ functions; Addressed the API side of #2662
|
|
|
|
|
|
.create()
|
|
|
|
|
|
for setting DataVariable's values
|
|
|
|
and mapping containers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These functions were passing the python object to the C API instead of the ctypes handle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which require Type objects
|
|
|
|
|
|
|
|
|