Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joseph Siddons
GeoSpatialTools
Commits
1404d879
Commit
1404d879
authored
5 months ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
docs: docstring for error and warning classes
parent
53b36e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
GeoSpatialTools/neighbours.py
GeoSpatialTools/neighbours.py
+4
-0
No files found.
GeoSpatialTools/neighbours.py
View file @
1404d879
...
...
@@ -11,10 +11,14 @@ Numeric = TypeVar("Numeric", int, float, datetime, date)
class
SortedWarning
(
Warning
):
"""Warning class for Sortedness"""
pass
class
SortedError
(
Exception
):
"""Error class for Sortedness"""
pass
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment