decorators

1 post tagged “decorators”.

  1. 2023
  2. Decorators with optional arguments

    sqlite-utils provides a decorator for registering custom Python functions that looks like this: I wanted to add an optional deterministic=True parameter to the decorator.

    1 min read