Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dcodecontext.py26 def get_spaces_firstword(codeline, c=re.compile(r"^(\s*)(\w*)")): argument
31 def get_line_info(codeline): argument