代码搜索结果
找到约 10,000 项符合
Python 的代码
softiinternaltables.java
// Copyright 2000 Samuele Pedroni
package org.python.core;
import java.lang.ref.*;
import java.util.*;
public class SoftIInternalTables extends AutoInternalTables {
private static class Ref ex
unaryoptype.java
// Autogenerated AST node
package org.python.parser.ast;
public interface unaryopType {
public static final int Invert = 1;
public static final int Not = 2;
public static final int UAdd =
token.java
/* Generated By:JavaCC: Do not edit this line. Token.java Version 0.7pre3 */
package org.python.parser;
/**
* Describes the input token stream.
*/
public class Token {
/**
* An integer that
deb_1481_1.nasl
# OpenVAS Vulnerability Test
# $Id$
# Description: Auto-generated from advisory DSA 1481-1 (python-cherrypy)
#
# Authors:
# Thomas Reinke
#
# Copyright:
# Copyright (c) 2008
app.c
#include "Python.h"
#include
#include
struct _myfrozen {
struct _frozen *frozen;
VoidHand handle;
};
typedef struct _myfrozen myfrozen;
struct _frozen _PyImport_F
tkcolorchooser.py
#
# Instant Python
# $Id: tkColorChooser.py,v 1.1.1.1 2000/12/22 01:25:25 jcollins Exp $
#
# tk common colour chooser dialogue
#
# this module provides an interface to the native color dialogue
# avai
tkcommondialog.py
#
# Instant Python
# $Id: tkCommonDialog.py,v 1.1.1.1 2000/12/22 01:25:28 jcollins Exp $
#
# base class for tk common dialogues
#
# this module provides a base class for accessing the common
# dialogu
test_grp.py
#! /usr/bin/env python
"""Test script for the grp module
Roger E. Masse
"""
import grp
from test_support import verbose
groups = grp.getgrall()
if verbose:
print 'Groups:'
for group in
regrtest.py
#! /usr/bin/env python
"""Regression test.
This will find all modules whose name is "test_*" in the test
directory, and run them. Various command line options provide
additional facilities.
Comman
test_array.py
#! /usr/bin/env python
"""Test the arraymodule.
Roger E. Masse
"""
import array
from test_support import verbose, TESTFN, unlink, TestFailed
def main():
testtype('c', 'c')
for type in ([