You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow varname.varname to receive multiple variables on the left-hand side (#29)
* Allow `varname.varname` to receive multiple variables on the left-hand side
* Fix typo in test
* Add tests for mismatch nvars for varname.varname
* Fix the numbers in mismatch nvars test for varname.varname
* Update docs for varname.varname
* Make docs clearer
* Make docs clearer
* Change behavor of nvars=None for varname
* Update varname.py
Co-authored-by: Alex Hall <[email protected]>
* Add tests for hierarchical LHS for varname
* Change nvars to multi_vars and make it boolean
* Add test for attributes on LHS for varname
* Fix docs for varname; add StringOrTuple for type hints
* Fix type hints
Co-authored-by: Alex Hall <[email protected]>
0 commit comments