SpiceQA
Questions
Tags
Users
Badges
user_1222951
@user_1222951
0
reputation
0
answers
13
questions
About Me
// Hello, World !
Top Answers
Passing default list argument to dataclasses
138 votes
How can I make a python dataclass hashable?
110 votes
Creating functions (or lambdas) in a loop (or comprehension)
45 votes
Get overridden functions of subclass
18 votes
Replacement for test case inheritance in pytest?
12 votes
Top Questions
How come regex match objects aren't iterable even though they implement __getitem__?
59 votes
1 answers
How can I prevent sphinx from displaying the full path to my class?
29 votes
2 answers
How can I prevent Sphinx from listing "object" as a base class?
13 votes
3 answers
When inheriting directly from `object`, should I call super().__init__()?
13 votes
3 answers
Using pytest's parametrize, how can I skip the remaining tests if one test case fails?
7 votes
3 answers