ImageD11.ImageD11_thread
index
/sware/exp/fable/standalone/redhate4-a64/lib/python2.5/site-packages/ImageD11/ImageD11_thread.py

# ImageD11_v1.0 Software for beamline ID11
# Copyright (C) 2005-2007  Jon Wright
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  0211-1307  USA

 
Modules
       
Queue
threading

 
Classes
       
threading.Thread(threading._Verbose)
ImageD11_thread

 
class ImageD11_thread(threading.Thread)
    Add a stopping mechanism for unhandled exceptions
 
 
Method resolution order:
ImageD11_thread
threading.Thread
threading._Verbose
__builtin__.object

Methods defined here:
ImageD11_stop_now(self)
__init__(self, name='ImageD11_thread')
run(self)

Methods inherited from threading.Thread:
__repr__(self)
getName(self)
isAlive(self)
isDaemon(self)
join(self, timeout=None)
setDaemon(self, daemonic)
setName(self, name)
start(self)

Data descriptors inherited from threading._Verbose:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        stop_now = False