Package pydbg :: Module memory_snapshot_context :: Class memory_snapshot_context
[show private | hide private]
[frames | no frames]

Class memory_snapshot_context


Thread context object, used in memory snapshots.
Method Summary
  __init__(self, thread_id, context)

Class Variable Summary
NoneType context = None                                                                  
NoneType thread_id = None                                                                  

Method Details

__init__(self, thread_id=None, context=None)
(Constructor)

Parameters:
thread_id - Thread ID
           (type=Integer)
context - Context of thread specified by ID at time of snapshot
           (type=CONTEXT)

Class Variable Details

context

Type:
NoneType
Value:
None                                                                  

thread_id

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Fri Jun 16 17:16:24 2006 http://epydoc.sf.net