Skip to content
GitLab
Explore
Sign in
Add getatt to BaseMagicDotPath
Code
Review changes
Check out branch
Download
Patches
Plain diff
Chosson Ulysse
requested to merge
FIX_add_getattr_to_basemdp_classes
into
dev
Jan 20, 2023
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
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
Loading