Home
last modified time | relevance | path

Searched refs:identchars (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dcmd.py65 identchars = IDENTCHARS variable in Cmd
188 while i < n and line[i] in self.identchars: i = i+1
/external/python/cpython2/Lib/
Dcmd.py68 identchars = IDENTCHARS variable in Cmd
192 while i < n and line[i] in self.identchars: i = i+1
/external/python/cpython2/Doc/library/
Dcmd.rst162 .. attribute:: Cmd.identchars
/external/python/cpython3/Doc/library/
Dcmd.rst164 .. attribute:: Cmd.identchars