Mise à jour de Monitor.py et autres scripts
This commit is contained in:
12
myenv/lib/python3.11/site-packages/altair/utils/compiler.py
Normal file
12
myenv/lib/python3.11/site-packages/altair/utils/compiler.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from typing import Any, Callable
|
||||
|
||||
from altair.utils import PluginRegistry
|
||||
|
||||
# ==============================================================================
|
||||
# Vega-Lite to Vega compiler registry
|
||||
# ==============================================================================
|
||||
VegaLiteCompilerType = Callable[[dict[str, Any]], dict[str, Any]]
|
||||
|
||||
|
||||
class VegaLiteCompilerRegistry(PluginRegistry[VegaLiteCompilerType, dict[str, Any]]):
|
||||
pass
|
||||
Reference in New Issue
Block a user