MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / clear

Method clear

test/sot/test_mutable_data.py:129–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 return res
128
129 def clear(self):
130 for i in range(self.proxy.length):
131 self.delitem(0)
132
133 def remove(self, value):
134 for i in range(self.proxy.length):

Callers 15

test_clearMethod · 0.95
sot_implFunction · 0.45
sot_mgs10_implFunction · 0.45
tearDownMethod · 0.45
all_gather_newFunction · 0.45
TearDownMethod · 0.45
TESTFunction · 0.45
SplitCommandlineArgFunction · 0.45
splitFunction · 0.45
SplitFunction · 0.45
GetInputPerBatchFunction · 0.45
SplitFunction · 0.45

Calls 2

delitemMethod · 0.95
rangeFunction · 0.85

Tested by

no test coverage detected