Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def get_member_names(self):
return [get_compressed_content_name(self.source.path, '.bz2')]
def get_member_names(self):
return [get_compressed_content_name(self.source.path, '.deflate')]
def get_member_names(self):
return [get_compressed_content_name(self.source.path, '.xz')]
def get_member_names(self):
return [get_compressed_content_name(self.source.path, '.dex') + '.jar']
def get_member_names(self):
return [get_compressed_content_name(self.source.path, '.gz')]