typeid(obj).name in C++ vs (python)

Ian Kelly ian.g.kelly at gmail.com
Sun Aug 25 05:50:56 EDT 2013


type(obj).__name__

On Sun, Aug 25, 2013 at 2:40 AM, Mohsen Pahlevanzadeh
<mohsen at pahlevanzadeh.org> wrote:
> Dear all,
>
> If you C++, I need to (typeid(obj).name) in python. Does python same
> thing?
>
> --mohsen
>
> --
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list