Home
last modified time | relevance | path

Searched refs:PyinotifyError (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-pyinotify/pyinotify-0.9.6/python2/
H A Dpyinotify.py31 class PyinotifyError(Exception): class
36 class UnsupportedPythonVersionError(PyinotifyError):
46 PyinotifyError.__init__(self, err % version)
109 class InotifyBindingNotFoundError(PyinotifyError):
115 PyinotifyError.__init__(self, err)
601 class ProcessEventError(PyinotifyError):
610 PyinotifyError.__init__(self, err)
1085 class NotifierError(PyinotifyError):
1095 PyinotifyError.__init__(self, err)
/dports/devel/py-pyinotify/pyinotify-0.9.6/python3/
H A Dpyinotify.py31 class PyinotifyError(Exception): class
36 class UnsupportedPythonVersionError(PyinotifyError):
45 PyinotifyError.__init__(self,
104 class InotifyBindingNotFoundError(PyinotifyError):
110 PyinotifyError.__init__(self, err)
587 class ProcessEventError(PyinotifyError):
596 PyinotifyError.__init__(self, err)
1071 class NotifierError(PyinotifyError):
1081 PyinotifyError.__init__(self, err)