Re: HC Library and *attributes parameter

2005-03-11 Thread Efrat Regev
"Efrat Regev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > ... Many thanks for the useful replies!! -- http://mail.python.org/mailman/listinfo/python-list

Re: HC Library and *attributes parameter

2005-03-11 Thread Peter Hansen
Efrat Regev wrote: def __init__(self, object = None, align = None, border = None, cellspacing = None, cellpaddding = None, *attributes) So, what does *attribute stand for (being a C++ programmer, it looks like a pointer, probably not the case). Is it like the C++ ellipsis? If so, how can I use

Re: HC Library and *attributes parameter

2005-03-11 Thread Steve Holden
Efrat Regev wrote: Hello, I'm a really new (and quite bad) Python programmer. While trying to use the HC HTML-Generating library, I couldn't figure out how to set a table's width to some given width. Moreover, the constructors interface is def __init__(self, object = None, align = None, border

HC Library and *attributes parameter

2005-03-11 Thread Efrat Regev
Hello, I'm a really new (and quite bad) Python programmer. While trying to use the HC HTML-Generating library, I couldn't figure out how to set a table's width to some given width. Moreover, the constructors interface is def __init__(self, object = None, align = None, border = None, cellspaci