MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / get_name

Method get_name

datastudio/datasets/data_loader.py:360–362  ·  view source on GitHub ↗

Get the dataset name.

(self)

Source from the content-addressed store, hash-verified

358 return batch
359
360 def get_name(self) -> str:
361 """Get the dataset name."""
362 return self.name
363
364 def __len__(self) -> int:
365 """Return the number of batches."""

Callers 1

test_get_nameMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_get_nameMethod · 0.64