mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Python: TypeTracker only exposes its own interface
This is especially important if the TypeTracker needs to be publicly imported by DataFlowPublic.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** Step Summaries and Type Tracking */
|
||||
|
||||
import python
|
||||
import internal.DataFlowPublic
|
||||
import internal.DataFlowPrivate
|
||||
private import python
|
||||
private import internal.DataFlowPublic
|
||||
private import internal.DataFlowPrivate
|
||||
|
||||
/** Any string that may appear as the name of an attribute or access path. */
|
||||
class AttributeName extends string {
|
||||
|
||||
Reference in New Issue
Block a user