mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-19 00:33:47 +00:00
All the previous files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def a(self):
|
||||
print self
|
||||
|
||||
class b():
|
||||
def a(self):
|
||||
a(self)
|
||||
Reference in New Issue
Block a user