@ Mike Pennington. I just want to say first that I also often came across this. -
@eyquem 'lower()' . "lower" - ( ). Python , .
, , , , . , , 2 .
class Foo()
def func(self):
pass
class Bar()
self.func = "stuff"
, "baz" :
def myfunction(baz):
print baz.func
def myfunction(baz):
baz.func()
baz.
, baz "Foo" "Bar".
EDIT: ...