powdahound (owner)

Revisions

gist: 222588 Download_button fork
public
Public Clone URL: git://gist.github.com/222588.git
Embed All Files: show embed
Python #
1
2
3
4
5
6
7
8
9
>>> gc.get_objects()
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-x86_64.egg/twisted/conch/manhole.py", line 119, in displayhook
    self.write(repr(obj))
  File "/usr/local/lib/python2.6/dist-packages/pyasn1-0.0.6a-py2.6.egg/pyasn1/v1/type/base.py", line 50, in __getattr__
    raise error.PyAsn1Error('No value for %s()' % attr)
PyAsn1Error: No value for __repr__()