Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'c++,': 0.07; 'python': 0.11; 'subject:python': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'header:In-Reply-To:1': 0.27; 'subject: (': 0.35; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'course': 0.61; 'dear': 0.65 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pahlevanzadeh.org; s=default; h=Content-Transfer-Encoding:Mime-Version:Content-Type:References:In-Reply-To:Date:To:From:Subject:Message-ID; bh=lxUrnXeTtVElrkJUVboiEnC+vCr0x9Ur01oLZMsSmGE=; b=fpQJ1Q3Ihy3hzuXEv94QRmltR4zU9lvGK6gBv/2Ovgwnlq1766NB8ujlG+SavKQRy7O8G3T+wG08Z9HWUo6nAZ6n5kC56HrI4JOnKK/Pn0jftEFrAjsci0qfiOHbzjEMTgA1qmgNuiAdbR/PJt0BkYYGlKeocjTMmytuN3f/ego=; Subject: Re: typeid(obj).name in C++ vs (python) From: Mohsen Pahlevanzadeh To: python-list@python.org Date: Sun, 25 Aug 2013 13:13:25 +0430 In-Reply-To: <1377420013.6069.13.camel@debian> References: <1377420013.6069.13.camel@debian> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-4+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - part7.royal-servers.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Get-Message-Sender-Via: part7.royal-servers.com: authenticated_id: mohsen@pahlevanzadeh.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377420214 news.xs4all.nl 15864 [2001:888:2000:d::a6]:48156 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52971 On Sun, 2013-08-25 at 13:10 +0430, Mohsen Pahlevanzadeh wrote: > Dear all, > > If you C++, I need to (typeid(obj).name) in python. Does python same > thing? > > --mohsen > Of course i need to typeof().