how to execute self.eval(xxx)?
how to execute self.eval(xxx)
Collapse
X
-
Comment
-
thanks everybody.
manybe i don't correct to describle my question,becase my english poor
my means is: self. + one_function,bu t the function is a string.so i try to self.eval(one_f unction),but the self tell me that no eval
now,i try it: function = 'self.' + one_funciton,th en eval(function), it's ok
thanksComment
Comment