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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 62 # _srcfile is used when walking the stack to check when we've got the first
66 _srcfile = "logging%s__init__%s" % (os.sep, __file__[-4:]) variable
68 _srcfile = __file__[:-4] + '.py' variable
70 _srcfile = __file__ variable
71 _srcfile = os.path.normcase(_srcfile) variable
84 # _srcfile is only used in conjunction with sys._getframe().
85 # To provide compatibility with older versions of Python, set _srcfile
89 # _srcfile = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 62 # _srcfile is used when walking the stack to check when we've got the first
66 _srcfile = "logging%s__init__%s" % (os.sep, __file__[-4:]) variable
68 _srcfile = __file__[:-4] + '.py' variable
70 _srcfile = __file__ variable
71 _srcfile = os.path.normcase(_srcfile) variable
84 # _srcfile is only used in conjunction with sys._getframe().
85 # To provide compatibility with older versions of Python, set _srcfile
89 # _srcfile = None
    [all...]

Completed in 54 milliseconds