Obtaining an member function by name

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • guy lateur

    #1

    Obtaining an member function by name

    Hi all,

    Suppose you have this class:

    class foo:
    def bar():

    Suppose you also have the strings "foo" and "bar". How can you obtain the
    function foo.bar()?

    Surely somebody knows..

    TIA,
    g


Working...