Let\'s say I have a simple class in Jython:
class Foo: def __init__(self): pass def xyz(self): print(\'Hello\')
How can I