Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x1)
file
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
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x1)
execution
Creates/Opens a file. (x1)
file
Exits the script. (x1)
execution
Uses logical functions. (x1)
behavior
Uses math functions. (x1)
behavior
Uses string-related functions. (x1)
behavior