Home
last modified time | relevance | path

Searched refs:BUILTINS (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_importlib/builtin/
H A Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
31 with util.uncache(util.BUILTINS.good_name):
32 module = self.load_module(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 module1 = self.load_module(util.BUILTINS.good_name)
45 module2 = self.load_module(util.BUILTINS.good_name)
73 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
80 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
85 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
93 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
17 with util.uncache(util.BUILTINS.good_name):
18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
42 with util.uncache(util.BUILTINS.good_name):
43 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
53 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
60 with util.uncache(util.BUILTINS.good_name):
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
78 with util.uncache(util.BUILTINS.good_name):
79 loader = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name,
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_importlib/builtin/
H A Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
31 with util.uncache(util.BUILTINS.good_name):
32 module = self.load_module(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 module1 = self.load_module(util.BUILTINS.good_name)
45 module2 = self.load_module(util.BUILTINS.good_name)
73 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
80 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
85 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
93 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
17 with util.uncache(util.BUILTINS.good_name):
18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
42 with util.uncache(util.BUILTINS.good_name):
43 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
53 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
60 with util.uncache(util.BUILTINS.good_name):
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
78 with util.uncache(util.BUILTINS.good_name):
79 loader = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name,
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_importlib/builtin/
H A Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
31 with util.uncache(util.BUILTINS.good_name):
32 module = self.load_module(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 module1 = self.load_module(util.BUILTINS.good_name)
45 module2 = self.load_module(util.BUILTINS.good_name)
73 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
80 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
85 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
93 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
17 with util.uncache(util.BUILTINS.good_name):
18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
42 with util.uncache(util.BUILTINS.good_name):
43 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
53 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
60 with util.uncache(util.BUILTINS.good_name):
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
78 with util.uncache(util.BUILTINS.good_name):
79 loader = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name,
/dports/lang/python38/Python-3.8.12/Lib/test/test_importlib/builtin/
H A Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
31 with util.uncache(util.BUILTINS.good_name):
32 module = self.load_module(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 module1 = self.load_module(util.BUILTINS.good_name)
45 module2 = self.load_module(util.BUILTINS.good_name)
73 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
80 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
85 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
93 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
17 with util.uncache(util.BUILTINS.good_name):
18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
42 with util.uncache(util.BUILTINS.good_name):
43 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
53 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
60 with util.uncache(util.BUILTINS.good_name):
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
78 with util.uncache(util.BUILTINS.good_name):
79 loader = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name,
/dports/lang/python39/Python-3.9.9/Lib/test/test_importlib/builtin/
H A Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
31 with util.uncache(util.BUILTINS.good_name):
32 module = self.load_module(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 module1 = self.load_module(util.BUILTINS.good_name)
45 module2 = self.load_module(util.BUILTINS.good_name)
73 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
80 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
85 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
93 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
17 with util.uncache(util.BUILTINS.good_name):
18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
42 with util.uncache(util.BUILTINS.good_name):
43 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
53 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
60 with util.uncache(util.BUILTINS.good_name):
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
78 with util.uncache(util.BUILTINS.good_name):
79 loader = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name,
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/builtin/
H A Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
31 with util.uncache(util.BUILTINS.good_name):
32 module = self.load_module(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 module1 = self.load_module(util.BUILTINS.good_name)
45 module2 = self.load_module(util.BUILTINS.good_name)
73 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
80 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
85 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
93 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
17 with util.uncache(util.BUILTINS.good_name):
18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
42 with util.uncache(util.BUILTINS.good_name):
43 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
53 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
60 with util.uncache(util.BUILTINS.good_name):
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
78 with util.uncache(util.BUILTINS.good_name):
79 loader = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name,
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_importlib/builtin/
H A Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
31 with util.uncache(util.BUILTINS.good_name):
32 module = self.load_module(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 module1 = self.load_module(util.BUILTINS.good_name)
45 module2 = self.load_module(util.BUILTINS.good_name)
73 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
80 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
85 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
93 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
17 with util.uncache(util.BUILTINS.good_name):
18 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
42 with util.uncache(util.BUILTINS.good_name):
43 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
53 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
60 with util.uncache(util.BUILTINS.good_name):
61 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
78 with util.uncache(util.BUILTINS.good_name):
79 loader = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name,
/dports/lang/python310/Python-3.10.1/Lib/test/test_importlib/builtin/
H A Dtest_loader.py11 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
34 with util.uncache(util.BUILTINS.good_name):
35 module = self.load_module(util.BUILTINS.good_name)
46 with util.uncache(util.BUILTINS.good_name):
47 module1 = self.load_module(util.BUILTINS.good_name)
48 module2 = self.load_module(util.BUILTINS.good_name)
76 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
83 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
88 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
96 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py11 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
18 with util.uncache(util.BUILTINS.good_name):
19 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
54 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
61 with util.uncache(util.BUILTINS.good_name):
64 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
83 with util.uncache(util.BUILTINS.good_name):
87 util.BUILTINS.good_name,
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_importlib/builtin/
H A Dtest_loader.py11 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
34 with util.uncache(util.BUILTINS.good_name):
35 module = self.load_module(util.BUILTINS.good_name)
46 with util.uncache(util.BUILTINS.good_name):
47 module1 = self.load_module(util.BUILTINS.good_name)
48 module2 = self.load_module(util.BUILTINS.good_name)
76 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
83 result = self.machinery.BuiltinImporter.get_code(util.BUILTINS.good_name)
88 result = self.machinery.BuiltinImporter.get_source(util.BUILTINS.good_name)
96 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
[all …]
H A Dtest_finder.py11 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
18 with util.uncache(util.BUILTINS.good_name):
19 found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
43 with util.uncache(util.BUILTINS.good_name):
44 spec = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name,
54 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
61 with util.uncache(util.BUILTINS.good_name):
64 found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
83 with util.uncache(util.BUILTINS.good_name):
87 util.BUILTINS.good_name,
/dports/devel/py-flake8-builtins/flake8-builtins-1.5.3/
H A Dflake8_builtins.py23 BUILTINS = [ variable
31 BUILTINS = [ variable
138 item.id in BUILTINS:
151 if statement.name in BUILTINS:
166 arg.arg in BUILTINS:
175 arg.id in BUILTINS:
185 item.id in BUILTINS:
202 element.id in BUILTINS:
233 if value in BUILTINS:
250 if name.asname in BUILTINS:
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/builtin/
H A DMakefile26 BUILTINS :COMMAND: cmdlist.h target
36 :ALL: $(BUILTINS)
39 T := $(BUILTINS:O=1)
41 for I $(BUILTINS:O>1)
50 $(BINDIR) :INSTALLDIR: $(BUILTINS)
51 $(BUILTINS) : .COMMAND $(&$("%.c":T=SM%)) CMD_BUILTIN=b_$$(<:B) builtin.c $(*$("%.c":T=SM%))
/dports/shells/ksh93/ast-93u/src/cmd/builtin/
H A DMakefile26 BUILTINS :COMMAND: cmdlist.h target
36 :ALL: $(BUILTINS)
39 T := $(BUILTINS:O=1)
41 for I $(BUILTINS:O>1)
50 $(BINDIR) :INSTALLDIR: $(BUILTINS)
51 $(BUILTINS) : .COMMAND $(&$("%.c":T=SM%)) CMD_BUILTIN=b_$$(<:B) builtin.c $(*$("%.c":T=SM%))
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/builtin/
H A DMakefile26 BUILTINS :COMMAND: cmdlist.h target
36 :ALL: $(BUILTINS)
39 T := $(BUILTINS:O=1)
41 for I $(BUILTINS:O>1)
50 $(BINDIR) :INSTALLDIR: $(BUILTINS)
51 $(BUILTINS) : .COMMAND $(&$("%.c":T=SM%)) CMD_BUILTIN=b_$$(<:B) builtin.c $(*$("%.c":T=SM%))
/dports/www/py-weboob/weboob-2.0/weboob/tools/application/formatters/
H A Dload.py29 BUILTINS = ['htmltable', 'multiline', 'simple', 'table', 'csv', 'webkit', 'json', 'json_line'] variable in FormattersLoader
39 l = l.union(self.BUILTINS)
48 FormattersLoader.BUILTINS.remove(name)
53 if name not in self.BUILTINS:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/errors/
H A Dtest_errors.py24 from units.compat.builtins import BUILTINS
90 with patch('{0}.open'.format(BUILTINS), m):
113 with patch('{0}.open'.format(BUILTINS), m):
128 with patch('{0}.open'.format(BUILTINS), m):
144 with patch('{0}.open'.format(BUILTINS), m):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/errors/
H A Dtest_errors.py24 from units.compat.builtins import BUILTINS
90 with patch('{0}.open'.format(BUILTINS), m):
113 with patch('{0}.open'.format(BUILTINS), m):
128 with patch('{0}.open'.format(BUILTINS), m):
144 with patch('{0}.open'.format(BUILTINS), m):

12345678910