# -*- coding: utf-8 -*- """ Global state. """ import six [docs]class Environment(object): def __call__(self, ctx): return ctx env = Environment()
Enter search terms or a module, class or function name.