pyobfuscate icon indicating copy to clipboard operation
pyobfuscate copied to clipboard

Pyobfuscate doesn't support type hints

Open bbedra opened this issue 4 years ago • 1 comments

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

bbedra avatar Jan 25 '22 11:01 bbedra