Language Features

PyCopy

Python stdlib module — copy. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.copy()Neutral
#
Signature
copy(x)

Shallow copy operation on arbitrary Python objects.

.deepcopy()Neutral
#
Signature
deepcopy(x, memo, _nil)

Deep copy operation on arbitrary Python objects.

.Error()Neutral
#
Signature
Error(...)

Error class.

.error()Neutral
#
Signature
error(...)

error class.

Fully-Qualified Names

FQNField
copyfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import copy