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
Provide a remainder property in each object (at least until I catch everything) that saves everything else in the yaml that wasn't caught during as_*()ing. Probably do this by implementing an abstract class from which everything inherits. Need to look into/think about what that means for list classes (but they're already different so that might be ok; they also might need their own abstract class).
The text was updated successfully, but these errors were encountered:
Provide a
remainder
property in each object (at least until I catch everything) that saves everything else in the yaml that wasn't caught duringas_*()
ing. Probably do this by implementing an abstract class from which everything inherits. Need to look into/think about what that means for list classes (but they're already different so that might be ok; they also might need their own abstract class).The text was updated successfully, but these errors were encountered: