Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.80
convert_times
Function · 0.80
to_0d_object_array
Function · 0.80
least_squares
Function · 0.80
_validate_indexers
Method · 0.80
_asarray_tuplesafe
Function · 0.80
_dataset_concat
Function · 0.80
_copy_with_dtype
Function · 0.80
create_dataset
Method · 0.80
test_repr_coords_order_of_datarray
Function · 0.80
test_save_emptydim
Method · 0.80
test_no_warning_from_open_emptydim_with_chunks
Method · 0.80
Calls
no outgoing calls
Tested by
14
create_dataset
Method · 0.64
test_repr_coords_order_of_datarray
Function · 0.64
test_save_emptydim
Method · 0.64
test_no_warning_from_open_emptydim_with_chunks
Method · 0.64
test_empty_str_methods
Function · 0.64
test_0d_object_array_with_list
Method · 0.64
test_set_dims_object_dtype
Method · 0.64
test_from_array_with_0d_object
Method · 0.64
test_from_array_0d_object
Method · 0.64
test_create_mask_dask
Function · 0.64
test_indexing_1d_object_array
Function · 0.64
test_decode_standard_calendar_multidim_time_inside_timestamp_range
Function · 0.64