having both dynamic and static variables
Corey Richardson
kb1pkl at aim.com
Sat Mar 5 22:46:13 EST 2011
More information about the Python-list mailing list
Sat Mar 5 22:46:13 EST 2011
- Previous message (by thread): having both dynamic and static variables
- Next message (by thread): having both dynamic and static variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 03/05/2011 10:23 PM, MRAB wrote: > Having a fixed binding could be useful elsewhere, for example, with > function definitions: > [..] > fixed PI = 3.1415926535897932384626433832795028841971693993751 > > fixed def squared(x): > return x * x This question spawns from my ignorance: When would a functions definition change? What is the difference between a dynamic function and a fixed function? -- Corey Richardson
- Previous message (by thread): having both dynamic and static variables
- Next message (by thread): having both dynamic and static variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list