python get name of function in text code example Example: python get function from string name module = __import__('foo') func = getattr(module, 'bar') func()