copy — Shallow and deep copy operations — Python 3.16.0a0 documentation

docs.python.org

Tin mới

types — Dynamic type creation and names for built-in types

pprint — Data pretty printer

Python Module Index

3.16.0a0 Documentation

The Python Standard Library

pickle: Convert Python objects to streams of bytes and back.

Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy is sometimes needed so one can change one copy w

copyreg: Register pickle support functions.

Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy is sometimes needed so one can change one copy w

collections.namedtuple

Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy is sometimes needed so one can change one copy w

dataclasses: Generate special methods on user-defined classes.

Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy is sometimes needed so one can change one copy w