Module Encoding
Provides a class for modeling new encoding mechanisms.
Import path
import semmle.python.Concepts
Classes
Range | A data-flow node that encodes data to a binary or textual format. This is intended to include serialization, marshalling, encoding, pickling, compressing, encrypting, etc. |