Home
last modified time | relevance | path

Searched defs:is_char_in_string (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_hyperparser.py18 is_char_in_string = EditorWindow.is_char_in_string variable in DummyEditwin
/third_party/python/Lib/idlelib/
Dpyparse.py136 def find_good_parse_start(self, is_char_in_string): argument
Deditor.py1225 def is_char_in_string(self, text_index): member in EditorWindow