[Python-Dev] Updated PEP 362 (Function Signature Object)

Isaac Morland ijmorlan at uwaterloo.ca
Wed Jun 6 15:28:33 CEST 2012


On Wed, 6 Jun 2012, Nick Coghlan wrote:

> 2. Signature.bind introduces the ability to split the "bind arguments
> to parameters" operation from the "call object" operation

Has anybody considered calling bind __call__?  That is, the result of 
calling the signature of a procedure instead of the procedure itself is 
the locals() dictionary the procedure would start with (except presumably 
missing non-parameter local variables).

Isaac Morland			CSCF Web Guru
DC 2554C, x36650		WWW Software Specialist


More information about the Python-Dev mailing list