Searched refs:initlog (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_cgi.py192 cgi.initlog("%s", "Testing initlog 1")
194 self.assertEqual(cgi.logfp.getvalue(), "Testing initlog 1\nTesting log 2\n")
198 cgi.initlog("%s", "Testing log 3")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_cgi.py192 cgi.initlog("%s", "Testing initlog 1")
194 self.assertEqual(cgi.logfp.getvalue(), "Testing initlog 1\nTesting log 2\n")
198 cgi.initlog("%s", "Testing log 3")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcgi.py71 def initlog(*allargs): function
74 Even though this function is called initlog(), you should always
75 use log(); log is a variable that is set either to initlog
107 """Write a log message to the log file. See initlog() for docs."""
114 log = initlog # The current logging function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcgi.py71 def initlog(*allargs): function
74 Even though this function is called initlog(), you should always
75 use log(); log is a variable that is set either to initlog
107 """Write a log message to the log file. See initlog() for docs."""
114 log = initlog # The current logging function

Completed in 131 milliseconds