Behaviors
List of software behaviors discovered with static code analysis.
Queries the system time. (x2)
settings
Imports the "time" module, which provides various time-related functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x5)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x7)
execution
Uses string-related functions. (x2)
behavior
Uses math functions. (x4)
behavior
Converts a value to an integer number. (x4)
behavior