/
servlamo
/
POP
Обзор
Документация
Войти
/
servlamo
/
POP
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tests/integration/reverse_sub/separated/exec/mod/init.py
8 строк
287 B
Tyler Johnson
Fixed contains logic for reverse subs
15 июн 2021, 01:16
15 июн 2021, 01:16
d6c1d52
Код
Авторство
О чём код?
def __init__(hub): # Replace this location on the hub with a reverse sub parameterized from another sub # Make sure the contracts of this directory get added hub.pop.sub.dynamic( subname="mod", sub=hub.exec, resolver=hub.tool.mod.init.resolver, )