[Python-Dev] [Python-checkins] peps: Update PEP-0424 with respect to feedback received. (original) (raw)
Andrew Svetlov andrew.svetlov at gmail.com
Mon Jul 30 20:58:59 CEST 2012
- Previous message: [Python-Dev] [Python-checkins] peps: Update PEP-0424 with respect to feedback received.
- Next message: [Python-Dev] Pushing issue #12288
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sure, GvR covered my question in much more clean way in http://code.activestate.com/lists/python-dev/117152/
On Mon, Jul 30, 2012 at 9:49 PM, Ifthikhan Nazeem <iftecan2000 at gmail.com> wrote:
The question is not very clear. Are you asking whether function arguments can have default parameters?
-- Thanks Iftikhan Nazeem LinkedIn : http://ae.linkedin.com/in/ifthikhan
On Mon, Jul 30, 2012 at 11:23 AM, Andrew Svetlov <andrew.svetlov at gmail.com> wrote:
On Mon, Jul 30, 2012 at 4:10 AM, alex.gaynor <python-checkins at python.org> wrote: > +In addition, a new function
operator.length
hint is addedoperator.length
oroperator.lengthhint
? > + def lengthhint(obj, default): Is there default value fordefault
parameter? For example: def lengthhint(obj, default=0): pass or something like that? -- Thanks, Andrew Svetlov
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/iftecan2000%40gmail.com
-- Thanks, Andrew Svetlov
- Previous message: [Python-Dev] [Python-checkins] peps: Update PEP-0424 with respect to feedback received.
- Next message: [Python-Dev] Pushing issue #12288
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]