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

Method pop

python/paddle/profiler/timer.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.items.append(item)
30
31 def pop(self):
32 return self.items.pop()
33
34 def is_empty(self):
35 return len(self.items) == 0

Callers 15

new_initFunction · 0.45
pop_dispatch_tableFunction · 0.45
_pack_loaded_dictFunction · 0.45
_unpack_saved_dictFunction · 0.45
from_dlpackFunction · 0.45
processMethod · 0.45
processMethod · 0.45
wrapperFunction · 0.45
processMethod · 0.45
wrapped_funcFunction · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected