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