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

Method get_standard_extension_names

Lib/idlelib/editor.py:1133–1134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1131 traceback.print_exc()
1132
1133 def get_standard_extension_names(self):
1134 return idleConf.GetExtensions(editor_only=True)
1135
1136 extfiles = { # Map built-in config-extension section names to file names.
1137 'ZzDummy': 'zzdummy',

Callers 3

RemoveKeybindingsMethod · 0.95
ApplyKeybindingsMethod · 0.95

Calls 1

GetExtensionsMethod · 0.80

Tested by

no test coverage detected