Searched refs:get_cache_token (Results 1 – 7 of 7) sorted by relevance
105 from _abc import (get_cache_token, _abc_init, _abc_register,109 from _py_abc import ABCMeta, get_cache_token
4 def get_cache_token(): function
20 from abc import get_cache_token777 current_token = get_cache_token()818 cache_token = get_cache_token()
488 abc.get_cache_token)490 _py_abc.get_cache_token)
90 :func:`get_cache_token` function.328 .. function:: 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