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

Method __init__

bashfuscator/core/engine/random.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 _boblSyntaxRegex = re.compile(r":\w+:|\^ \^|\? \?|% %|\* \*|#\d+#|&\d+&|DATA|END")
34
35 def __init__(self):
36 self.sizePref = None
37
38 def setFullAsciiStrings(self):
39 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected