We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f90263 commit 099315cCopy full SHA for 099315c
src/fastcs/util.py
@@ -32,8 +32,8 @@ def numpy_to_fastcs_datatype(np_type) -> DataType:
32
33
34
def validate_hinted_attributes(controller: BaseController):
35
- """Validates that type-hinted attributes exist in the controller, and are accessible
36
- via the dot accessor, from the attributes dictionary and with the right datatype.
+ """Validates that type-hinted attributes in the controller and all subcontrollers
+ exist with the right datatype and access mode.
37
"""
38
for subcontroller in controller.get_sub_controllers().values():
39
validate_hinted_attributes(subcontroller)
0 commit comments