mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 23:53:48 +07:00
5 lines
77 B
Python
5 lines
77 B
Python
class Spam:
|
|
def eggs(self, a):
|
|
print(a)
|
|
|
|
eggs.name = "monthy" |