shop.globals

Module Contents

Classes

Attributes

SHOP_LOGGER

SHOP_INSTANCE

SHOP_INSTANCE_VI

SENTINEL

DEBUG_DISCOUNTS

Print detailed discount evaluation for debugging

shop.globals.SHOP_LOGGER: logging.Logger
shop.globals.SHOP_INSTANCE: contextvars.ContextVar[shop.shop.Shop]
shop.globals.SHOP_INSTANCE_VI: contextvars.ContextVar[shop.shop.Shop]
class shop.globals.Sentinel
__repr__()

Return repr(self).

Return type:

str

__bool__()
Return type:

bool

shop.globals.SENTINEL: Final[Sentinel]
shop.globals.DEBUG_DISCOUNTS

Print detailed discount evaluation for debugging