Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/altair/utils/__init__.py
from .core import (
infer_vegalite_type,
infer_encoding_types,
sanitize_dataframe,
parse_shorthand,
use_signature,
update_nested,
display_traceback,
SchemaBase,
)
from .html import spec_to_html
from .plugin_registry import PluginRegistry
from .deprecation import AltairDeprecationWarning
from .schemapi import Undefined
__all__ = (
"infer_vegalite_type",
"infer_encoding_types",
"sanitize_dataframe",
"spec_to_html",
"parse_shorthand",
"use_signature",
"update_nested",
"display_traceback",
"AltairDeprecationWarning",
"SchemaBase",
"Undefined",
"PluginRegistry",
)
Back to Directory
File Manager