netunicorn.base.types.BuildContextRepresentation¶ class BuildContextRepresentation[source]¶ Bases: TypedDict Build context JSON representation. Attributes python_version Python version. cloudpickle_version Cloudpickle version. Methods fromkeys Create a new dictionary with keys from iterable and values set to value. python_version: str[source]¶ Python version. cloudpickle_version: Optional[str][source]¶ Cloudpickle version.