"**" operator in method/function interfaces ??
Gilles Lenfant
glenfant at equod.com.nospam
Fri Dec 8 05:40:00 EST 2000
More information about the Python-list mailing list
Fri Dec 8 05:40:00 EST 2000
- Previous message (by thread): "**" operator in method/function interfaces ??
- Next message (by thread): Newbie : Tk an data input
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
What's the use of "**" in such a construct ?
<sample>
...
class MyClass:
def __init__(self, adata, **anotherdata)
...
</sample>
I found such construct in some examples of the Tkinter tutorial at
pythonware, and in some other documents.
I have gone around all books and web language tutorial I know and did not
find anything about it.
Is there an expert here who can explain what's the use of the ** operator in
that case ?
Thanks in advance.
Gilles Lenfant
- Previous message (by thread): "**" operator in method/function interfaces ??
- Next message (by thread): Newbie : Tk an data input
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list