[bindings] Format with yapf (precommit will reformat)
This commit is contained in:
@@ -7,6 +7,7 @@ from typing import Any, Final
|
||||
from Base.Metadata import constmethod, export
|
||||
from Data import object
|
||||
|
||||
|
||||
@export(
|
||||
Father="ComplexGeoDataPy",
|
||||
Twin="PointKernel",
|
||||
@@ -60,6 +61,7 @@ class Points(object):
|
||||
def fromValid(self) -> Any:
|
||||
"""Get a new point object from points with valid coordinates (i.e. that are not NaN)"""
|
||||
...
|
||||
|
||||
CountPoints: Final[int]
|
||||
"""Return the number of vertices of the points object."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user