Home | History | Annotate | Download | only in python2.7

Lines Matching refs:clsname

768         clsname = self.__class__.__name__
772 return "<_pyio.{0}>".format(clsname)
774 return "<_pyio.{0} name={1!r}>".format(clsname, name)