Package commons :: Module all
[hide private]
[frames] | no frames]

Module all

source code

This module is used for importing all the modules of Python Commons.

Variables [hide private]
  BASIC_FORMAT = '%(levelname)s:%(name)s:%(message)s'
  CRITICAL = 50
  DEBUG = 10
  ERROR = 40
  FATAL = 50
  HIGHEST_PROTOCOL = 2
  INFO = 20
  ITIMER_PROF = 2
  ITIMER_REAL = 0
  ITIMER_VIRTUAL = 1
  NOTSET = 0
  NSIG = 65
  SIGABRT = 6
  SIGALRM = 14
  SIGBUS = 7
  SIGCHLD = 17
  SIGCLD = 17
  SIGCONT = 18
  SIGFPE = 8
  SIGHUP = 1
  SIGILL = 4
  SIGINT = 2
  SIGIO = 29
  SIGIOT = 6
  SIGKILL = 9
  SIGPIPE = 13
  SIGPOLL = 29
  SIGPROF = 27
  SIGPWR = 30
  SIGQUIT = 3
  SIGRTMAX = 64
  SIGRTMIN = 34
  SIGSEGV = 11
  SIGSTOP = 19
  SIGSYS = 31
  SIGTERM = 15
  SIGTRAP = 5
  SIGTSTP = 20
  SIGTTIN = 21
  SIGTTOU = 22
  SIGURG = 23
  SIGUSR1 = 10
  SIGUSR2 = 12
  SIGVTALRM = 26
  SIGWINCH = 28
  SIGXCPU = 24
  SIGXFSZ = 25
  SIG_DFL = 0
  SIG_IGN = 1
  WARN = 30
  WARNING = 30
  __package__ = 'commons'
  accept2dyear = 1
  altzone = 14400
  compatible_formats = ['1.0', '1.1', '1.2', '1.3', '2.0']
  cp1252_to_unicode_translations = [(u'', u''), (u'', u''), ...
  daylight = 1
  default_chunk_size = 8192
  format_version = '2.0'
  invalid_filename_chars = '*|\\/:<>?'
  invalid_filename_chars_regex = '[*|\\\\\\/:<>?]'
  pkg = 'trace'
  stoppable_server_check_interval = 1
  timezone = 18000
  tzname = ('EST', 'EDT')
  unicode_special = re.compile(r'[\x80-\uffff]')
Variables Details [hide private]

cp1252_to_unicode_translations

Value:
[(u'', u''),
 (u'', u''),
 (u'ƒ', u'ƒ'),
 (u'', u''),
 (u'', u''),
 (u'', u''),
 (u'', u''),
 (u'ˆ', u'ˆ'),
...