Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dzipapp.py112 has_main = (source / '__main__.py').is_file()
113 if main and has_main:
116 if not (main or has_main):
/third_party/node/src/
Denv.h96 const HasMain has_main; member