Skip to content

Conversation

@Alon-Alexander
Copy link

No description provided.

Copy link
Owner

@shustinm shustinm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better than before, could still probably be cleaned up but this is not top priority. Having to import something dynamically is smelly.

if isinstance(field, Struct):
x.append('\t{} ({}):'.format(name, field.__class__.__qualname__))
x.extend('\t{}'.format(field_str) for field_str in str(field).splitlines()[1:])
if isinstance(field, (Struct, Array)):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about Vector? This probably should be _Sequence instead of Array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants