代码搜索:diveintopython
找到约 457 项符合「diveintopython」的源代码
代码结果 457
www.eeworm.com/read/253499/12218950
py pluraltest2.py
"""Unit test for plural2.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/253499/12218954
py pluraltest4.py
"""Unit test for plural4.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/253499/12218967
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/253499/12218969
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/253499/12218973
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/253499/12218979
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/253499/12218995
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/253499/12218997
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/253499/12219009
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/253499/12219012
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