lastsummer
Results
2
issues of
lastsummer
### Describe your problem I have a manual, and some of the query keywords only appear in the file name and at the beginning of the document, while other query...
question
**Describe the bug** ppst init field is set to None **To Reproduce** ``` from dataclasses import dataclass, field import dacite @dataclass class TestClass: _private: int = field(default=None, init=False, repr=False, compare=False)...
bug