Home
last modified time | relevance | path

Searched refs:get_cache_token (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/
Dabc.py85 from _abc import (get_cache_token, _abc_init, _abc_register,
89 from _py_abc import ABCMeta, get_cache_token
D_py_abc.py4 def get_cache_token(): function
Dfunctools.py17 from abc import get_cache_token
827 current_token = get_cache_token()
880 cache_token = get_cache_token()
/third_party/python/Doc/library/
Dabc.rst90 :func:`get_cache_token` function.
328 .. function:: get_cache_token()
/third_party/python/Lib/test/
Dtest_abc.py674 abc.get_cache_token)
676 _py_abc.get_cache_token)
/third_party/python/Doc/whatsnew/
D3.4.rst595 New function :func:`abc.get_cache_token` can be used to know when to invalidate
/third_party/python/Misc/
DHISTORY5867 - Issue #16832: add abc.get_cache_token() to expose cache validity checking