MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / check_len_entry

Function check_len_entry

tests_python/test_resolvers.py:7–10  ·  view source on GitHub ↗
(len_entry, first_2_params)

Source from the content-addressed store, hash-verified

5
6
7def check_len_entry(len_entry, first_2_params):
8 assert len_entry[:2] == first_2_params
9 assert callable(len_entry[2])
10 assert len_entry[2]("check") == "len(check)"
11
12
13def test_dict_resolver():

Callers 5

test_dict_resolverFunction · 0.85
test_dict_resolver_hexFunction · 0.85
test_tuple_resolverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected