Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dhyperparser.py116 def get_surrounding_brackets(self, openers='([{', mustclose=False): argument
131 self.rawtext[self.bracketing[before][0]] not in openers or
/third_party/python/Doc/howto/
Durllib2.rst34 on. These are provided by objects called handlers and openers.
425 openers. Openers use handlers. All the "heavy lifting" is done by the
430 You will want to create openers if you want to fetch URLs with specific handlers
516 ``build_opener``. By default openers have the handlers for normal situations
/third_party/python/Doc/library/
Dasyncore.rst157 Called on listening channels (passive openers) when a connection can be
167 Called on listening channels (passive openers) when a connection has been
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c2660 gint openers = 1; in _priv_gst_value_parse_struct_or_caps() local
2671 openers--; in _priv_gst_value_parse_struct_or_caps()
2673 openers++; in _priv_gst_value_parse_struct_or_caps()
2675 if (openers == 0) { in _priv_gst_value_parse_struct_or_caps()
/third_party/chromium/patch/
D0001-cve.patch2556 + // things related to "original openers", to make the quirk more obvious.