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

Source Code for Module SmootLight.Profile

+
+1  import cProfile 
+2  from LightInstallation import main 
+3  command = """main(['', 'config/6thFloorOSC.xml'])""" 
+4  cProfile.runctx(command, globals(), locals(), filename="smootlight.profile") 
+5   
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3