mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add api
This commit is contained in:
parent
a3bd5e45ad
commit
d4bd4383bb
@ -4,3 +4,15 @@ from PikaObj import *
|
||||
class SysObj(BaseObj):
|
||||
def type(argPath: str):
|
||||
pass
|
||||
|
||||
def ls(objPath: str):
|
||||
pass
|
||||
|
||||
def remove(argPath: str):
|
||||
pass
|
||||
|
||||
def type(argPath: str):
|
||||
pass
|
||||
|
||||
def new(objPath: str, classPath: str):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user