Searched defs:configType (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 216 def GetOption(self, configType, section, option, default=None, type=None, argument 262 def SetOption(self, configType, section, option, value): argument 266 def GetSectionList(self, configSet, configType): argument 700 def GetFont(self, root, configType, section): argument
|
D | configDialog.py | 1152 def SetUserValue(self, configType, section, item, value): argument
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 214 def GetOption(self, configType, section, option, default=None, type=None, argument 254 def SetOption(self, configType, section, option, value): argument 258 def GetSectionList(self, configSet, configType): argument 728 def GetFont(self, root, configType, section): argument
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_codecontext.py | 96 def mock_idleconf_GetFont(root, configType, section): argument
|
D | test_sidebar.py | 69 def mock_idleconf_GetFont(root, configType, section): argument
|
D | test_squeezer.py | 111 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/ |
D | BasicSerializerFactory.java | 986 JavaType contentType, Class<?> configType) in _findInclusionWithContent()
|