Skip to content

Add getatt to BaseMagicDotPath

Chosson Ulysse requested to merge FIX_add_getattr_to_basemdp_classes into dev

Added

  • Add a __getattr__ method to BaseMagicDotPath. It can fix the mypy errors: attr-defined and no-any-return when we use lambda function in MagicDotPath.

Merge request reports