Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52974

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

References <1377420013.6069.13.camel@debian>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2013-08-25 03:50 -0600
Subject Re: typeid(obj).name in C++ vs (python)
Newsgroups comp.lang.python
Message-ID <mailman.216.1377424306.19984.python-list@python.org> (permalink)

Show all headers | View raw


type(obj).__name__

On Sun, Aug 25, 2013 at 2:40 AM, Mohsen Pahlevanzadeh
<mohsen@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: typeid(obj).name in C++ vs (python) Ian Kelly <ian.g.kelly@gmail.com> - 2013-08-25 03:50 -0600

csiph-web