MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / GetOption

Method GetOption

Lib/idlelib/configHandler.py:226–272  ·  view source on GitHub ↗

Get an option value for given config type and given general configuration section/option or return a default. If type is specified, return as type. Firstly the user configuration is checked, with a fallback to the default configuration, and a final 'catch all'

(self, configType, section, option, default=None, type=None,
                  warn_on_default=True, raw=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

CurrentThemeMethod · 0.95
CurrentKeysMethod · 0.95
GetExtensionsMethod · 0.95
__GetRawExtensionKeysMethod · 0.95
GetExtensionBindingsMethod · 0.95
GetKeyBindingMethod · 0.95
AutoCompleteClass · 0.80
drawtextMethod · 0.80
LoadTagDefsMethod · 0.80
__init__Method · 0.80
ResetColorizerMethod · 0.80
ResetFontMethod · 0.80

Calls 3

GetMethod · 0.80
has_optionMethod · 0.45
writeMethod · 0.45

Tested by 1

test_initMethod · 0.64