Behaviors
List of software behaviors discovered with static code analysis.
Queries the value of an environment variable. (x1)
search
Checks if a file or a directory exists. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x2)
execution
Creates/Opens a file. (x1)
file