.data.types.Struct: by default include non-members from `.to_dict()`..

account_tests
Tyler Goodlet 2023-07-16 21:32:36 -04:00
parent 430309b5dc
commit e8025d0985
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Struct(
'''
def to_dict(
self,
include_non_members: bool = False,
include_non_members: bool = True,
) -> dict:
'''
Like it sounds.. direct delegation to: