代码搜索结果
找到约 11,834 项符合
Python 的代码
readme
This directory contains the Python code for the
Tiny Application Sensor Kit (TASK) field tool.
To config: python config-gui.py
To run: python tool.py
field-config
#!/bin/sh
cd /home/owl/field
python config-gui.py
field-tool
#!/bin/sh
cd /home/owl/field
python tool.py
makefile
# Makefile for tools/java/org
ROOT = ..
SUBDIRS = apache python
include $(ROOT)/Makefile.include
makefile
# Makefile for tools/java/org/python
SUBDIRS = compiler core modules parser rmi util
ROOT = ../..
include $(ROOT)/Makefile.include
setup.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.modules;
// This is sort of analogous to CPython's Modules/Setup file. Use this to
// specify additional builtin mod
makefile
# Makefile for tools/java/org/python/modules
SUBDIRS = sre
ROOT = ../../..
include $(ROOT)/Makefile.include
py_compile.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.modules;
import org.python.core.*;
import java.io.File;
public class py_compile {
public static PyList __all__ =
makefile
# Makefile for tools/java/org/python/modules
ROOT = ../../../..
include $(ROOT)/Makefile.include
_jython.java
package org.python.modules;
import org.python.core.*;
class JythonInternalFunctions extends PyBuiltinFunctionSet
{
public JythonInternalFunctions(String name, int index, int argcount) {