Python stdlib module — sys. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.displayhook()Neutraldisplayhook(object)
Print an object to sys.stdout and also save it in builtins._
.exc_info()Neutralexc_info()
Return current exception information: (type, value, traceback).
.excepthook()Neutralexcepthook(exctype, value, traceback)
Handle an exception by displaying it with a traceback on sys.stderr.
.get_asyncgen_hooks()Neutralget_asyncgen_hooks()
Return the installed asynchronous generators hooks.
| FQN | Field | |
|---|---|---|
| sys | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import sys