pyrunnable.java
来自「tinyos最新版」· Java 代码 · 共 15 行
JAVA
15 行
// Copyright (c) Corporation for National Research Initiativespackage org.python.core;/** * Interface implemented by compiled modules which allow access to * to the module code object. */public interface PyRunnable { /** * Return the modules code object. */ abstract public PyCode getMain();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?