While everyone is saying what they want in Python :)

Don Tuttle tuttledon at hotmail.com
Mon Feb 5 20:35:02 EST 2001


"Jay O'Connor" <joconnor at cybermesa.com> wrote in message
news:3A7DB154.87E04245 at cybermesa.com...
> I'm not familiar with the 'with' keyword in Delphi.

Here's a vbscript example.
With MyLabel
   .Height = 2000
   .Width = 2000
   .Caption = "This is MyLabel"
End With
Personally, I'd love to see Python include the 'with' keyword! It improves
readability and should execute a bit faster as well.
Don







More information about the Python-list mailing list