Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52974
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ian.g.kelly@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'python.': 0.02; 'c++,': 0.07; 'python': 0.11; 'subject:python': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'aug': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; '25,': 0.31; 'url:python': 0.33; 'subject: (': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'dear': 0.65; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=KEzyzuQ74YiTPZK+2TWmfghUduz4C4O0AYXHl9DXjpw=; b=LfTEC3IzW+BwW9YW8dYUUTugq3Gd6wwF3noXlSkxiwxlnW562dE9jzeCncd7bAxad2 ckX5beRdT3/FQQToCbbJv+RUY+kGygQaTFdefcu6u4evRxo/+j10q95dka78UZ1Ordyr CG4LFx4gwv+p1429CBGsQpGUzOs7evX7LZgg1mc/U75DpdBT3h9mVeVr4v1dRyxcRwTi iA4key9uz8zMsrZTSTvZAuthn+itlXcKPgwW9WWfMEDK8BFdXy/WBcZy9wCoG1V099eK I3L6SCLzi6yeijIid1YqzGHl4MjCj/kJ0hA4ayT0qgVdjYa3gjxrD1IoLV6CyMuWriGy 0ZSA== |
| X-Received | by 10.66.155.102 with SMTP id vv6mr8600509pab.89.1377424297093; Sun, 25 Aug 2013 02:51:37 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <1377420013.6069.13.camel@debian> |
| References | <1377420013.6069.13.camel@debian> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Sun, 25 Aug 2013 03:50:56 -0600 |
| Subject | Re: typeid(obj).name in C++ vs (python) |
| To | Python <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.216.1377424306.19984.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1377424306 news.xs4all.nl 15997 [2001:888:2000:d::a6]:59894 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:52974 |
Show key headers only | 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
Re: typeid(obj).name in C++ vs (python) Ian Kelly <ian.g.kelly@gmail.com> - 2013-08-25 03:50 -0600
csiph-web