comparison oct-py-util.cc @ 350:e89a8a37fd8a

Rename the Octave-Python communication dict * @pyobject/pyobject.m: Rename dict. * octave_to_python.cc: Rename dict. * pytave_utils.cc: Rename dict. * python_to_octave.cc: Rename dict.
author Colin Macdonald <cbm@m.fsf.org>
date Thu, 11 Aug 2016 10:29:18 -0700
parents 7f039ffe501b
children ebd83497ebda
comparison
equal deleted inserted replaced
349:140e37e8e95a 350:e89a8a37fd8a
90 } 90 }
91 else 91 else
92 { 92 {
93 octave_value_list tmp = feval ("getid", ovl (oct_value), 1); 93 octave_value_list tmp = feval ("getid", ovl (oct_value), 1);
94 std::string hexid = tmp(0).string_value (); 94 std::string hexid = tmp(0).string_value ();
95 py_object = main_module.attr ("_InOctave")[hexid]; 95 py_object = main_module.attr ("_in_octave")[hexid];
96 } 96 }
97 } 97 }
98 98
99 std::string 99 std::string
100 py_object_class_name (PyObject *obj) 100 py_object_class_name (PyObject *obj)