Behaviors
List of software behaviors discovered with static code analysis.
Queries the system time. (x1)
settings
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Converts a number to its Unicode character representation. (x1)
behavior
Converts a value to an integer number. (x2)
behavior