Home
last modified time | relevance | path

Searched refs:_is_wrapper (Results 1 – 2 of 2) sorted by relevance

/external/python/python-api-core/google/api_core/
Dprotobuf_helpers.py340 if _is_wrapper(original_val) or _is_wrapper(modified_val):
372 def _is_wrapper(value): function
/external/python/cpython3/Lib/
Dinspect.py629 def _is_wrapper(f): function
632 def _is_wrapper(f): function
639 while _is_wrapper(func):