[Python-Dev] Updated PEP 362 (Function Signature Object) (original) (raw)
Benjamin Peterson benjamin at python.org
Mon Jun 11 08:13:19 CEST 2012
- Previous message: [Python-Dev] Updated PEP 362 (Function Signature Object)
- Next message: [Python-Dev] Updated PEP 362 (Function Signature Object)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2012/6/10 Alexandre Zani <alexandre.zani at gmail.com>:
I prefer the flags. Flags means I can just look at the Parameter object. A "type" or "kind" or whatever means I need to compare to a bunch of constants. That's more stuff to remember.
I don't see why remembering 4 names is any harder than remember four attributes.
-- Regards, Benjamin
- Previous message: [Python-Dev] Updated PEP 362 (Function Signature Object)
- Next message: [Python-Dev] Updated PEP 362 (Function Signature Object)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]