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

Source Code for Module SmootLight.behaviors.AllPixels

+
+ 1  from operationscore.Behavior import * 
+
2 -class AllPixels(Behavior): +
3 """Turns on all Pixels in the installation. Must use SimpleMapper, or other Mapper supporting + 4 conditional pixel locations.""" + 5 +
6 - def processResponse(self, sensorInputs, recursiveInputs): +
7 for sensory in sensorInputs:#TODO: consider replicating the dict + 8 sensory['Location'] = 'True' + 9 return (sensorInputs, recursiveInputs) +
10 +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3