Home
last modified time | relevance | path

Searched defs:configType (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py216 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
DconfigDialog.py1152 def SetUserValue(self, configType, section, item, value): argument
/external/python/cpython3/Lib/idlelib/
Dconfig.py214 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/
Dtest_codecontext.py96 def mock_idleconf_GetFont(root, configType, section): argument
Dtest_sidebar.py69 def mock_idleconf_GetFont(root, configType, section): argument
Dtest_squeezer.py111 def set_idleconf_option_with_cleanup(self, configType, section, option, value): argument
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DBasicSerializerFactory.java986 JavaType contentType, Class<?> configType) in _findInclusionWithContent()