代码搜索结果

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

serialposix.py

#!/usr/bin/env python #module for serial IO for POSIX compatible systems, like Linux #see __init__.py # #(C) 2001-2002 Chris Liechti # this is distributed under a free software

other.hpp

#ifndef OTHER_DWA20020601_HPP # define OTHER_DWA20020601_HPP # include // Copyright David Abrahams 2002. // Distributed under the Boost Software License, Version

dir.mk

PYLIBROOT= $(EXPORT_TREE)/lib/python PYLIBDIR = $(PYLIBROOT)/omniidl_be/cxx/impl INSTALLPYLIBDIR = $(INSTALLPYTHONDIR)/omniidl_be/cxx/impl FILES = __init__.py main.py template.py export:: $(FILES)

key_codes.py

# # key_codes.py # # S60 Python key code constants # Recommended usage: from key_codes import * # # Copyright (c) 2005 - 2007 Nokia Corporation # # Licensed under the Apache License, Version 2

base64.py

# Portions Copyright (c) 2005 Nokia Corporation #! /usr/bin/env python """Conversions to/from base64 transport encoding as per RFC-1521.""" # Modified 04-Oct-95 by Jack to use binascii module

raw_unicode_escape.py

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

ascii.py

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

utf_16_be.py

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

cdmodule.c

/* CD module -- interface to Mark Callow's and Roger Chickering's */ /* CD Audio Library (CD). */ #include #include #include "Python.h" #define NCALLBACKS 8 type

regexpr.h

/* Portions Copyright (c) 2005 Nokia Corporation */ /* * -*- mode: c-mode; c-file-style: python -*- */ #ifndef Py_REGEXPR_H #define Py_REGEXPR_H #ifdef __cplusplus extern "C" { #endif /