Behaviors
List of software behaviors discovered with static code analysis.
Executes an expression. (x1)
execution
Queries the value of an environment variable. (x1)
search
Imports the "sys" module, which provides access to system-specific parameters and functions. (x8)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Uses synchronization mechanisms. (x2)
execution
Uses string-related functions. (x2)
behavior
Converts a number to its octal representation. (x1)
behavior
Uses math functions. (x1)
behavior
Converts a value to an integer number. (x1)
behavior