mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-05 05:33:55 +01:00
5 lines
113 B
Python
5 lines
113 B
Python
|
def formatName(name):
|
||
|
def formatWrapped(Cls):
|
||
|
Cls.__formatName__=name
|
||
|
return Cls
|
||
|
return formatWrapped
|