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
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
Account protects its internals by blocking flippant calls to __setattr__ and also adding access to virtual attributes amount and asset which together can comprise an AssetAmount.
Results in:
E:632,15: Instance of 'Account' has no 'amount' member (no-member)
E:637,42: Instance of 'Account' has no 'asset' member (no-member)
E:640,32: Instance of 'Account' has no 'amount' member (no-member)
Provide lint with this information for now.
AssetAmountcan upgrade Decimal arguments. It may make sense to provide for more fluid upgrade & downgrade of AssetAmount to simply the type graph.
The text was updated successfully, but these errors were encountered:
Account
protects its internals by blocking flippant calls to__setattr__
and also adding access to virtual attributesamount
andasset
which together can comprise anAssetAmount
.Results in:
Provide lint with this information for now.
AssetAmount
can upgradeDecimal
arguments. It may make sense to provide for more fluid upgrade & downgrade ofAssetAmount
to simply the type graph.The text was updated successfully, but these errors were encountered: