Searched refs:STRING_END_ARCHIVE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | zipimport.py | 43 STRING_END_ARCHIVE = b'PK\x05\x06' variable 421 if buffer[:4] != STRING_END_ARCHIVE: 438 pos = data.rfind(STRING_END_ARCHIVE) |
Completed in 1 milliseconds