Home
last modified time | relevance | path

Searched refs:get_spaces_firstword (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Dcodecontext.py26 def get_spaces_firstword(codeline, c=re.compile(r"^(\s*)(\w*)")): function
37 spaces, firstword = get_spaces_firstword(codeline)
/third_party/python/Lib/idlelib/idle_test/
Dtest_codecontext.py417 get = codecontext.get_spaces_firstword