Behaviors
List of software behaviors discovered with static code analysis.
Writes to files. (x2)
file
Creates a directory. (x2)
file
Checks if a file or a directory exists. (x2)
file
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
Creates/Opens a file. (x2)
file
Closes a previously open file. (x2)
file
Uses string-related functions. (x9)
behavior
Uses math functions. (x2)
behavior
Converts a value to an integer number. (x1)
behavior