Home
last modified time | relevance | path

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

/third_party/jinja2/
H A Druntime.py134 def _dict_method_all(dict_method: F) -> F: function
317 keys = _dict_method_all(dict.keys)
318 values = _dict_method_all(dict.values)
319 items = _dict_method_all(dict.items)

Completed in 1 milliseconds