Home
last modified time | relevance | path

Searched refs:AttributeError (Results 1 – 25 of 7192) sorted by relevance

12345678910>>...288

/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/bindings/
H A Dcpp_bindings_raises_exception_test.py30 raises( AttributeError, READONLY_MESSAGE ) )
34 raises( AttributeError, READONLY_MESSAGE ) )
37 raises( AttributeError, READONLY_MESSAGE ) )
40 raises( AttributeError, READONLY_MESSAGE ) )
44 raises( AttributeError, READONLY_MESSAGE ) )
47 raises( AttributeError, READONLY_MESSAGE ) )
51 raises( AttributeError, READONLY_MESSAGE ) )
54 raises( AttributeError, READONLY_MESSAGE ) )
58 raises( AttributeError, READONLY_MESSAGE ) )
61 raises( AttributeError, READONLY_MESSAGE ) )
[all …]
/dports/graphics/py-blockdiag/blockdiag-2.0.1/src/blockdiag/tests/
H A Dtest_builder_errors.py23 with self.assertRaises(AttributeError):
28 with self.assertRaises(AttributeError):
33 with self.assertRaises(AttributeError):
38 with self.assertRaises(AttributeError):
43 with self.assertRaises(AttributeError):
48 with self.assertRaises(AttributeError):
53 with self.assertRaises(AttributeError):
58 with self.assertRaises(AttributeError):
63 with self.assertRaises(AttributeError):
68 with self.assertRaises(AttributeError):
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/tests/
H A Dtest_system.py170 with raises(AttributeError):
172 with raises(AttributeError):
174 with raises(AttributeError):
176 with raises(AttributeError):
178 with raises(AttributeError):
180 with raises(AttributeError):
182 with raises(AttributeError):
184 with raises(AttributeError):
186 with raises(AttributeError):
188 with raises(AttributeError):
[all …]
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/th/tests/
H A Dtest_pyunit.py11 AttributeError, getattr, self.test_noCategory, 'smoke')
13 AttributeError, getattr, self.test_noCategory, 'nightly')
15 AttributeError, getattr, self.test_noCategory, 'expensive')
17 AttributeError, getattr, self.test_noCategory, 'fragile')
19 AttributeError, getattr, self.test_noCategory, 'custom')
28 AttributeError, getattr, self.test_smoke, 'custom')
37 AttributeError, getattr, self.test_expensive, 'custom')
51 AttributeError, getattr, self.test_noCategory, 'smoke')
53 AttributeError, getattr, self.test_noCategory, 'nightly')
89 AttributeError, getattr, self.test_noCategory, 'smoke')
[all …]
/dports/lang/python310/Python-3.10.1/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/lang/python39/Python-3.9.9/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v21/
H A Dtest_datastore.py26 with pytest.raises(AttributeError) as excinfo:
32 with pytest.raises(AttributeError) as excinfo:
38 with pytest.raises(AttributeError) as excinfo:
44 with pytest.raises(AttributeError) as excinfo:
50 with pytest.raises(AttributeError) as excinfo:
59 with pytest.raises(AttributeError) as excinfo:
68 with pytest.raises(AttributeError) as excinfo:
74 with pytest.raises(AttributeError) as excinfo:
80 with pytest.raises(AttributeError) as excinfo:
86 with pytest.raises(AttributeError) as excinfo:
[all …]
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v20/
H A Dtest_datastore.py26 with pytest.raises(AttributeError) as excinfo:
32 with pytest.raises(AttributeError) as excinfo:
38 with pytest.raises(AttributeError) as excinfo:
44 with pytest.raises(AttributeError) as excinfo:
50 with pytest.raises(AttributeError) as excinfo:
59 with pytest.raises(AttributeError) as excinfo:
68 with pytest.raises(AttributeError) as excinfo:
74 with pytest.raises(AttributeError) as excinfo:
80 with pytest.raises(AttributeError) as excinfo:
86 with pytest.raises(AttributeError) as excinfo:
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pyros/
H A Duncertainty_sets.py215 raise AttributeError("Vector of bounds must be non-empty")
218 raise AttributeError("Bounds must be real numbers.")
294 raise AttributeError("Gamma parameter must be in [0, n].")
451 raise AttributeError("Columns of coefficients_mat matrix "
519 raise AttributeError("RHS vector entries must be >= 0.")
606 raise AttributeError("Beta parameter must be numeric.")
615 raise AttributeError("Beta parameter must be in [0,1].")
737 raise AttributeError("Half length values must be > 0.")
827 raise AttributeError("Shape matrix must be square.")
830 raise AttributeError("Shape matrix must be "
[all …]
/dports/devel/vitables/ViTables-3.0.2/vitables/nodeprops/
H A Dnodeinfo.py152 except AttributeError:
163 except AttributeError:
174 except AttributeError:
185 except AttributeError:
225 except AttributeError:
236 except AttributeError:
247 except AttributeError:
259 except AttributeError:
270 except AttributeError:
283 except AttributeError:
[all …]
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestProps.py74 self.test('X1', 'X.setter', AttributeError)
75 except AttributeError as x:
83 self.test('X2', 'X.deleter', AttributeError)
84 except AttributeError as x:
96 self.test('y1', 'y.setter', AttributeError)
97 except AttributeError as x:
105 self.test('y2', 'y.deleter', AttributeError)
106 except AttributeError as x:
119 except AttributeError as x:
127 self.test('Z2', 'Z.getter', AttributeError)
[all …]
/dports/databases/py-dbutils/DBUtils-2.0/dbutils/
H A Dsteady_db.py156 except AttributeError:
161 except AttributeError:
170 except AttributeError:
173 except AttributeError:
213 except AttributeError:
217 except AttributeError:
375 raise AttributeError(
384 raise AttributeError(
417 except AttributeError:
460 except AttributeError:
[all …]
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/datastore/
H A D__init__.py86 except AttributeError:
88 raise AttributeError(msg % self.__class__.__name__)
104 except AttributeError:
106 raise AttributeError(msg % self.__class__.__name__)
123 except AttributeError:
125 raise AttributeError(msg % self.__class__.__name__)
143 except AttributeError:
145 raise AttributeError(msg % self.__class__.__name__)
170 except AttributeError:
201 except AttributeError:
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/lang/python37/Python-3.7.12/Lib/unittest/test/testmock/
H A Dtestsealable.py30 with self.assertRaises(AttributeError):
32 with self.assertRaises(AttributeError):
39 with self.assertRaises(AttributeError):
55 with self.assertRaises(AttributeError):
76 with self.assertRaises(AttributeError):
92 with self.assertRaises(AttributeError):
94 with self.assertRaises(AttributeError):
106 with self.assertRaises(AttributeError):
108 with self.assertRaises(AttributeError):
132 with self.assertRaises(AttributeError):
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/lang/python38/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/unittest/test/testmock/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/devel/py-mock/mock-3.0.5/mock/tests/
H A Dtestsealable.py25 with self.assertRaises(AttributeError):
27 with self.assertRaises(AttributeError):
34 with self.assertRaises(AttributeError):
50 with self.assertRaises(AttributeError):
71 with self.assertRaises(AttributeError):
87 with self.assertRaises(AttributeError):
89 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
103 with self.assertRaises(AttributeError):
127 with self.assertRaises(AttributeError):
[all …]
/dports/net/py-trio/trio-0.19.0/trio/_core/
H A D_generated_io_windows.py15 except AttributeError:
23 except AttributeError:
31 except AttributeError:
39 except AttributeError:
47 except AttributeError:
55 except AttributeError:
63 except AttributeError:
71 except AttributeError:
79 except AttributeError:
H A D_generated_run.py37 except AttributeError:
54 except AttributeError:
63 except AttributeError:
76 except AttributeError:
101 except AttributeError:
156 except AttributeError:
168 except AttributeError:
233 except AttributeError:
/dports/devel/py-pyro/Pyro4-4.77/tests/PyroTests/
H A Dtest_util.py342 with self.assertRaises(AttributeError):
347 with self.assertRaises(AttributeError):
352 with self.assertRaises(AttributeError):
356 with self.assertRaises(AttributeError):
405 with self.assertRaises(AttributeError):
407 with self.assertRaises(AttributeError):
409 with self.assertRaises(AttributeError):
411 with self.assertRaises(AttributeError):
418 with self.assertRaises(AttributeError):
420 with self.assertRaises(AttributeError):
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/misc/
H A Dcollections.py7 raise AttributeError("FrozenDict does not support method 'clear'")
10 raise AttributeError("FrozenDict does not support method 'pop'")
13 raise AttributeError("FrozenDict does not support method 'popitem'")
16 raise AttributeError("FrozenDict does not support method 'setdefault'")
19 raise AttributeError("FrozenDict does not support method 'update'")
22 raise AttributeError("FrozenDict does not allow setting elements")
25 raise AttributeError("FrozenDict does not allow deleting elements")

12345678910>>...288