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
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
Comment