Files
codeql/python/ql
Taus c75329d7b7 Python: Move metrics-related API to LegacyPointsTo module
Gets rid of the `getMetrics` methods on the `Function`, `Class`, and
`Module` classes. To access the metrics, one must first import the
`LegacyPointsTo` module, and then either change the type to
`{Function,Class,Module}Metrics` or cast to the appropriate type.
2025-11-26 17:06:55 +00:00
..
2025-11-26 12:30:30 +00:00
2025-11-26 17:06:55 +00:00
2025-11-26 17:06:55 +00:00