Behaviors
List of software behaviors discovered with static code analysis.
Writes data to the STDOUT stream. (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
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Uses json-related functions. (x1)
file
Exits the script. (x1)
execution
Uses string-related functions. (x2)
behavior
Converts a value to an integer number. (x1)
behavior