mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add Task.py for linux/port
This commit is contained in:
parent
b9cc92757b
commit
fc7028c158
19
port/linux/package/pikascript/PikaStdTask.py
Normal file
19
port/linux/package/pikascript/PikaStdTask.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
from PikaObj import *
|
||||||
|
import PikaStdData
|
||||||
|
|
||||||
|
class Task(TinyObj):
|
||||||
|
task_list = PikaStdData.List()
|
||||||
|
def __init__():
|
||||||
|
pass
|
||||||
|
|
||||||
|
def call_always(fun_todo: any):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def do_when(fun_todo: any, fun_when: any):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def run_once():
|
||||||
|
pass
|
||||||
|
|
||||||
|
def run_always():
|
||||||
|
pass
|
Loading…
x
Reference in New Issue
Block a user