0.5.0
- Allow
nameof
to retrieve full name of chained attribute calls - Add
__all__
to the module so that only desired APIs are exposed whenfrom varname import *
- Give more hints on
nameof
being called in a weird way when no soucecode available.
nameof
to retrieve full name of chained attribute calls__all__
to the module so that only desired APIs are exposed when from varname import *
nameof
being called in a weird way when no soucecode available.