1 Repo
Disables or overrides auto-generated methods like representation while keeping other boilerplate reduction.
Distinct from Boilerplate Object Methods: Distinct from Boilerplate Object Methods: focuses on selectively disabling or overriding generated methods, not just generating them.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Generated Method Overrides. Refine with filters or upvote what's useful.
attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it
Generates string representation methods for class instances, a core feature of the library.