Skip to content

Builtin methods like 'str' and 'int' are changed which cause the error of program #10

Open
@DeriZSY

Description

@DeriZSY

Hi, thanks for making this available. I found that some built-in methods for type conversion will be changed during the conversion. for example:

    self.fps = int(25)

is changed to:

    self.fps = l125(25)

what should I do to avoid it?

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