OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PermissionError
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py
78
class
PermissionError
(CloudStorageError):
81
super(
PermissionError
, self).__init__(
173
return
PermissionError
()
397
PermissionError
if the user does not have permission to access the bucket.
416
PermissionError
if the user does not have permission to access the bucket.
/external/python/setuptools/pkg_resources/
__init__.py
86
PermissionError
= None
[
all
...]
Completed in 116 milliseconds