Home
last modified time | relevance | path

Searched refs:GetExtensions (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py407 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False): member in IdleConf
463 for extn in self.GetExtensions(active_only=0):
560 activeExtns = self.GetExtensions(active_only=1)
DPyShell.py931 return idleConf.GetExtensions(shell_only=True)
DEditorWindow.py1047 return idleConf.GetExtensions(editor_only=True)
DconfigDialog.py1272 for ext_name in idleConf.GetExtensions(active_only=False):
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc473 static PyObject* GetExtensions(PyBaseDescriptor* self, void *closure) { in GetExtensions() function
599 { "extensions", (getter)GetExtensions, NULL, "Extensions Sequence"},