- 23 Jan, 2001 5 commits
-
-
Jim Fulton authored
case, the ComputedAttribute object does a simple getattr. This is a simple way to set up aliases. For example:: class foo: spam=ComputedAttribute('eggs') is equivalent to: class foo: spam=ComputedAttribute(lambda self: self.eggs) Note that the simple alias version also avoids a function call.
-
Tres Seaver authored
- 22 Jan, 2001 8 commits
-
-
Michel Pelletier authored
- 20 Jan, 2001 2 commits
-
-
Chris McDonough authored
Changed meta_type of all DTML methods in Data.fs.in to "DTML Method" in the object manager _object list.
-
- 19 Jan, 2001 4 commits
-
- 18 Jan, 2001 8 commits
-
-
Shane Hathaway authored
-
Jim Fulton authored
-
Jim Fulton authored
manage_page_style.css. Otherwise, pages don't display on Netscape 4. :(
-
- 17 Jan, 2001 13 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Chris McDonough authored
-
Evan Simpson authored
-
Shane Hathaway authored