Home
last modified time | relevance | path

Searched refs:gen_attr_names (Results 1 – 16 of 16) sorted by relevance

/dports/devel/py-attrs/attrs-21.2.0/tests/
H A Dstrategies.py20 def gen_attr_names(): function
69 return make_class("HypClass", dict(zip(gen_attr_names(), attrs)))
149 attr_names = maybe_underscore_prefix(gen_attr_names())
151 attr_names = ("_" + n for n in gen_attr_names())
153 attr_names = gen_attr_names()
H A Dtest_make.py49 gen_attr_names,
1439 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1486 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1503 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dstrategies.py17 def gen_attr_names(): function
51 "HypClass", dict(zip(gen_attr_names(), attrs))
175 attr_names = maybe_underscore_prefix(gen_attr_names())
177 attr_names = ('_' + n for n in gen_attr_names())
179 attr_names = gen_attr_names()
H A Dtest_make.py31 gen_attr_names, list_of_attrs, simple_attrs, simple_attrs_with_metadata,
983 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1029 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1046 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/attrs/tests/
H A Dstrategies.py17 def gen_attr_names(): function
51 "HypClass", dict(zip(gen_attr_names(), attrs))
175 attr_names = maybe_underscore_prefix(gen_attr_names())
177 attr_names = ('_' + n for n in gen_attr_names())
179 attr_names = gen_attr_names()
H A Dtest_make.py31 gen_attr_names, list_of_attrs, simple_attrs, simple_attrs_with_metadata,
983 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1029 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1046 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dstrategies.py17 def gen_attr_names(): function
51 "HypClass", dict(zip(gen_attr_names(), attrs))
175 attr_names = maybe_underscore_prefix(gen_attr_names())
177 attr_names = ('_' + n for n in gen_attr_names())
179 attr_names = gen_attr_names()
H A Dtest_make.py31 gen_attr_names, list_of_attrs, simple_attrs, simple_attrs_with_metadata,
983 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1029 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1046 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dstrategies.py17 def gen_attr_names(): function
51 "HypClass", dict(zip(gen_attr_names(), attrs))
175 attr_names = maybe_underscore_prefix(gen_attr_names())
177 attr_names = ('_' + n for n in gen_attr_names())
179 attr_names = gen_attr_names()
H A Dtest_make.py31 gen_attr_names, list_of_attrs, simple_attrs, simple_attrs_with_metadata,
983 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1029 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1046 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dstrategies.py17 def gen_attr_names(): function
51 "HypClass", dict(zip(gen_attr_names(), attrs))
175 attr_names = maybe_underscore_prefix(gen_attr_names())
177 attr_names = ('_' + n for n in gen_attr_names())
179 attr_names = gen_attr_names()
H A Dtest_make.py31 gen_attr_names, list_of_attrs, simple_attrs, simple_attrs_with_metadata,
983 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1029 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1046 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/attrs/tests/
H A Dstrategies.py17 def gen_attr_names(): function
50 return make_class("HypClass", dict(zip(gen_attr_names(), attrs)))
183 attr_names = maybe_underscore_prefix(gen_attr_names())
185 attr_names = ("_" + n for n in gen_attr_names())
187 attr_names = gen_attr_names()
H A Dtest_make.py45 gen_attr_names,
1318 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1365 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
1382 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dutils.py60 def gen_attr_names(): function
94 "HypClass", dict(zip(gen_attr_names(), attrs))
209 attr_names = maybe_underscore_prefix(gen_attr_names())
211 attr_names = ('_' + n for n in gen_attr_names())
213 attr_names = gen_attr_names()
H A Dtest_make.py28 gen_attr_names, list_of_attrs, simple_attr, simple_attrs,
776 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))
822 C = make_class("C", dict(zip(gen_attr_names(), list_of_attrs)))