Behaviors
List of software behaviors discovered with static code analysis.
Deletes a file/directory. (x3)
file
Truncates a file. (x1)
file
Renames a file or directory. (x1)
file
Queries the system time. (x1)
settings
Writes to files. (x3)
file
Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x3)
file
Checks if a file or a directory exists. (x1)
file
Queries the size of a file. (x2)
file
Imports the "multiprocessing" module, which provides functions for spawning processes using an API similar to the threading module. (x1)
execution