Skip to content

Commit 4fded84

Browse files
committed
python: implement missing predicates
1 parent 0267b32 commit 4fded84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
207207
// Relating content to summaries
208208
predicate content = FlowSummary::SummaryComponent::content/1;
209209

210-
predicate withoutContent = FlowSummary::SummaryComponent::withoutContent/1;
210+
SummaryComponent withoutContent(TypeTrackerContent contents) { none() }
211211

212-
predicate withContent = FlowSummary::SummaryComponent::withContent/1;
212+
SummaryComponent withContent(TypeTrackerContent contents) { none() }
213213

214214
predicate return = FlowSummary::SummaryComponent::return/0;
215215

0 commit comments

Comments
 (0)