加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
web.pyi 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
edmundwz 提交于 2019-03-28 10:45 . add pyi
# Stubs for web (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
import tornado
from typing import Any
api: Any
subscriber: Any
class subscribe_handler(tornado.websocket.WebSocketHandler):
def open(self) -> None: ...
def check_origin(self, origin: Any): ...
def on_close(self) -> None: ...
def on_message(self, message: Any): ...
def ui(filename: Any): ...
def navigator(): ...
def component_ui(id: Any): ...
def get_menu(id: Any): ...
def get_devices(id: Any): ...
def get_networks(id: Any): ...
def get_points(id: Any): ...
def station(): ...
def modules(): ...
def get_module(name: Any): ...
def type_filter(): ...
def type_filter_all(): ...
def components(id: Any): ...
def component(): ...
def actions(id: Any, text: Any, text_input: Any): ...
def create_link(): ...
def properties(): ...
def property(id: Any): ...
def delete_link(id: Any, src_name: Any, tar_name: Any): ...
def propertysheet() -> None: ...
def slotsheet() -> None: ...
def wiresheet() -> None: ...
def view() -> None: ...
def component_event() -> None: ...
def view_event(count: Any) -> None: ...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化