Searched refs:has_main (Results 1 – 2 of 2) sorted by relevance
112 has_main = (source / '__main__.py').is_file()113 if main and has_main:116 if not (main or has_main):
96 const HasMain has_main; member