Searched refs:apexFilePath (Results 1 – 1 of 1) sorted by relevance
48 def fromApex(apexFilePath): argument49 with zipfile.ZipFile(apexFilePath, 'r') as apexFile: