MCPcopy
hub / github.com/django/django / keys

Method keys

django/test/utils.py:100–104  ·  view source on GitHub ↗

Flattened keys of subcontexts.

(self)

Source from the content-addressed store, hash-verified

98 return True
99
100 def keys(self):
101 """
102 Flattened keys of subcontexts.
103 """
104 return set(chain.from_iterable(d for subcontext in self for d in subcontext))
105
106
107def instrumented_test_render(self, context):

Callers 15

test_contextlist_keysMethod · 0.95
renderMethod · 0.45
explain_query_prefixMethod · 0.45
build_graphMethod · 0.45
fetchFunction · 0.45
fail_set_multiMethod · 0.45
test_combine_or_emptyMethod · 0.45
test_equalMethod · 0.45
test_hashMethod · 0.45

Calls

no outgoing calls