[inline]
Definition at line 99 of file FXCodeToPythonCode.h.
00100 { 00101 boost::python::object *code=list[idx].code; 00102 assert(code); 00103 return *code; 00104 }