Module Overlay
Defines entity discard predicates for Python overlay analysis.
Import path
import semmle.python.OverlayPredicates
| isOverlay | Holds always for the overlay variant and never for the base variant. This local predicate is used to define local predicates that behave differently for the base and overlay variant. |
Classes
| Discardable | An abstract base class for all elements that can be discarded from the base. |