| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
With this change all handlers except the e2e_* ones have
type hints enabled.
|
|
|
|
|
| |
slots use less memory (and attribute access is faster) while slightly
limiting the flexibility of the class attributes. This focuses on objects
which are instantiated "often" and for short periods of time.
|
| |
|
|
|
|
|
| |
Because sticking it in the same place as the config isn't necessarily the right
thing to do.
|
|
This makes some of the conditional-import hoop-jumping easier.
|