Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 497 Bytes

mutation.rst

File metadata and controls

33 lines (19 loc) · 497 Bytes

Assignment & Mutation

glom.mutation

Contents

Assignment

Deeply assign within an existing structure, given a path and a value.

glom.assign

glom.Assign

Deletion

Delete attributes from objects and keys from containers.

glom.delete

glom.Delete

Exceptions

glom.PathAssignError

glom.PathDeleteError