dynamic casting in python

Brian Quinlan BrianQ at ActiveState.com
Thu Apr 19 22:54:21 EDT 2001


The concept of dynamic casting is only useful in static languages such as
C++. Python does not require such a construct since any type can be assigned
to any variable and you can call methods on any object without knowing that
object's type.


> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Christian Reyes
> Sent: Thursday, April 19, 2001 7:33 PM
> To: python-list at python.org
> Subject: dynamic casting in python
>
>
> How do I do it?
> Is it possible?
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>





More information about the Python-list mailing list