MCPcopy Create free account
hub / github.com/OpenGVLab/HumanBench / remove

Method remove

PATH/core/data/datasets/images/seg_dataset_dev.py:94–98  ·  view source on GitHub ↗

Remove the field called `name`.

(self, name: str)

Source from the content-addressed store, hash-verified

92 return name in self._fields
93
94 def remove(self, name: str) -> None:
95 """
96 Remove the field called `name`.
97 """
98 del self._fields[name]
99
100 def get(self, name: str) -> Any:
101 """

Callers 7

gen_new_listMethod · 0.80
batch_sample_listMethod · 0.80
batch_sample_listMethod · 0.80
sample_listMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
profileFunction · 0.80

Calls

no outgoing calls

Tested by 2

evaluateMethod · 0.64
evaluateMethod · 0.64