mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
73e056141b
support tuple args for _thread.start_new_thread() update _thread
3 lines
54 B
Python
3 lines
54 B
Python
|
|
def start_new_thread(function: any, args_: any): ...
|