Changeset 7
- Timestamp:
- 04/13/07 08:58:34 (2 years ago)
- Files:
-
- trunk/src/nrnpython/nrnpy_hoc.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/nrnpython/nrnpy_hoc.cpp
r6 r7 337 337 {"hoc_ac", hoc_ac, METH_VARARGS, "Get (or set) the scalar hoc_ac_." }, 338 338 {"get",hoc_get,METH_VARARGS, 339 "get(str name) - Get hoc name and convert to a python data type"},339 "get(str name) - Get hoc name and convert to a python object"}, 340 340 {"set",hoc_set,METH_VARARGS, 341 "set(str name, object) - Set hoc name to contain according to hoc type of name"},341 "set(str name, object) - Set hoc name to python object (conversion from python to hoc according to hoc type of name)"}, 342 342 {NULL, NULL, 0, NULL} 343 343 };

