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

  /external/python/cpython2/Lib/idlelib/
configHandler.py 407 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
427 if editor_only or shell_only: # TODO if both, contradictory
PyShell.py     [all...]
  /external/python/cpython3/Lib/idlelib/
config.py 435 editor_only=False, shell_only=False):
460 if editor_only or shell_only: # TODO both True contradict
    [all...]
pyshell.py     [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_config.py 440 eq(iGE(shell_only=True), [])
    [all...]

Completed in 98 milliseconds