代码搜索:diveintopython

找到约 457 项符合「diveintopython」的源代码

代码结果 457
www.eeworm.com/read/119287/14834304

py pluraltest5.py

"""Unit test for plural5.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
www.eeworm.com/read/119287/14834305

py plural6.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
www.eeworm.com/read/119287/14834306

py pluraltest6.py

"""Unit test for plural6.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
www.eeworm.com/read/119287/14834308

py pluraltest1.py

"""Unit test for plural1.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
www.eeworm.com/read/119287/14834313

py odbchelper.py

"""odbchelper.py sample script This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. All this stuff at
www.eeworm.com/read/119287/14834314

py pluraltest.py

"""Unit test for plural.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__ = "Mar
www.eeworm.com/read/119287/14834316

py fibonacci.py

"""Fibonacci sequences using generators This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __au
www.eeworm.com/read/119287/14834317

py regression.py

"""Regression testing framework This module will search for scripts in the same directory named XYZtest.py. Each such script should be a test suite that tests a module through PyUnit. (As of Python
www.eeworm.com/read/119287/14834331

py urllister.py

"""Extract list of URLs in a web page This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __auth
www.eeworm.com/read/295246/8178436

py makerealworddoc.py

"""Convert HTML page to Word 97 document This script is used during the build process of "Dive Into Python" (http://diveintopython.org/) to create the downloadable Word 97 version of the book (http:/