On Thu, Dec 11, 2008 at 4:02 PM, bfrederi wrote:
> I was wondering if I had a dictionary of keywords and values like so:
>
> keyword_arg_dict = {
>'attribute': 'stone',
>'contents': 'cave people',
>'path': '/path/to/cave',
>'name': 'Ogg's Cave',
>}
>
> And I had a function that
I was wondering if I had a dictionary of keywords and values like so:
keyword_arg_dict = {
'attribute': 'stone',
'contents': 'cave people',
'path': '/path/to/cave',
'name': 'Ogg's Cave',
}
And I had a function that accepted keyword arguments like so:
make_dwelling(
attrib