From cb69d2e1c7ced951cbf7a31ee286b0ed92cab8a8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 18 Feb 2011 16:56:43 -0500 Subject: Adding Epydoc generated docs. --- ...erationscore.ThreadedSmootCoreObject-pysrc.html | 143 +++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 html/SmootLight.operationscore.ThreadedSmootCoreObject-pysrc.html (limited to 'html/SmootLight.operationscore.ThreadedSmootCoreObject-pysrc.html') diff --git a/html/SmootLight.operationscore.ThreadedSmootCoreObject-pysrc.html b/html/SmootLight.operationscore.ThreadedSmootCoreObject-pysrc.html new file mode 100644 index 0000000..1bf1bc6 --- /dev/null +++ b/html/SmootLight.operationscore.ThreadedSmootCoreObject-pysrc.html @@ -0,0 +1,143 @@ + + + + + SmootLight.operationscore.ThreadedSmootCoreObject + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package operationscore :: + Module ThreadedSmootCoreObject + + + + + + +
[hide private]
[frames] | no frames]
+
+

Source Code for Module SmootLight.operationscore.ThreadedSmootCoreObject

+
+ 1  import pdb 
+ 2  import threading 
+ 3  import thread 
+ 4  import util.Config as configGetter 
+ 5  from operationscore.SmootCoreObject import SmootCoreObject 
+
6 -class ThreadedSmootCoreObject(SmootCoreObject, threading.Thread): +
7 """ThreadedSmootCoreObject is a version of SmootCoreObject for objects that want to run on their + 8 own thread""" +
9 - def __init__(self, argDict, skipValidation = False): +
10 SmootCoreObject.__init__(self, argDict, skipValidation) +11 threading.Thread.__init__(self) +12 self.daemon = True #This kills this thread when the main thread stops +
13 +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3