Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Executes an expression. (x1)
execution
Writes data to the STDOUT stream. (x1)
execution
Compiles a string into a Python code object, which can be executed. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution