Emmanuel Gil Peyrot
|
65b8046fe0
|
from __future__ import annotations
Now that our baseline is Python 3.7, we can rely on type annotations to
be lazily evaluated.
|
2020-12-12 19:36:18 +01:00 |
|
Emmanuel Gil Peyrot
|
a6c5ac486b
|
Type DelayedEvent, also in Core.
|
2018-08-15 15:51:31 +02:00 |
|
Emmanuel Gil Peyrot
|
f38bb06672
|
timed_events, plugin: Remove some DeprecationWarning on invalid escapes in docstrings.
|
2018-08-08 15:26:48 +02:00 |
|
mathieui
|
ec05954420
|
Light refactoring + typing
|
2018-07-23 21:23:48 +02:00 |
|
mathieui
|
e2414121af
|
Add type hints here and there
|
2018-07-22 14:25:18 +02:00 |
|
Emmanuel Gil Peyrot
|
20ebea1c89
|
Stop making classes inherit from object.
|
2018-07-14 16:25:09 +02:00 |
|
mathieui
|
d55cc58725
|
yapf -ir
|
2017-11-12 15:03:09 +01:00 |
|
Emmanuel Gil Peyrot
|
fb4ceb232c
|
Remove unused imports in poezio.timed_events.
|
2016-06-11 20:49:46 +01:00 |
|
Emmanuel Gil Peyrot
|
332a5c2553
|
Move the src directory to poezio, for better cython compatibility.
|
2016-06-11 20:49:43 +01:00 |
|