I/O & Encoding

PyQuopri

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

Other Methods

.a2b_qp()Neutral
#
Signature
a2b_qp(data, header)

Decode a string of qp-encoded data.

.b2a_qp()Neutral
#
Signature
b2a_qp(data, quotetabs, istext, header)

Encode a string using quoted-printable encoding.

.decode()Neutral
#
Signature
decode(input, output, header)

Read 'input', apply quoted-printable decoding, and write to 'output'.

.decodestring()Neutral
#
Signature
decodestring(s, header)

decodestring function.

.encode()Neutral
#
Signature
encode(input, output, quotetabs, header)

Read 'input', apply quoted-printable encoding, and write to 'output'.

.encodestring()Neutral
#
Signature
encodestring(s, quotetabs, header)

encodestring function.

.ishex()Neutral
#
Signature
ishex(c)

Return true if the byte ordinal 'c' is a hexadecimal digit in ASCII.

.main()Neutral
#
Signature
main()

main function.

.needsquoting()Neutral
#
Signature
needsquoting(c, quotetabs, header)

Decide whether a particular byte ordinal needs to be quoted.

.quote()Neutral
#
Signature
quote(c)

Quote a single character.

Fully-Qualified Names

FQNField
quoprifqns[0]

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

Import

rule.py
import quopri