Searched refs:m_import (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/scripts/ | ||
H A D | pdeps.py | 60 m_import = re.compile('^[ \t]*from[ \t]+([^ \t]+)[ \t]+') variable 79 m_found = m_import.match(line) or m_from.match(line) |
Completed in 1 milliseconds