blob: 33ce99dbe2384159882a21edf6d9ec5ad1f9a8dc [file] [log] [blame]
class Foo(object):
def __init__(self, color):
self.color = color
class Bar(object):
fooFactory = Foo
def quux(self):
foo = self.fooFactory(<arg>"orange") #