Home | History | Annotate | Download | only in idlelib

Lines Matching defs:string

11 import string
61 # so that stopatindex can be used to synchronize the string with the
92 """Is the index given to the HyperParser is in a string?"""
142 # This string includes all chars that may be in a white space
144 # This string includes all chars that may be in an identifier
145 _id_chars = string.ascii_letters + string.digits + "_"
146 # This string includes all chars that may be the first char of an identifier
147 _id_first_chars = string.ascii_letters + "_"
149 # Given a string and pos, return the number of chars in the identifier
162 """Return a string with the Python expression which ends at the given
236 # Scan a string prefix