Behaviors
List of software behaviors discovered with static code analysis.
Modifies file/directory permissions. (x1)
permissions
Deletes a file/directory. (x2)
file
Uses concurrency functions. (x1)
execution
Creates a directory. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x14)
execution
Imports the "asyncio" module, which provides concurrency functionality. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x6)
execution
Imports the "time" module, which provides various time-related functions. (x2)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x2)
execution
Creates/Opens a file. (x4)
file