Skip to content

Python: function calls by bind or function argument of a function not seen by code2flow #93

@Armag67

Description

@Armag67

Hello,
On Python (3.11 with tkinter), code2flow don't see function calls in event bindings like:

self.bind_class("Entry", "<Button-3><ButtonRelease-3>", self.show_textmenu)

for my show_textmenu(self, event) function,

neither functions calls as arguments of another function like:

getVar = my_imported_function(othersargs, on_progress_callback=self.progress_Check)

for my progress_Check(args) function.

But all works in my code...

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