mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
|
|
f = Function(void, 'OpenDeskAcc',
|
||
|
|
(Str255, 'name', InMode),
|
||
|
|
)
|
||
|
|
functions.append(f)
|