questions about of writing python scripts

Courageous jkraska at san.rr.com
Tue Dec 11 02:11:06 EST 2001


>Just because Python doesn't _force_ type checking doesn't mean it
>isn't possible.

Quite true. For example, it's not only possible but also fairly
easy to create objects which, through use of metadata, ascertain
the validity of assigning specific name-value pairs with specific
types to an instance of a particular object.

I'd be surprised if something like that isn't already out there.

C//




More information about the Python-list mailing list