Home
last modified time | relevance | path

Searched refs:AttributeError (Results 251 – 275 of 23576) sorted by relevance

1...<<11121314151617181920>>...944

/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_packet.py98 (UInt32, None, AttributeError),
102 (UInt64, None, AttributeError),
110 (MPInt, None, AttributeError),
111 (MPInt, '', AttributeError),
112 (MPInt, [], AttributeError),
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DPidFile.py13 except (AttributeError, ImportError):
67 except AttributeError:
82 except AttributeError:
95 except (AttributeError, ImportError):
130 except (AttributeError, OSError):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/cosmosdb/v2017_04_17/common/
H A D_error.py149 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'wrap_key'))
151 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_kid'))
153 … raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_key_wrap_algorithm'))
158 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_kid'))
160 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'unwrap_key'))
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_04_17/common/
H A D_error.py149 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'wrap_key'))
151 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_kid'))
153 … raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_key_wrap_algorithm'))
158 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_kid'))
160 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'unwrap_key'))
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2016_05_31/
H A D_error.py139 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'wrap_key'))
141 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_kid'))
143 … raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_key_wrap_algorithm'))
147 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'get_kid'))
149 raise AttributeError(_ERROR_OBJECT_INVALID.format('key encryption key', 'unwrap_key'))
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/
H A Dcompat.py47 except AttributeError: # pragma: no cover
51 except AttributeError:
88 except (AttributeError, TypeError, NameError):
94 except (TypeError, NameError, AttributeError):
110 except (AttributeError, TypeError, NameError): # pragma: no cover
/dports/databases/py-dbutils/DBUtils-2.0/dbutils/
H A Dpersistent_db.py173 except AttributeError:
176 raise AttributeError
177 except AttributeError:
208 except AttributeError:
/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/helpers/
H A Dobj_dyn.py95 except AttributeError:
96 raise AttributeError(
108 except AttributeError:
109 raise AttributeError(
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dnonecheck.pyx22 AttributeError: 'NoneType' object has no attribute 'a'
36 AttributeError: 'NoneType' object has no attribute 'a'
45 AttributeError: 'NoneType' object has no attribute 'a'
55 AttributeError: 'NoneType' object has no attribute 'a'
87 AttributeError: 'NoneType' object has no attribute 'a'
135 AttributeError: Cannot access 'copy' attribute of None memoryview slice
144 AttributeError: Cannot transpose None memoryview slice
153 AttributeError: Cannot access 'shape' attribute of None memoryview slice
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dnonecheck.pyx22 AttributeError: 'NoneType' object has no attribute 'a'
36 AttributeError: 'NoneType' object has no attribute 'a'
45 AttributeError: 'NoneType' object has no attribute 'a'
55 AttributeError: 'NoneType' object has no attribute 'a'
87 AttributeError: 'NoneType' object has no attribute 'a'
135 AttributeError: Cannot access 'copy' attribute of None memoryview slice
144 AttributeError: Cannot transpose None memoryview slice
153 AttributeError: Cannot access 'shape' attribute of None memoryview slice
/dports/lang/micropython/micropython-1.17/tests/misc/
H A Dnon_compliant.py.exp2 AttributeError
20 AttributeError
23 AttributeError
/dports/devel/py-mox3/mox3-0.28.0/mox3/tests/
H A Dtest_mox.py782 self.assertRaises(AttributeError, method, 1)
791 self.assertRaises(AttributeError, method)
803 self.assertRaises(AttributeError, method)
804 self.assertRaises(AttributeError, method, 1)
833 self.assertRaises(AttributeError, method)
835 self.assertRaises(AttributeError, method, 1)
853 self.assertRaises(AttributeError, method)
854 self.assertRaises(AttributeError, method, 1)
865 self.assertRaises(AttributeError, method)
882 self.assertRaises(AttributeError, method)
[all …]
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/tk/
H A DvtkLoadPythonTkWidgets.py23 except AttributeError:
44 except AttributeError:
55 except AttributeError:
79 except AttributeError:
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/tk/
H A DvtkLoadPythonTkWidgets.py23 except AttributeError:
44 except AttributeError:
55 except AttributeError:
79 except AttributeError:
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/tk/
H A DvtkLoadPythonTkWidgets.py23 except AttributeError:
44 except AttributeError:
55 except AttributeError:
73 except AttributeError:
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_funcattrs.py75 (AttributeError, TypeError))
80 (AttributeError, TypeError))
116 self.cannot_set_attr(f, "__closure__", c, AttributeError)
171 self.cannot_set_attr(self.fi.a, "__name__", 'a', AttributeError)
263 self.cannot_set_attr(self.fi.a, "__self__", self.fi, AttributeError)
273 except AttributeError:
278 self.cannot_set_attr(self.fi.id, 'unknown_attr', 2, AttributeError)
287 except AttributeError:
295 except AttributeError:
304 except AttributeError:
[all …]
H A Dtest_type_annotations.py31 with self.assertRaises(AttributeError):
42 with self.assertRaises(AttributeError):
75 raise AttributeError('__annotations__')
86 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_funcattrs.py75 (AttributeError, TypeError))
80 (AttributeError, TypeError))
116 self.cannot_set_attr(f, "__closure__", c, AttributeError)
171 self.cannot_set_attr(self.fi.a, "__name__", 'a', AttributeError)
263 self.cannot_set_attr(self.fi.a, "__self__", self.fi, AttributeError)
273 except AttributeError:
278 self.cannot_set_attr(self.fi.id, 'unknown_attr', 2, AttributeError)
287 except AttributeError:
295 except AttributeError:
304 except AttributeError:
[all …]
H A Dtest_type_annotations.py31 with self.assertRaises(AttributeError):
42 with self.assertRaises(AttributeError):
75 raise AttributeError('__annotations__')
86 with self.assertRaises(AttributeError):
101 with self.assertRaises(AttributeError):
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/compiled/
H A Daccess.py79 except AttributeError:
185 except AttributeError:
198 except AttributeError:
205 except AttributeError:
328 except AttributeError:
353 raise AttributeError
361 except AttributeError:
417 except AttributeError:
425 except AttributeError:
498 except AttributeError:
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/attr/
H A D_compat.py51 raise AttributeError(
63 raise AttributeError(
69 raise AttributeError(
75 raise AttributeError(
81 raise AttributeError(
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/test/
H A Dtest_base_diskutils.py79 mock_os.statvfs.side_effect = AttributeError('')
80 self.assertRaises(AttributeError, lambda: DiskSize()._posix_size('/'))
81 mock_ctypes.windll.kernel32.GetDiskFreeSpaceExW.side_effect = AttributeError('')
82 mock_ctypes.windll.kernel32.GetDiskFreeSpaceExA.side_effect = AttributeError('')
83 self.assertRaises(AttributeError, lambda: DiskSize()._windows_size('/'))
/dports/www/firefox/firefox-99.0/third_party/python/attrs/attr/
H A D_compat.py50 raise AttributeError(
62 raise AttributeError(
68 raise AttributeError(
74 raise AttributeError(
80 raise AttributeError(
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/test/
H A Dtest_base_diskutils.py79 mock_os.statvfs.side_effect = AttributeError('')
80 self.assertRaises(AttributeError, lambda: DiskSize()._posix_size('/'))
81 mock_ctypes.windll.kernel32.GetDiskFreeSpaceExW.side_effect = AttributeError('')
82 mock_ctypes.windll.kernel32.GetDiskFreeSpaceExA.side_effect = AttributeError('')
83 self.assertRaises(AttributeError, lambda: DiskSize()._windows_size('/'))
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/test/
H A Dtest_env.py70 with self.assertRaises(AttributeError):
73 with self.assertRaises(AttributeError):
76 with self.assertRaises(AttributeError):
79 with self.assertRaises(AttributeError):
82 with self.assertRaises(AttributeError):

1...<<11121314151617181920>>...944