MCPcopy Create free account
hub / github.com/Bashfuscator/Bashfuscator / __init__

Method __init__

bashfuscator/core/mutators/compressor.py:38–42  ·  view source on GitHub ↗
(self, name, description, sizeRating, timeRating, binariesUsed=[], fileWrite=False, notes=None, author=None, credits=None, evalWrap=True, unreadableOutput=False)

Source from the content-addressed store, hash-verified

36 """
37
38 def __init__(self, name, description, sizeRating, timeRating, binariesUsed=[], fileWrite=False, notes=None, author=None, credits=None, evalWrap=True, unreadableOutput=False):
39 super().__init__(name, "compress", description, sizeRating, timeRating, notes, author, credits, evalWrap, unreadableOutput)
40
41 self.binariesUsed = binariesUsed
42 self.fileWrite = fileWrite

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected