We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AttributeName
1 parent 7eb4419 commit 20202abCopy full SHA for 20202ab
python/ql/lib/semmle/python/dataflow/new/TypeTracking.qll
@@ -7,8 +7,12 @@ private import internal.TypeTrackingImpl as Impl
7
import Impl::Shared::TypeTracking<Impl::TypeTrackingInput>
8
private import semmle.python.dataflow.new.internal.DataFlowPublic as DataFlowPublic
9
10
-/** A string that may appear as the name of an attribute or access path. */
11
-class AttributeName = Impl::TypeTrackingInput::Content;
+/**
+ * DEPRECATED.
12
+ *
13
+ * A string that may appear as the name of an attribute or access path.
14
+ */
15
+deprecated class AttributeName = Impl::TypeTrackingInput::Content;
16
17
/**
18
* A summary of the steps needed to track a value to a given dataflow node.
0 commit comments