/
servlamo
/
POP
Обзор
Документация
Войти
/
servlamo
/
POP
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tests/mods/subinit/init.py
16 строк
248 B
Pedro Algarvio
Formatting consistency across pop projects
26 окт 2020, 23:42
Не верифицирован
26 окт 2020, 23:42
35f59ab
Код
Авторство
О чём код?
""" used to test the sub init system """ # pylint: disable=undefined-variable def __init__(hub): """ Add a value to the context """ hub.context["init"] = True hub._.inited() def inited(hub): return "init" in hub.context