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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 478 halfbar = ((int(console.width) - 16) // 2) * '='
479 console.write(halfbar + ' RESTART ' + halfbar)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 478 halfbar = ((int(console.width) - 16) // 2) * '='
479 console.write(halfbar + ' RESTART ' + halfbar)
    [all...]

Completed in 48 milliseconds