Behaviors
List of software behaviors discovered with static code analysis.
Truncates a file. (x1)
file
Queries the system time. (x3)
settings
Queries the value of an environment variable. (x2)
search
Writes data to the STDOUT stream. (x1)
execution
Schedules code execution for a later time. (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. (x6)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x2)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x4)
execution