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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 553 self._Root = Root
560 Path = Path[len(os.path.commonprefix([Path, self._Root])):]
562 return self._Root
566 return os.path.join(self._Root, Path)
569 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPath])
585 os.chdir(self._Root)
607 return os.path.join(self._Root, Path)
609 return os.path.join(self._Root, self._UPPER_CACHE_[UpperPath])
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3558 _root = None variable in class:_Screen
    [all...]
  /external/python/cpython3/Lib/
turtle.py 431 class _Root(TK.Tk):
3667 _root = None variable in class:_Screen
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]

Completed in 291 milliseconds