mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Bring headings more into line with content models
This commit is contained in:
@@ -3,7 +3,7 @@ Functions in Python
|
||||
|
||||
Functions are key building blocks of Python code bases. You can find functions and identify calls to them using syntactic classes from the standard CodeQL library.
|
||||
|
||||
This example uses the standard CodeQL class ``Function`` (see :doc:`Introducing the Python libraries <introduce-libraries-python>`).
|
||||
These examples use the standard CodeQL class `Function <https://help.semmle.com/qldoc/python/semmle/python/Function.qll/type.Function$Function.html>`__. For more information, see :doc:`Introducing the Python libraries <introduce-libraries-python>`.
|
||||
|
||||
Finding all functions called "get..."
|
||||
-------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user