Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Armag67 opened this issue Jan 26, 2024 · 0 comments

Comments

@Armag67
Copy link

Armag67 commented Jan 26, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant