Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/altair/utils/compiler.py
from typing import Callable
from altair.utils import PluginRegistry
# ==============================================================================
# Vega-Lite to Vega compiler registry
# ==============================================================================
VegaLiteCompilerType = Callable[[dict], dict]
class VegaLiteCompilerRegistry(PluginRegistry[VegaLiteCompilerType]):
pass
Back to Directory
File Manager