Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8caa6 commit 636cf61Copy full SHA for 636cf61
1 file changed
python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackingImpl.qll
@@ -102,10 +102,7 @@ module TypeTrackingInput implements Shared::TypeTrackingInput {
102
103
class LocalSourceNode = DataFlowPublic::LocalSourceNode;
104
105
- class Content extends DataFlowPublic::Content {
106
- // this char-pred is just a temporary restriction while transitioning to more general content
107
- Content() { this instanceof DataFlowPublic::AttributeContent }
108
- }
+ class Content = DataFlowPublic::Content;
109
110
/**
111
* A label to use for `WithContent` and `WithoutContent` steps, restricting
0 commit comments