File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -2726,21 +2726,6 @@ def __init__(
2726
2726
def postinit (self , * , name : AssignName | None ) -> None :
2727
2727
self .name = name
2728
2728
2729
- assigned_stmts : ClassVar [
2730
- Callable [
2731
- [
2732
- ParamSpec ,
2733
- AssignName ,
2734
- InferenceContext | None ,
2735
- None ,
2736
- ],
2737
- Generator [NodeNG , None , None ],
2738
- ]
2739
- ]
2740
- """Returns the assigned statement (non inferred) according to the assignment type.
2741
- See astroid/protocols.py for actual implementation.
2742
- """
2743
-
2744
2729
2745
2730
class Pass (_base_nodes .NoChildrenNode , _base_nodes .Statement ):
2746
2731
"""Class representing an :class:`ast.Pass` node.
@@ -3398,21 +3383,6 @@ def postinit(
3398
3383
self .type_params = type_params
3399
3384
self .value = value
3400
3385
3401
- assigned_stmts : ClassVar [
3402
- Callable [
3403
- [
3404
- TypeAlias ,
3405
- AssignName ,
3406
- InferenceContext | None ,
3407
- None ,
3408
- ],
3409
- Generator [NodeNG , None , None ],
3410
- ]
3411
- ]
3412
- """Returns the assigned statement (non inferred) according to the assignment type.
3413
- See astroid/protocols.py for actual implementation.
3414
- """
3415
-
3416
3386
3417
3387
class TypeVar (_base_nodes .AssignTypeNode ):
3418
3388
"""Class representing a :class:`ast.TypeVar` node.
You can’t perform that action at this time.
0 commit comments