Home
last modified time | relevance | path

Searched refs:get_cache_token (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dabc.py85 from _abc import (get_cache_token, _abc_init, _abc_register, namespace
89 from _py_abc import ABCMeta, get_cache_token namespace
128 print(f"Inv. counter: {get_cache_token()}", file=file)
H A D_py_abc.py4 def get_cache_token(): function
31 # Note: this counter is private. Use `abc.get_cache_token()` for
75 print(f"Inv. counter: {get_cache_token()}", file=file)
H A Dfunctools.py17 from abc import get_cache_token namespace
827 current_token = get_cache_token()
900 cache_token = get_cache_token()
/third_party/python/Lib/test/
H A Dtest_abc.py687 abc.get_cache_token)
689 _py_abc.get_cache_token)

Completed in 5 milliseconds