Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

call class function by string python

import foo
method_to_call = getattr(foo, 'bar')
result = method_to_call()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #call #class #function #string #python
ADD COMMENT
Topic
Name
1+6 =