Hi, my name is Jhon Jario Roa and this is my blog. Here you'll find a little bit of java, python, javascript, linux, birt, jasper, objective C, extJS and other stuff. You also are gonna find some solutions that worked for me.
Tuesday, April 19, 2011
Python: Getting the class name
>>>import itertools>>> x = itertools.count(0)>>> x.__class__.__name__'count'
No comments:
Post a Comment