HomeSort by relevance Sort by last modified time
    Searched refs:python_entry_is_main (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 329 python_entry_is_main = 1 # Is the entry point called __main__?
334 custom_entry_point, python_entry_is_main = \
367 if python_entry_is_main:
  /external/python/cpython2/Tools/freeze/
freeze.py 329 python_entry_is_main = 1 # Is the entry point called __main__?
334 custom_entry_point, python_entry_is_main = \
367 if python_entry_is_main:
  /external/python/cpython3/Tools/freeze/
freeze.py 329 python_entry_is_main = 1 # Is the entry point called __main__?
334 custom_entry_point, python_entry_is_main = \
373 if python_entry_is_main:

Completed in 303 milliseconds