Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52970 > unrolled thread
| Started by | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| First post | 2013-08-25 13:10 +0430 |
| Last post | 2013-08-25 13:10 +0430 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
typeid(obj).name in C++ vs (python) Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-08-25 13:10 +0430
| From | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| Date | 2013-08-25 13:10 +0430 |
| Subject | typeid(obj).name in C++ vs (python) |
| Message-ID | <mailman.212.1377420020.19984.python-list@python.org> |
Dear all, If you C++, I need to (typeid(obj).name) in python. Does python same thing? --mohsen
Back to top | Article view | comp.lang.python
csiph-web