/
Undeadguy
/
synapse
Обзор
Документация
Войти
/
Undeadguy
/
synapse
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
stubs/sortedcontainers/__init__.pyi
14 строк
371 B
Erik Johnston
Speed up MultiWriterIdGenerator when lots of IDs are in flight. (#10755)
03 сен 2021, 20:23
Не верифицирован
03 сен 2021, 20:23
92b6ac3
Код
Авторство
О чём код?
from .sorteddict import SortedDict, SortedItemsView, SortedKeysView, SortedValuesView from .sortedlist import SortedKeyList, SortedList, SortedListWithKey from .sortedset import SortedSet __all__ = [ "SortedDict", "SortedKeysView", "SortedItemsView", "SortedValuesView", "SortedKeyList", "SortedList", "SortedListWithKey", "SortedSet", ]