Behaviors
List of software behaviors discovered with static code analysis.
Reads from files. (x1)
file
Imports the "re" module, which provides regular expression matching operations. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "codecs" module, which defines base classes for standard Python codecs. (x1)
execution
Creates/Opens a file. (x1)
file
Uses math functions. (x1)
behavior
Converts a value to an integer number. (x1)
behavior