Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Queries the value of an environment variable. (x1)
search
Writes to files. (x1)
file
Uses concurrency functions. (x1)
execution
Writes data to the STDOUT stream. (x1)
execution
Queries the size of a file. (x1)
file
Reads from files. (x1)
file
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Imports the "asyncio" module, which provides concurrency functionality. (x1)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution