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. --- html/SmootLight.behaviors.SynchTest-pysrc.html | 127 +++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 html/SmootLight.behaviors.SynchTest-pysrc.html (limited to 'html/SmootLight.behaviors.SynchTest-pysrc.html') diff --git a/html/SmootLight.behaviors.SynchTest-pysrc.html b/html/SmootLight.behaviors.SynchTest-pysrc.html new file mode 100644 index 0000000..9f9f0e7 --- /dev/null +++ b/html/SmootLight.behaviors.SynchTest-pysrc.html @@ -0,0 +1,127 @@ + + + + + SmootLight.behaviors.SynchTest + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package behaviors :: + Module SynchTest + + + + + + +
[hide private]
[frames] | no frames]
+
+

Source Code for Module SmootLight.behaviors.SynchTest

+
+ 1  from operationscore.Behavior import * 
+ 2  from pixelevents.SynchTestEvent import * 
+ 3  import pdb 
+
4 -class SynchTest(Behavior): +
5 - def behaviorInit(self): +
6 self.rendered = False +
7 - def processResponse(self, sensorInputs, recurs): +
8 if not self.rendered: + 9 self.rendered = True +10 print 'here1' +11 return ([{'Location':'True', 'PixelEvent':SynchTestEvent({'Color':(255,0,0)})}], []) +12 return ([], []) +
13 +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3