代码搜索结果

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

module-sys.html

3.1 sys -- System-specific parameters and functions

module-signal.html

7.1 signal -- Set handlers for asynchronous events

module-ospath.html

6.2 os.path -- Common pathname manipulations

fileinfo_fromdict.py

"""Framework for getting filetype-specific metadata. This is the same as fileinfo.py with one difference: instead of inheriting from UserDict, we inherit directly from dict. This capability was intro

soundextest.py

"""Unit test for soundex.py This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ = "Ma

search.py

"""Search Google from the command line This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """

argecho.py

"""Echo command line arguments This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ =

plural.py

"""Pluralize English nouns (stage 6) This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. Comma

pluraltest3.py

"""Unit test for plural3.py This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ = "Ma