Python stdlib module — quopri. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.b2a_qp()Neutralb2a_qp(data, quotetabs, istext, header)
Encode a string using quoted-printable encoding.
.decode()Neutraldecode(input, output, header)
Read 'input', apply quoted-printable decoding, and write to 'output'.
.encode()Neutralencode(input, output, quotetabs, header)
Read 'input', apply quoted-printable encoding, and write to 'output'.
.ishex()Neutralishex(c)
Return true if the byte ordinal 'c' is a hexadecimal digit in ASCII.
.needsquoting()Neutralneedsquoting(c, quotetabs, header)
Decide whether a particular byte ordinal needs to be quoted.
| FQN | Field | |
|---|---|---|
| quopri | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import quopri