代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/474783/1391197
py create_languages_js.py
#!/usr/bin/env python
import sys, os, re
try:
import chardet
except ImportError:
print "You need universal encoding detector for this script"
print " http://chardet.feedparser.org or apt
www.eeworm.com/read/474095/1395590
js shbrushpython.js
/*
* JsMin
* Javascript Compressor
* http://www.crockford.com/
* http://www.smallsharptools.com/
*/
dp.sh.Brushes.Python=function()
{var keywords='and assert break class continue def del
www.eeworm.com/read/459777/1565180
js shbrushpython.js
/*
* JsMin
* Javascript Compressor
* http://www.crockford.com/
* http://www.smallsharptools.com/
*/
dp.sh.Brushes.Python=function()
{var keywords='and assert break class continue def del
www.eeworm.com/read/459490/1569263
py testenv.py
#!/usr/bin/python
"""Object for creating and destroying a Trac environment for testing purposes.
Provides some Trac environment-wide utility functions, and a way to call
trac-admin."""
import os
impo
www.eeworm.com/read/459490/1569264
py tester.py
#!/usr/bin/python
"""The FunctionalTester object provides a higher-level interface to working
with a Trac environment to make test cases more succinct.
"""
import os
import re
from datetime import da
www.eeworm.com/read/459490/1569284
py functional.py
#!/usr/bin/python
from trac.tests.functional import *
from trac.util.datefmt import format_date, utc
class TestRepoBrowse(FunctionalTwillTestCaseSetup):
def runTest(self):
"""Add a file
www.eeworm.com/read/457972/1591914
py mydbpsk.py
#!/usr/bin/env python
#
# Copyright 2005,2006 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the t
www.eeworm.com/read/457972/1591915
py mydqpsk.py
#!/usr/bin/env python
#
# Copyright 2005,2006 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the t
www.eeworm.com/read/456693/1604423
py quopri.py
# Portions Copyright (c) 2005 Nokia Corporation
#! /usr/bin/env python
"""Conversions to/from quoted-printable transport encoding as per RFC 1521."""
# (Dec 1991 version).
__all__ = ["encod
www.eeworm.com/read/456693/1604435
py utf_7.py
""" Python 'utf-7' Codec
Written by Brian Quinlan (brian@sweetapp.com).
"""
import codecs
### Codec APIs
class Codec(codecs.Codec):
# Note: Binding these as C functions will result i