Skip to content

Commit 010ad47

Browse files
author
AGAEV Denis E
committed
Fix working of all geo types
1 parent e560d7c commit 010ad47

File tree

7 files changed

+625
-161
lines changed

7 files changed

+625
-161
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/psqlpy/_internal/extra_types.pyi

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,7 @@ class PyLine:
198198
"""Create new instance of PyLine.
199199
200200
You need to pass any of this structures:
201-
- sequence(List, Tuple or Set) of two sequences(List, Tuple or Set),
202-
each with pair of int/float numbers in every combination
203-
- sequence(List, Tuple or Set) with two pairs
204-
of int/float numbers in every combination
201+
- sequence of three int/float numbers(a, b, c)
205202
206203
### Parameters:
207204
- `value`: any valid structure with int/float numbers.
@@ -250,7 +247,7 @@ class PyCircle:
250247
tuple[int | float, int | float, int | float],
251248
],
252249
) -> None:
253-
"""Create new instance of PyLine.
250+
"""Create new instance of PyCircle.
254251
255252
You need to pass any of this structures:
256253
- sequence of three int/float numbers(x, y, r)

0 commit comments

Comments
 (0)