##// END OF EJS Templates
Code in docstring
krassowski -
Show More
@@ -417,8 +417,7 b' UNARY_OP_DUNDERS: Dict[Type[ast.unaryop], Tuple[str, ...]] = {'
417
417
418
418
419 class Duck:
419 class Duck:
420 """A dummy class used to create objects of other classes without calling their __init__"""
420 """A dummy class used to create objects of other classes without calling their ``__init__``"""
421 pass
422
421
423
422
424 def _find_dunder(node_op, dunders) -> Union[Tuple[str, ...], None]:
423 def _find_dunder(node_op, dunders) -> Union[Tuple[str, ...], None]:
General Comments 0
You need to be logged in to leave comments. Login now