代码搜索结果
找到约 10,000 项符合
Python 的代码
license.txt
Copyright (c) 2001-2003 Chris Liechti
All Rights Reserved.
This is the Python license. In short, you can use this product in
commercial and non-commercial applications, modify it,
scopeconstants.java
package org.python.compiler;
public interface ScopeConstants {
public final static int BOUND = 1;
public final static int NGLOBAL = 2; // func scope expl global
public final static int P
pyreflectedconstructor.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.core;
import java.lang.reflect.Constructor;
import java.lang.reflect.Modifier;
import java.lang.reflect.InvocationTar
pybeaneventproperty.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.core;
import java.lang.reflect.*;
import java.util.Hashtable;
import java.io.*;
public class PyBeanEventProperty ext
syspackagemanager.java
// Copyright (c) Corporation for National Research Initiatives
// Copyright 2000 Samuele Pedroni
package org.python.core;
import java.util.Properties;
import java.util.StringTokenizer;
import java.i
bytecodeloader2.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.core;
import java.io.*;
import java.util.*;
import java.security.*;
/**
* A java2 classloader for loading compiled
syspathjavaloader.java
// Copyright (c) Corporation for National Research Initiatives
// Copyright 2000 Samuele Pedroni
package org.python.core;
import java.io.*;
import java.util.StringTokenizer;
import java.util.Hashtabl
parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 0.7pre6 */
package org.python.parser;
/**
* This exception is thrown when parse errors are encountered.
* You can explicit
deb_1640_1.nasl
# OpenVAS Vulnerability Test
# $Id$
# Description: Auto-generated from advisory DSA 1640-1 (python-django)
#
# Authors:
# Thomas Reinke
#
# Copyright:
# Copyright (c) 2008 E
tkfiledialog.py
#
# Instant Python
# $Id: tkFileDialog.py,v 1.1.1.1 2000/12/22 01:25:31 jcollins Exp $
#
# tk common file dialogues
#
# this module provides interfaces to the native file dialogues
# available in Tk 4