Przeglądaj źródła

python dataclass

Peter Thiemann 3 lat temu
rodzic
commit
dcb17d2004
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      book.tex

+ 0 - 1
book.tex

@@ -16427,7 +16427,6 @@ to represented tagged values.
 class Tagged:
   value : Value
   tag : int
-  __match_args__ = ("value", "tag")
   def __str__(self):
     return str(self.value)
 \end{lstlisting}