Class design issues: multiple constructors

Aahz aahz at pythoncraft.com
Thu Aug 7 13:46:35 EDT 2003


In article <33803989.0308070349.29d8604e at posting.google.com>,
Miki Tebeka <tebeka at cs.bgu.ac.il> wrote:
>
>1. Module (not class) methods: db = opendb(..), db = createdb(...)

Clarification: modules have functions, not methods
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

This is Python.  We don't care much about theory, except where it intersects 
with useful practice.  --Aahz




More information about the Python-list mailing list