MCPcopy
hub / github.com/pydata/xarray / empty

Method empty

xarray/core/datatree_render.py:43–45  ·  view source on GitHub ↗

Empty string as placeholder.

(self)

Source from the content-addressed store, hash-verified

41
42 @property
43 def empty(self) -> str:
44 """Empty string as placeholder."""
45 return " " * len(self.end)
46
47 def __repr__(self) -> str:
48 return f"{self.__class__.__name__}()"

Callers 15

indexing.pyFile · 0.80
convert_timesFunction · 0.80
to_0d_object_arrayFunction · 0.80
least_squaresFunction · 0.80
_validate_indexersMethod · 0.80
_asarray_tuplesafeFunction · 0.80
_dataset_concatFunction · 0.80
_copy_with_dtypeFunction · 0.80
create_datasetMethod · 0.80
test_save_emptydimMethod · 0.80

Calls

no outgoing calls