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] Fix the Function.calls semantic #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

patacca
Copy link
Collaborator

@patacca patacca commented Nov 5, 2024

Change the semantic of Function.calls() so that it will return only the starting chunks that are called from the current function. A starting chunk means that it is the first chunk of a function.

By definition a function has ONE entry point and >=0 exit point.

Change the semantic of `Function.calls()` so that it will return only
the **starting** chunks that are called from the current function.
A starting chunk means that it is the first chunk of a function.

By definition a function has **ONE** entry point and >=0 exit point.
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

Successfully merging this pull request may close these issues.

1 participant