コード例 #1
0
	def isSignApk(self, line):
		assert line is not None

		parser = SignApkParser()
		isValid = parser.isValidLine(line)

		return isValid