Pastebin
Paste #1970: python
< previous paste - next paste>
Pasted by chrivers
>>> q = a.a >>> q(10) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: a() takes exactly 1 argument (2 given) >>> w = a.foo >>> w(10) 41
New Paste
Go to most recent paste.