Home
last modified time | relevance | path

Searched defs:get_annotations (Results 1 – 3 of 3) sorted by relevance

/external/tink/cc/
Dprimitive_set.h336 const absl::flat_hash_map<std::string, std::string>& get_annotations() const { in get_annotations() function
/external/pytorch/torch/jit/
D_recursive.py160 def get_annotations(obj): function
/external/python/cpython3/Lib/
Dinspect.py176 def get_annotations(obj, *, globals=None, locals=None, eval_str=False): function