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


Groups > comp.lang.python > #52974 > unrolled thread

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

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2013-08-25 03:50 -0600
Last post2013-08-25 03:50 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromIan Kelly <ian.g.kelly@gmail.com>
Date2013-08-25 03:50 -0600
SubjectRe: typeid(obj).name in C++ vs (python)
Message-ID<mailman.216.1377424306.19984.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web