pydoc > _sha1

📛 NAME

_sha1

🚀 Quick Reference

Use CaseCommandDescription
Create a new SHA1 hash objectsha1() or sha1(b'data')Return a new SHA1 hash object, optionally initialized with a string.
Update hash with datahash.update(data)Update the hash object's state with the provided string.
Get digest as byteshash.digest()Return the digest value as a bytes object.
Get digest as hex stringhash.hexdigest()Return the digest value as a string of hexadecimal digits.
Copy hash objecthash.copy()Return a copy of the hash object.

🏛️ CLASSES

builtins.object

SHA1Type = class sha1(builtins.object)

Methods defined here:

Data descriptors defined here:

🛠️ FUNCTIONS

📁 FILE

(built-in)

_sha1
📛 NAME 🚀 Quick Reference 🏛️ CLASSES
Methods defined here: Data descriptors defined here:
🛠️ FUNCTIONS 📁 FILE

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-01 16:55 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!