<div dir="ltr">And while we're at it, if the user tries to access an argument that isn't given but has a default, let's return the default.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 3, 2014 at 7:30 PM, Ram Rachum <span dir="ltr"><<a href="mailto:ram@rachum.com" target="_blank">ram@rachum.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I suggest delegating `BoundArguments.__getitem__` to `BoundArguments.arguments.__getitem__`, so instead of doing `bound_arguments.arguments['foo']` we could do `bound_arguments['foo']`. Since there isn't that much more to a `BoundArguments` object than its arguments I think it's nice to save some typing and be able to access the arguments directly.</div><div><br></div><div><br></div><div>Thanks,</div><div>Ram.</div></div>
</blockquote></div><br></div>