MCPcopy Index your code
hub / github.com/tensorflow/datasets / items

Method items

tensorflow_datasets/core/dataset_info.py:1443–1445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1441 return super().values()
1442
1443 def items(self):
1444 self.load_metadata_if_needed()
1445 return super().items()
1446
1447 def copy(self):
1448 return copy.deepcopy(self)

Callers 15

test_itemsMethod · 0.95
setup.pyFile · 0.45
_split_generatorsMethod · 0.45
_split_generatorsMethod · 0.45
__init__Method · 0.45
_generate_examplesMethod · 0.45
_generate_examplesMethod · 0.45
_load_csv_filesFunction · 0.45
_select_patients_dataFunction · 0.45

Calls 1

Tested by 14

test_itemsMethod · 0.76
test_write_beamMethod · 0.36
_create_dataset_infoFunction · 0.36
_write_dataset_filesFunction · 0.36
test_toml_validFunction · 0.36
_assert_featureMethod · 0.36
mock_gfileFunction · 0.36
mock_tfFunction · 0.36
_assertAsDatasetMethod · 0.36