mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Fix grammar
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
27d1512a75
commit
42227c625d
@@ -4,7 +4,7 @@ also known as _call graph tracing_.
|
||||
|
||||
Execute a python program and for each call being made, record the call and callable. This allows us to compare call graph resolution from static analysis with actual data -- that is, can we statically determine the target of each actual call correctly.
|
||||
|
||||
This is still in the early stages, and currently only support a very minimal working example (to show that this approach might work).
|
||||
This is still in the early stages, and currently only supports a very minimal working example (to show that this approach might work).
|
||||
|
||||
The next hurdle is being able to handle multiple calls on the same line, such as
|
||||
|
||||
|
||||
Reference in New Issue
Block a user