/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
xmodule/wrapper_block.py
17 строк
481 B
0x29a
refactor: xmodule/wrapper_module.py -> xmodule/wrapper_block.py
19 дек 2022, 19:48
19 дек 2022, 19:48
7fa5f38
Код
Авторство
О чём код?
# lint-amnesty, pylint: disable=missing-module-docstring # Same as vertical, # But w/o css delimiters between children from xmodule.vertical_block import VerticalBlock # HACK: This shouldn't be hard-coded to two types # OBSOLETE: This obsoletes 'type' class_priority = ['video', 'problem'] class WrapperBlock(VerticalBlock): ''' Layout block for laying out sub-blocks vertically *w/o* css delimiters. ''' pass # lint-amnesty, pylint: disable=unnecessary-pass