代码搜索结果

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

qt23.py

# Form implementation generated from reading ui file 'qt23.ui' # # Created: Mon Mar 1 09:07:01 2004 # by: The Python User Interface Compiler (pyuic) 3.6 # # WARNING! All changes made in this

connect23.py

# Form implementation generated from reading ui file 'connect23.ui' # # Created: Mon Mar 1 11:06:08 2004 # by: The Python User Interface Compiler (pyuic) 3.6 # # WARNING! All changes made in

bacnet.py

#!/usr/bin/python2.3 """BACnet Communications Library""" import sys import types import exceptions import re import socket import struct import time import thread import threading import random imp

tos-bsl.in

#!/usr/bin/env python # Serial Bootstrap Loader software for the MSP430 embedded proccessor. # # (C) 2001-2003 Chris Liechti # this is distributed under a free software license,

tos-bsl-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, modif

narcissus.py

# -- coding: utf-8 """ Python port of Rbnarcissus, a pure Javascript parser written in Ruby. This code has been ported from the free Rbnarcissus port available at http://idontsmoke.co.uk/2005/rbna

compat.py

#!/usr/bin/python import os import shutil # Closing FDs not supported with subprocess on Windows close_fds = True if os.name == 'nt': close_fds = False # not supported :( # On Windows, shutil.rm

build_all.cmd

@echo off REM --------- REM Build file for Python for Series 60 examples REM --------- del build /s /f /q rmdir build\examples\extension_example rmdir build\examples rmdir build mkdir bu

unicode_internal.py

""" Python 'unicode-internal' Codec Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. """ import codecs ### Codec APIs class Code

unicode_escape.py

""" Python 'unicode-escape' Codec Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. """ import codecs ### Codec APIs class Codec(