[bindings] Format with yapf (precommit will reformat)

This commit is contained in:
Frank Martinez
2025-10-07 12:07:42 -05:00
parent d4d7cabdc5
commit 0d0689341b
254 changed files with 885 additions and 311 deletions

View File

@@ -5,6 +5,7 @@ from __future__ import annotations
from ViewProvider import ViewProvider
from typing import Any, Final
class ViewProviderDocumentObject(ViewProvider):
"""
This is the ViewProvider base class
@@ -18,6 +19,7 @@ class ViewProviderDocumentObject(ViewProvider):
Update the view representation of the object
"""
...
Object: Any = ...
"""Set/Get the associated data object"""