Behaviors
List of software behaviors discovered with static code analysis.
Makes HTTP GET requests. (x2)
network
Writes data to the STDOUT stream. (x3)
execution
Uses concurrency functions. (x1)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x2)
network
Serializes data into the JSON format. (x2)
file
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x2)
execution
Imports the "asyncio" module, which provides concurrency functionality. (x1)
execution