Skip to content

Commit 189c94f

Browse files
committed
Python: Add TypeTracker::end()
Copied from JS
1 parent 7855576 commit 189c94f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

python/ql/src/experimental/dataflow/TypeTracker.qll

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,10 @@ class TypeTracker extends TTypeTracker {
280280
result = this
281281
}
282282
}
283+
284+
module TypeTracker {
285+
/**
286+
* Gets a valid end point of type tracking.
287+
*/
288+
TypeTracker end() { result.end() }
289+
}

0 commit comments

Comments
 (0)