Skip to content

Pyobfuscate doesn't support type hints #26

@bbedra

Description

@bbedra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions