Behaviors
List of software behaviors discovered with static code analysis.
Executes an expression. (x1)
execution
The software package does not declare any source code repository. (x1)
anomaly
Uses concurrency functions. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "asyncio" module, which provides concurrency functionality. (x2)
execution