interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

feat!: turn MISSING into a more proper sentinel

Open Catalyst4222 opened this issue 3 years ago • 0 comments

About

This pull request converts MISSING into a class instance, which allows for things like __repr__, __bool__, and other similar things to be added

Checklist

  • [x] I've ran pre-commit to format and lint the change(s) made.
  • [x] I've checked to make sure the change(s) work on 3.8.6 and higher.
  • [ ] This fixes/solves an Issue (If existent):.
    • resolves #
  • I've made this pull request for/as: (check all that apply)
    • [ ] Documentation
    • [ ] Breaking change
    • [x] New feature/enhancement
    • [ ] Bugfix

Catalyst4222 avatar Aug 07 '22 03:08 Catalyst4222