mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
|
Compiler { dist_path: "pikascript-api/", source_path: "", class_list: {"LED": ClassInfo { this_class_name: "LED", super_class_name: "TinyObj", method_list: {"off": MethodInfo { class_name: "LED", name: "off", arg_list: None, return_type: None }, "on": MethodInfo { class_name: "LED", name: "on", arg_list: None, return_type: None }}, object_list: {}, import_list: {} }, "MyRoot": ClassInfo { this_class_name: "MyRoot", super_class_name: "BaseObj", method_list: {}, object_list: {"led": ObjectInfo { class_name: "MyRoot", name: "led", import_class_name: "LED" }, "uart": ObjectInfo { class_name: "MyRoot", name: "uart", import_class_name: "Uart" }}, import_list: {} }, "Uart": ClassInfo { this_class_name: "Uart", super_class_name: "TinyObj", method_list: {"printName": MethodInfo { class_name: "Uart", name: "printName", arg_list: None, return_type: None }, "send": MethodInfo { class_name: "Uart", name: "send", arg_list: Some(ArgList { py_arg_list: "data:str", list: {"data": PyArg { py_type: PyType { type_name: "str" }, name: "data" }} }), return_type: None }, "setName": MethodInfo { class_name: "Uart", name: "setName", arg_list: Some(ArgList { py_arg_list: "name:str", list: {"name": PyArg { py_type: PyType { type_name: "str" }, name: "name" }} }), return_type: None }}, object_list: {}, import_list: {} }}, class_now_name: Some("MyRoot") }
|