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

Source Code for Module SmootLight.behaviors.AllPixelsLeft

+
+ 1  from operationscore.Behavior import * 
+ 2  import util.ComponentRegistry as compReg 
+ 3  import pdb 
+
4 -class AllPixelsLeft(Behavior): +
5 """Behavior which returns all points left of its input. No Args.""" +
6 - def processResponse(self, sensorInputs, recursiveInputs): +
7 for sensory in sensorInputs: + 8 xLoc = sensory['Location'][0] + 9 sensory['Location'] = '{x}<' + str(xLoc) +10 return (sensorInputs, recursiveInputs) +
11 +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3