Do Ast subclasses have to be a dataclass? #893
Answered
by
erezsh
ThatXliner
asked this question in
Q&A
Replies: 1 comment
-
Yes, that should work.
…On Fri, May 7, 2021, 10:39 ThatXliner ***@***.***> wrote:
...or can we implement our own __init__, etc (e.g. subclass
typing.NamedTuple)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#893>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFSSSGYBOX2TK3XVZJOTPLTMQCTLANCNFSM44KMPILA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ThatXliner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
...or can we implement our own
__init__
, etc (e.g. subclasstyping.NamedTuple
)?Beta Was this translation helpful? Give feedback.
All reactions