代码搜索结果
找到约 10,000 项符合
Python 的代码
bytecodeloader.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.core;
import java.io.*;
import java.util.StringTokenizer;
import java.util.Hashtable;
import java.util.Vector;
/**
cmpoptype.java
// Autogenerated AST node
package org.python.parser.ast;
public interface cmpopType {
public static final int Eq = 1;
public static final int NotEq = 2;
public static final int Lt = 3;
operatortype.java
// Autogenerated AST node
package org.python.parser.ast;
public interface operatorType {
public static final int Add = 1;
public static final int Sub = 2;
public static final int Mult = 3
umakefil.upp
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: symbian.pcf -> Umakefil
UmakefileVersion(2,1)
project.AddDefines("SYNC_RESIZE_OK")
UmakefileVersion(2,1
umakefil.upp
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: symbian.pcf -> Umakefil
project.AddSystemLibraries('cone.lib', 'eikcore.lib', 'eikdlg.lib', 'eikcdlg.lib'
umakefil.upp
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: Umakefil
UmakefileVersion(2,0)
project.AddDefines("HELIX_FEATURE_H263_RFC2190")
project.AddDefines("HEL
mpdman.py
#!/usr/bin/env python
from os import environ, getpid, pipe, fork, fdopen, read, write, close, dup2, \
chdir, execvpe, kill, waitpid, _exit
from sys import exit
from socket i
resource.cpp
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "OgrePythonLink.h"
using namespace boost::python;
using namespace Ogre;
struct Resource_Wrap : Resource
{
Resource_Wrap(Py
resource.cpp
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "OgrePythonLink.h"
using namespace boost::python;
using namespace Ogre;
struct Resource_Wrap : Resource
{
Resource_Wrap(Py
pgtools.py
#! /usr/local/bin/python
# pgtools.py - valuable functions for PostGreSQL tutorial
# written 1995 by Pascal ANDRE
import sys
# number of rows
scr_size = 24
# waits for a key
def wait_key():
print