| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/orca/ |
Upload File : |
z#Jc @ s d Z d Z d Z d Z d Z d Z d d k Z d d k Z d Z d Z d
Z
d Z d Z d
Z
d Z d Z d Z e Z d Z e Z d Z d Z d Z d d Z d d Z d Z e d Z d e d Z d d k Z d Z d S( s Provides debug utilities for Orca. Debugging is managed by a debug
level, which is held in the debugLevel field. All other methods take
a debug level, which is compared to the current debug level to
determine if the content should be output.s $Id$s
$Revision$s $Date$s- Copyright (c) 2005-2008 Sun Microsystems Inc.t LGPLiNi' i i i i iX i i i c C s9 | t j o( t | t i d t t | n d S( sr Prints out information regarding the current exception.
Arguments:
- level: the accepted debug level
id N( t
debugLevelt printlnt tracebackt print_exct debugFile( t level( ( s. /usr/lib/python2.6/site-packages/orca/debug.pyt printExceptions s
c C s<