Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/qlib
/ pop
Method
pop
qlib/data/cache.py:103–107 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
101
return
k, v
102
103
def
pop(self, key):
104
v = self.od.pop(key)
105
self._size -= self._get_value_size(v)
106
107
return
v
108
109
def
_adjust_size(self, key, value):
110
if
key in self.od:
Callers
15
cache_small_data
Method · 0.80
get_next_parameters
Method · 0.80
pop_time_mark
Method · 0.80
get_cost_time
Method · 0.80
log_cost_time
Method · 0.80
init
Function · 0.80
init_from_yaml_conf
Function · 0.80
auto_init
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
_gen_dataframe
Method · 0.80
_gen_data
Method · 0.80
Calls
1
_get_value_size
Method · 0.95
Tested by
2
_generate_report
Function · 0.64
backtest
Function · 0.64