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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 46 __UNDEF__ = [] # a special sentinel object
79 return None, __UNDEF__
83 vars, lasttoken, parent, prefix, value = [], None, None, '', __UNDEF__
88 if parent is not __UNDEF__:
89 value = getattr(parent, token, __UNDEF__)
157 if value is not __UNDEF__:
235 if value is not __UNDEF__:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 46 __UNDEF__ = [] # a special sentinel object
79 return None, __UNDEF__
83 vars, lasttoken, parent, prefix, value = [], None, None, '', __UNDEF__
88 if parent is not __UNDEF__:
89 value = getattr(parent, token, __UNDEF__)
157 if value is not __UNDEF__:
235 if value is not __UNDEF__:

Completed in 648 milliseconds