mirror of
https://github.com/python/cpython.git
synced 2026-03-25 22:20:46 +00:00
4 lines
83 B
Python
4 lines
83 B
Python
f = Function(void, 'OpenDeskAcc',
|
|
(Str255, 'name', InMode),
|
|
)
|
|
functions.append(f)
|