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

Method get_standard_extension_names

Lib/idlelib/pyshell.py:985–986  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

983 return "break"
984
985 def get_standard_extension_names(self):
986 return idleConf.GetExtensions(shell_only=True)
987
988 def get_prompt_text(self, first, last):
989 """Return text between first and last with prompts added."""

Callers

nothing calls this directly

Calls 1

GetExtensionsMethod · 0.80

Tested by

no test coverage detected