• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

Complex.pyD23-Nov-20239.7 KiB321212

Dates.pyD23-Nov-20237.6 KiB228142

Dbm.pyD23-Nov-20231.5 KiB6748

READMED23-Nov-2023522 1310

Range.pyD23-Nov-20233.1 KiB9478

Rev.pyD23-Nov-20232 KiB9682

Vec.pyD23-Nov-20231.3 KiB6948

bitvec.pyD23-Nov-202310.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