MCPcopy Index your code
hub / github.com/python/cpython / default_keys

Method default_keys

Lib/idlelib/config.py:405–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403
404 @staticmethod
405 def default_keys():
406 if sys.platform[:3] == 'win':
407 return 'IDLE Classic Windows'
408 elif sys.platform == 'darwin':
409 return 'IDLE Classic OSX'
410 else:
411 return 'IDLE Modern Unix'
412
413 def GetExtensions(self, active_only=True,
414 editor_only=False, shell_only=False):

Callers 5

load_key_cfgMethod · 0.80
delete_custom_keysMethod · 0.80
test_default_keysMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_default_keysMethod · 0.64