Behaviors
List of software behaviors discovered with static code analysis.
The software package does not declare any source code repository. (x1)
anomaly
Writes data to the STDOUT stream. (x2)
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. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Uses math functions. (x1)
behavior
Uses logical functions. (x2)
behavior
Converts a value to an integer number. (x1)
behavior