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
# May cause a bug: sets aren't guaranteed to be ordered.def_gen_state_tables(t: XsdComplexType) ->str:
"""Generate state transition tables, indexed by token enums."""
Generally all functions should have these docstrings.
The text was updated successfully, but these errors were encountered:
You have a lot of comments like this;
https://github.com/duck2/uxsdcxx/blob/65c17a2b626e4d2429256db89b5496e2788ffa99/uxsdcxx.py#L456-L458
They should instead be written like this;
Generally all functions should have these docstrings.
The text was updated successfully, but these errors were encountered: