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