代码搜索结果

找到约 11,834 项符合 Python 的代码

makefile

# Makefile for tools/java/org/python/rmp ROOT = ../../.. include $(ROOT)/Makefile.include

makefile

# Makefile for tools/java/org/python/compiler ROOT = ../../.. include $(ROOT)/Makefile.include

compilationcontext.java

package org.python.compiler; import org.python.parser.SimpleNode; public interface CompilationContext { public Future getFutures(); public void error(String msg,boolean err,SimpleNode node

codecompiler.java

// Copyright (c) Corporation for National Research Initiatives package org.python.compiler; import org.python.parser.*; import org.python.parser.ast.*; import org.python.parser.ast.Attribute; import

classconstants.java

package org.python.compiler; public interface ClassConstants { final static String $pyObj = "Lorg/python/core/PyObject;"; final static String $pyObjArr = "[Lorg/python/core/PyObject;"

apiversion.java

// Copyright (c) Corporation for National Research Initiatives package org.python.compiler; import java.io.*; public class APIVersion extends Attribute { int attName; int version; publi

makefile

# Makefile for tools/java/org/python/core ROOT = ../../.. include $(ROOT)/Makefile.include

pycell.java

package org.python.core; public class PyCell extends PyObject { // ?? pending repr? public PyObject ob_ref; }

pymetaclass.java

package org.python.core; // experimental PyMetaClass hook interface public interface PyMetaClass { }

compilerflags.java

package org.python.core; public class CompilerFlags extends Object { public CompilerFlags() {} public CompilerFlags(int co_flags) { if ((co_flags & org.python.core.PyTableCode.CO_N