zipapp.get_interpreter()

zipapp.get_interpreter(archive)

Return the interpreter specified in the #! line at the start of the archive. If there is no #! line, return None. The archive argument can be a filename or a file-like object open for reading in bytes mode. It is assumed to be at the start of the archive.

doc_python
2016-10-07 17:48:38
Comments
Leave a Comment

Please login to continue.