Searched refs:m_from (Results 1 – 1 of 1) sorted by relevance
61 m_from = re.compile('^[ \t]*import[ \t]+([^#]+)') variable81 elif m_from.match(line) >= 0:82 (a, b), (a1, b1) = m_from.regs[:2]