.data.types.Struct: by default include non-members from `.to_dict()`..
parent
430309b5dc
commit
e8025d0985
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue