mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Apply suggestions from code review
Co-Authored-By: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ The rest of this tutorial summarizes the contents of the standard libraries for
|
||||
Overview of the library
|
||||
-----------------------
|
||||
|
||||
The CodeQL library for Python incorporates a large number of classes. Each class corresponds either to one kind of entity in Python source code or to an entity that can be derived form the source code using static analysis. These classes can be divided into four categories:
|
||||
The CodeQL library for Python incorporates a large number of classes. Each class corresponds either to one kind of entity in Python source code or to an entity that can be derived from the source code using static analysis. These classes can be divided into four categories:
|
||||
|
||||
- **Syntactic** - classes that represent entities in the Python source code.
|
||||
- **Control flow** - classes that represent entities from the control flow graphs.
|
||||
|
||||
Reference in New Issue
Block a user