HomeSort by relevance Sort by last modified time
    Searched refs:logdir (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 10 logdir - if set, tracebacks are written to files in this directory
262 def __init__(self, display=1, logdir=None, context=5, file=None,
265 self.logdir = logdir # log tracebacks to files if not None
295 if self.logdir is not None:
297 (fd, path) = tempfile.mkstemp(suffix=suffix, dir=self.logdir)
316 def enable(display=1, logdir=None, context=5, format="html"):
320 traceback to the browser, and 'logdir' can be set to a directory to cause
322 sys.excepthook = Hook(display=display, logdir=logdir,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 10 logdir - if set, tracebacks are written to files in this directory
262 def __init__(self, display=1, logdir=None, context=5, file=None,
265 self.logdir = logdir # log tracebacks to files if not None
295 if self.logdir is not None:
297 (fd, path) = tempfile.mkstemp(suffix=suffix, dir=self.logdir)
316 def enable(display=1, logdir=None, context=5, format="html"):
320 traceback to the browser, and 'logdir' can be set to a directory to cause
322 sys.excepthook = Hook(display=display, logdir=logdir,
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-plugin/0.20.0/
tycho-p2-plugin-0.20.0.jar 

Completed in 98 milliseconds