Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_init
Function · 0.45
clear_async_save_task_queue
Function · 0.45
pop_dispatch_table
Function · 0.45
_pack_loaded_dict
Function · 0.45
_unpack_saved_dict
Function · 0.45
from_dlpack
Function · 0.45
process
Method · 0.45
process
Method · 0.45
wrapper
Function · 0.45
process
Method · 0.45
wrapped_func
Function · 0.45
process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected