Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/scripts/
Dtexcheck.py63 def matchclose(c_lineno, c_symbol, openers, pairmap): argument
66 o_lineno, o_symbol = openers.pop()
105 openers = [] # Stack of pending open delimiters
125 openers.append((lineno, name))
127 openers.append((lineno, punct))
129 matchclose(lineno, name, openers, pairmap)
131 matchclose(lineno, punct, openers, pairmap)
133 print ' --> ', openers
189 for lineno, symbol in openers:
/external/python/cpython2/Lib/idlelib/
DHyperParser.py104 def get_surrounding_brackets(self, openers='([{', mustclose=False): argument
119 self.rawtext[self.bracketing[before][0]] not in openers or
/external/python/cpython2/Doc/howto/
Durllib2.rst34 on. These are provided by objects called handlers and openers.
404 openers. Openers use handlers. All the "heavy lifting" is done by the
409 You will want to create openers if you want to fetch URLs with specific handlers
493 ``build_opener``. By default openers have the handlers for normal situations
/external/python/cpython2/Doc/library/
Dasyncore.rst148 Called on listening channels (passive openers) when a connection can be
/external/jline/src/src/test/resources/jline/example/
Denglish.gz