代码搜索结果

找到约 10,000 项符合 Python 的代码

python.py

#! /usr/bin/python """ LA-CC 05-135 Trident 0.7.1 Copyright Notice Copyright 2006 (c) the Regents of the University of California. This Software was produced under a U.S. Government contract (W-74

python.swg

%fragment("SWIG_AsVal_" {long long},"header") { } %fragment("SWIG_Check_" {long long},"header") { } %fragment("SWIG_From_" {long long},"header") { } /* -----------

python.spec

%define pfx /opt/freescale/rootfs/%{_target_cpu} Summary : An interpreted object-oriented programming language. Name : python Version : 2.4.4 Release : 1 License

python.js

/** * Python syntax v 1.1 * * v1.1 by Andre Roberge (2006/12/27) * **/ editAreaLoader.load_syntax["python"] = { 'COMMENT_SINGLE' : {1 : '#'} ,'COMMENT_MULTI' : {} ,'QUOTEMARKS' :

python.c

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of

python.py

#!/usr/bin/env python import os import distutils import sys from os.path import sep, join from distutils import sysconfig from commonPkgConfigUtils import * def pkgTests(forceCompiler=None, scon

python.txt

Keywords Highlighted identifiers

python.txt

DOCUMENT_DEFAULT = 0 COMMENTLINE = 1 NUMBER = 2 STRING = 3 CHARACTER = 4 WORD = 5 TRIPLE = 6 TRIPLEDOUBLE = 7 CLASSNAME = 8 DEFNAME = 9 OPERATOR = 10 IDENTIFIER = 11 COMME