Module Attributes
This module provides an API for attribute reads and writes.
Import path
import semmle.python.dataflow.new.internal.AttributesImports
| DataFlowPublic | Provides Python-specific definitions for use in the data flow library. |
| DataFlowUtil | Contains utility functions for writing data flow queries |
Classes
| AttrRead | A read of an attribute on an object. This includes - Simple attribute reads: |
| AttrRef | A data flow node that reads or writes an attribute of an object. |
| AttrWrite | A data flow node that writes an attribute of an object. This includes - Simple attribute writes: |