• Home
Name
Date
Size
#Lines
LOC

..--

Complex.pyD03-May-20249.7 KiB321212

Dates.pyD03-May-20247.6 KiB228142

Dbm.pyD03-May-20241.5 KiB6748

READMED03-May-2024522 1310

Range.pyD03-May-20243.1 KiB9478

Rev.pyD03-May-20242 KiB9682

Vec.pyD03-May-20241.3 KiB6948

bitvec.pyD03-May-202410.2 KiB334231

README

1 Examples of classes that implement special operators (see reference manual):
2 
3 Complex.py	Complex numbers
4 Dates.py	Date manipulation package by Tim Peters
5 Dbm.py		Wrapper around built-in dbm, supporting	arbitrary values
6 Range.py	Example of a generator: re-implement built-in range()
7 Rev.py		Yield the reverse of a sequence
8 Vec.py		A simple vector class
9 bitvec.py	A bit-vector class by Jan-Hein B\"uhrman
10 
11 (For straightforward examples of basic class features, such as use of
12 methods and inheritance, see the library code.)
13