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:
Rasmus Wriedt Larsen
2020-09-04 10:58:20 +02:00
parent 2ba84be565
commit 7855576a69

View File

@@ -1,8 +1,8 @@
/** Step Summaries and Type Tracking */ /** Step Summaries and Type Tracking */
import python private import python
import internal.DataFlowPublic private import internal.DataFlowPublic
import internal.DataFlowPrivate private import internal.DataFlowPrivate
/** Any string that may appear as the name of an attribute or access path. */ /** Any string that may appear as the name of an attribute or access path. */
class AttributeName extends string { class AttributeName extends string {