1 line
615 B
Plaintext
Raw Normal View History

2021-09-05 14:34:01 +08:00
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" }}, import_list: {} }}, class_now_name: Some("MyRoot") }