pyobfuscate
pyobfuscate copied to clipboard
Pyobfuscate doesn't support type hints
Pyobfuscate throws an error when code contains type hints in method declarations.
RuntimeError: Overlooked symbol 'list' on line 70 column 40
Eg. def some_method(users: list): pass