DEBSOURCES
Skip Quicknav
sources / mkdocs-macros-plugin / 1.3.9-1 / test / new_syntax / main.py
12345678
import os def define_env(env): """ This is the hook for the functions (new form) """ env.variables['cwd'] = os.getcwd()