Skip to content

Instantly share code, notes, and snippets.

@ajdavis
Created March 14, 2012 18:40
Show Gist options
  • Save ajdavis/2038545 to your computer and use it in GitHub Desktop.
Save ajdavis/2038545 to your computer and use it in GitHub Desktop.
referrers to socketinfo
<class 'pymongo.pool.SocketInfo'> SocketInfo(<socket._socketobject object at 0x2156930>, <pymongo.pool.Pool object at 0x2159670>) at 3 ...
| <type 'frame'> <frame object at 0xa24810>
| | <type 'frame'> <frame object at 0x467910>
| | | <type 'list'> [<frame object at 0xa24810>, {'sock_info': SocketInfo(<socket._socketobject object at 0x2156930>, <p ...
| | | | <type 'listiterator'> <listiterator object at 0x2159750>
| | | | | <type 'frame'> <frame object at 0xa24c10>
| | | | | | <type 'list'> [<listiterator object at 0x2159750>, [<frame object at 0x467910>, [<frame object at 0xa24810>, {'soc ...
| | | | | | <type 'frame'> <frame object at 0x467220>
| | | | | | <type 'list'> [<frame object at 0xa24c10>, [<listiterator object at 0x2159750>, [<frame object at 0x467910>, [<fra ...
| | | | | | <type 'frame'> <frame object at 0xa24e10>
| | | | <type 'list'> [<frame object at 0x467910>, [<frame object at 0xa24810>, {'sock_info': SocketInfo(<socket._socketob ...
| | | | | <type 'listiterator'> <listiterator object at 0x2159770>
| | | | | | <type 'frame'> <frame object at 0x205e330>
| | | | | | <type 'frame'> <frame object at 0x4673f0>
| | | | | <type 'list'> [[<frame object at 0xa24810>, {'sock_info': SocketInfo(<socket._socketobject object at 0x2156930>, < ...
| | | | | | <type 'listiterator'> <listiterator object at 0x21597b0>
| | | | | | <type 'frame'> <frame object at 0x205f020>
| | | | <type 'frame'> <frame object at 0x467730>
| | | | | <type 'frame'> <frame object at 0x205e690>
| | | | | | <type 'frame'> <frame object at 0x205ee70>
| | | <type 'frame'> <frame object at 0xa24a10>
| | | | <type 'frame'> <frame object at 0x205e500>
| | | | | <type 'frame'> <frame object at 0x205e9a0>
| | | | | | <type 'frame'> <frame object at 0x205df40>
| <type 'dict'> {'sock_info': SocketInfo(<socket._socketobject object at 0x2156930>, <pymongo.pool.Pool object at 0x ...
| | <class 'pymongo.pool._Local'> <pymongo.pool._Local object at 0x1cb8150>
| | | <type 'dict'> {'conn_timeout': 1000, 'pid': 799, 'net_timeout': 1000, 'pair': ('localhost', 27017), 'use_ssl': Fal ...
| | | | <class 'pymongo.pool.Pool'> <pymongo.pool.Pool object at 0x2159670>
| | | | | <type 'cell'> <cell at 0x21595b0: Pool object at 0x2159670>
| | | | | | <type 'frame'> <frame object at 0xa24610>
| | | | | | <type 'tuple'> (<cell at 0x21595b0: Pool object at 0x2159670>, <cell at 0x21595f0: list object at 0x1fced28>, <cell ...
| | | | | | <type 'frame'> <frame object at 0x205f350>
| | | | | | <type 'list'> [<cell at 0x21595b0: Pool object at 0x2159670>, <frame object at 0x205f1c0>, [<pymongo.pool.Pool obj ...
| | | | | | <type 'frame'> <frame object at 0x205f4e0>
| | | | | <type 'frame'> <frame object at 0x205f1c0>
| | | | | | <type 'list'> [<pymongo.pool.Pool object at 0x2159670>, <frame object at 0x205eb70>, [{'conn_timeout': 1000, 'pid' ...
| | | | | | <type 'frame'> <frame object at 0x2060470>
| | | | <type 'frame'> <frame object at 0x205eb70>
| | | | | <type 'frame'> <frame object at 0x2061330>
| | | | | | <type 'frame'> <frame object at 0x20614c0>
| | | <type 'frame'> <frame object at 0x205e0d0>
| | | | <type 'frame'> <frame object at 0x20616c0>
| | | | | <type 'frame'> <frame object at 0x2061850>
| | | | | | <type 'frame'> <frame object at 0x20619e0>
| | <type 'dict'> {'Py_Repr': [{...}, [...]], 'thread.local.0x1cb8150': {'sock_info': SocketInfo(<socket._socketobject ...
| | | <type 'frame'> <frame object at 0x2061b70>
| | | | <type 'frame'> <frame object at 0x2061e80>
| | | | | <type 'frame'> <frame object at 0x2062010>
| | | | | | <type 'frame'> <frame object at 0x20621a0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment