Behaviors
List of software behaviors discovered with static code analysis.
Queries the system time. (x2)
settings
Writes data to the STDOUT stream. (x2)
execution
Reads from files. (x2)
file
Checks if a file or a directory exists. (x1)
file
Uses synchronization mechanisms. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x4)
execution
Closes a previously open file. (x1)
file