Searched refs:get_cache_token (Results 1 – 7 of 7) sorted by relevance
85 from _abc import (get_cache_token, _abc_init, _abc_register,89 from _py_abc import ABCMeta, get_cache_token
4 def get_cache_token(): function
17 from abc import get_cache_token827 current_token = get_cache_token()880 cache_token = get_cache_token()
90 :func:`get_cache_token` function.328 .. function:: get_cache_token()
674 abc.get_cache_token)676 _py_abc.get_cache_token)
595 New function :func:`abc.get_cache_token` can be used to know when to invalidate
5867 - Issue #16832: add abc.get_cache_token() to expose cache validity checking