Behaviors
List of software behaviors discovered with static code analysis.
Contains URLs that link to raw files on GitHub. (x1)
network
Evaluates an expression. (x1)
execution
Compiles a string into a Python code object, which can be executed. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x8)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Converts a value to an integer number. (x1)
behavior
Uses logical functions. (x1)
behavior
Uses string-related functions. (x2)
behavior