|
4.26.4 pyobject related functions
attrib
- list, get and set attributes (class members) of a pyobject (see attrib)
Example:
killattrib
- deletes an attribute from a pyobject (see killattrib)
Example:
python_run
- execute string-given
python commands and import new symbols from
python to SINGULAR's context (see python_run).
python_eval
- evaluate a string-given
python expression and return the result
to SINGULAR (see python_eval).
python_import
- import
python module into SINGULAR's context
(see python_import)
|