Skip to content

Instantly share code, notes, and snippets.

@mxposed
Created April 18, 2020 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxposed/cef09aa3cfd05433a67e954b7b61b2e5 to your computer and use it in GitHub Desktop.
Save mxposed/cef09aa3cfd05433a67e954b7b61b2e5 to your computer and use it in GitHub Desktop.
speed: init 3.8186559677124023
speed: parsed 3.821230888366699
/anaconda3/bin/ipython:6: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).complete instead.
dbg: Start: complete
dbg: infer_node <Name: plt@1,0>@(1, 0) in MixedModuleContext(<ModuleValue: __main__@1-1 is_stub=False>)
dbg: context.goto <Name: plt@1,0> in (MixedModuleContext(<ModuleValue: __main__@1-1 is_stub=False>)): [MixedName(<CompiledName: (<CompiledValueName: string_name=NamespaceObject>).plt>)]
dbg: context.names_to_types: [MixedName(<CompiledName: (<CompiledValueName: string_name=NamespaceObject>).plt>)] -> S{<MixedObject: <module 'matplotlib.pyplot' from '/anaconda3/lib/p..; <ModuleValue: matplotlib.pyplot@4-3270 is_stub=False>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: figure@1,4>]) in S{<MixedObject: <module 'matplotlib.pyplot' from '/anaconda3/lib/p..; <ModuleValue: matplotlib.pyplot@4-3270 is_stub=False>>}
dbg: context.goto <Name: figure@1,4> in (<MixedObject: <module 'matplotlib.pyplot' from '/anaconda3/lib/p..; <ModuleValue: matplotlib.pyplot@4-3270 is_stub=False>>): [MixedName(<CompiledName: (<CompiledValueName: string_name=matplotlib.pyplot>).figure>)]
dbg: context.names_to_types: [MixedName(<CompiledName: (<CompiledValueName: string_name=matplotlib.pyplot>).figure>)] -> S{<MixedObject: <function figure at 0x11960a268>; <FunctionValue: <Function: figure@427-577>>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Operator: )>]) in S{<MixedObject: <function figure at 0x11960a268>; <FunctionValue: <Function: figure@427-577>>>}
dbg: global search_module 'builtins': <CompiledModule: <module 'builtins' (built-in)>>
dbg: execute: <MixedObject: <function figure at 0x11960a268>; <FunctionValue: <Function: figure@427-577>>> <TreeArguments: None>
dbg: Parse docstring code 'import matplotlib.figure\n`~matplotlib.figure.Figure`'
dbg: infer_node PythonNode(atom_expr, [<Name: figManager@576,11>, PythonNode(trailer, [<Operator: .>, <Name: canvas@576,22>]), PythonNode(trailer, [<Operator: .>, <Name: figure@576,29>])])@(576, 11) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: figManager@576,11>@(576, 11) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: figManager@576,11> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=figManager start_pos=(540, 8)>, <TreeNameDefinition: string_name=figManager start_pos=(523, 4)>]
dbg: infer_expr_stmt <ExprStmt: figManager = new_figure_manager(num, figsize=figsize, dpi=dpi, facecolor=facecolor, edgecolor=edgecolor, frameon=frameon, FigureClass=FigureClass, **kwargs)@540,8> (<Name: figManager@540,8>)
dbg: infer_node PythonNode(atom_expr, [<Name: new_figure_manager@540,21>, PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<Name: num@540,40>, <Operator: ,>, PythonNode(argument, [<Name: figsize@540,45>, <Operator: =>, <Name: figsize@540,53>]), <Operator: ,>, PythonNode(argument, [<Name: dpi@541,40>, <Operator: =>, <Name: dpi@541,44>]), <Operator: ,>, PythonNode(argument, [<Name: facecolor@542,40>, <Operator: =>, <Name: facecolor@542,50>]), <Operator: ,>, PythonNode(argument, [<Name: edgecolor@543,40>, <Operator: =>, <Name: edgecolor@543,50>]), <Operator: ,>, PythonNode(argument, [<Name: frameon@544,40>, <Operator: =>, <Name: frameon@544,48>]), <Operator: ,>, PythonNode(argument, [<Name: FigureClass@545,40>, <Operator: =>, <Name: FigureClass@545,52>]), <Operator: ,>, PythonNode(argument, [<Operator: **>, <Name: kwargs@546,42>])]), <Operator: )>])])@(540, 21) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: new_figure_manager@540,21>@(540, 21) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: new_figure_manager@540,21> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=new_figure_manager start_pos=(241, 25)>]
dbg: infer_expr_stmt <ExprStmt: new_figure_manager = Backend.new_figure_manager@243,4> (<Name: new_figure_manager@243,4>)
dbg: infer_node PythonNode(atom_expr, [<Name: Backend@243,25>, PythonNode(trailer, [<Operator: .>, <Name: new_figure_manager@243,33>])])@(243, 25) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: infer_node <Name: Backend@243,25>@(243, 25) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: context.goto <Name: Backend@243,25> in (AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)): [<TreeNameDefinition: string_name=Backend start_pos=(222, 4)>]
dbg: infer_expr_stmt <ExprStmt: Backend = type( "Backend", (matplotlib.backends._Backend,), vars(backend_mod))@222,4> (<Name: Backend@222,4>)
dbg: infer_node PythonNode(atom_expr, [<Name: type@222,14>, PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: "Backend">, <Operator: ,>, PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [PythonNode(atom_expr, [<Name: matplotlib@223,20>, PythonNode(trailer, [<Operator: .>, <Name: backends@223,31>]), PythonNode(trailer, [<Operator: .>, <Name: _Backend@223,40>])]), <Operator: ,>]), <Operator: )>]), <Operator: ,>, PythonNode(atom_expr, [<Name: vars@223,52>, PythonNode(trailer, [<Operator: (>, <Name: backend_mod@223,57>, <Operator: )>])])]), <Operator: )>])])@(222, 14) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: infer_node <Name: type@222,14>@(222, 14) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: context.goto <Name: type@222,14> in (AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)): [<StubName: string_name=type start_pos=(89, 6)>]
dbg: context.names_to_types: [<StubName: string_name=type start_pos=(89, 6)>] -> S{<ClassValue: <Class: type@89-123>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: "Backend">, <Operator: ,>, PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [PythonNode(atom_expr, [<Name: matplotlib@223,20>, PythonNode(trailer, [<Operator: .>, <Name: backends@223,31>]), PythonNode(trailer, [<Operator: .>, <Name: _Backend@223,40>])]), <Operator: ,>]), <Operator: )>]), <Operator: ,>, PythonNode(atom_expr, [<Name: vars@223,52>, PythonNode(trailer, [<Operator: (>, <Name: backend_mod@223,57>, <Operator: )>])])]), <Operator: )>]) in S{<ClassValue: <Class: type@89-123>>}
dbg: infer_node <String: "Backend">@(223, 8) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: infer_node PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [PythonNode(atom_expr, [<Name: matplotlib@223,20>, PythonNode(trailer, [<Operator: .>, <Name: backends@223,31>]), PythonNode(trailer, [<Operator: .>, <Name: _Backend@223,40>])]), <Operator: ,>]), <Operator: )>])@(223, 19) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: infer_node PythonNode(atom_expr, [<Name: vars@223,52>, PythonNode(trailer, [<Operator: (>, <Name: backend_mod@223,57>, <Operator: )>])])@(223, 52) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: infer_node <Name: vars@223,52>@(223, 52) in AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)
dbg: context.goto <Name: vars@223,52> in (AnonymousFunctionExecution(<FunctionValue: <Function: switch_backend@182-250>>)): [<StubName: string_name=vars start_pos=(1416, 4)>]
dbg: context.names_to_types: [<StubName: string_name=vars start_pos=(1416, 4)>] -> S{<FunctionValue: <Function: vars@1416-1417>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Name: backend_mod@223,57>, <Operator: )>]) in S{<FunctionValue: <Function: vars@1416-1417>>}
dbg: execute: <FunctionValue: <Function: vars@1416-1417>> <TreeArguments: <Name: backend_mod@223,57>>
dbg: infer_node <Name: str@1416,38>@(1416, 38) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: str@1416,38> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=str start_pos=(410, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=str start_pos=(410, 6)>] -> S{<ClassValue: <Class: str@410-557>>}
dbg: infer_node <Name: Any@1416,43>@(1416, 43) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Any@1416,43> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Any start_pos=(6, 69)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.21240973472595215
dbg: global search_module 'typing': <ModuleValue: typing@1-1613 is_stub=False>
dbg: context.goto <Name: Any@6,69> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Any start_pos=(12, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Any start_pos=(12, 0)>)] -> S{Any(Any)}
dbg: after import: S{Any(Any)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Any start_pos=(6, 69)>] -> S{Any(Any)}
dbg: infer_node PythonNode(atom_expr, [<Name: Dict@1416,33>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: str@1416,38>, <Operator: ,>, <Name: Any@1416,43>]), <Operator: ]>])])@(1416, 33) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Dict@1416,33>@(1416, 33) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Dict@1416,33> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Dict start_pos=(6, 74)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.2663137912750244
dbg: context.goto <Name: Dict@6,74> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Dict start_pos=(66, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Dict start_pos=(66, 0)>)] -> S{<TypeAlias: builtins.dict>}
dbg: after import: S{<TypeAlias: builtins.dict>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Dict start_pos=(6, 74)>] -> S{<TypeAlias: builtins.dict>}
dbg: Start: Resolve lazy value wrapper
speed: import ['builtins'] <StubModuleValue: builtins@4-1651 is_stub=True> 0.26988792419433594
dbg: context.goto 'dict' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=dict start_pos=(947, 6)>]
dbg: context.names_to_types: [<StubName: string_name=dict start_pos=(947, 6)>] -> S{<ClassValue: <Class: dict@947-997>>}
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: dict@947-997>>[S{<ClassValue: <Class: str@410-557>>}, S{Any(Any)}]>}
dbg: execute: <GenericClass: <ClassValue: <Class: dict@947-997>>[S{<ClassValue: <Class: str@410-557>>}, S{Any(Any)}]> <ValuesArguments: []>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: dict@947-997>>[S{<ClassValue: <Class: str@410-557>>}, S{Any(Any)}]>(<ValuesArguments: []>)>)} in <GenericClass: <ClassValue: <Class: dict@947-997>>[S{<ClassValue: <Class: str@410-557>>}, S{Any(Any)}]>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: dict@947-997>>[S{<ClassValue: <Class: str@410-557>>}, S{Any(Any)}]>(<ValuesArguments: []>)>)} in <FunctionValue: <Function: vars@1416-1417>>
dbg: builtin start <ClassValue: <Class: type@89-123>>
dbg: builtin end: S{}
dbg: infer_expr_stmt result S{}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Backend start_pos=(222, 4)>] -> S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: new_figure_manager@243,33>]) in S{}
dbg: infer_expr_stmt result S{}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=new_figure_manager start_pos=(241, 25)>] -> S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<Name: num@540,40>, <Operator: ,>, PythonNode(argument, [<Name: figsize@540,45>, <Operator: =>, <Name: figsize@540,53>]), <Operator: ,>, PythonNode(argument, [<Name: dpi@541,40>, <Operator: =>, <Name: dpi@541,44>]), <Operator: ,>, PythonNode(argument, [<Name: facecolor@542,40>, <Operator: =>, <Name: facecolor@542,50>]), <Operator: ,>, PythonNode(argument, [<Name: edgecolor@543,40>, <Operator: =>, <Name: edgecolor@543,50>]), <Operator: ,>, PythonNode(argument, [<Name: frameon@544,40>, <Operator: =>, <Name: frameon@544,48>]), <Operator: ,>, PythonNode(argument, [<Name: FigureClass@545,40>, <Operator: =>, <Name: FigureClass@545,52>]), <Operator: ,>, PythonNode(argument, [<Operator: **>, <Name: kwargs@546,42>])]), <Operator: )>]) in S{}
dbg: infer_expr_stmt result S{}
dbg: infer_expr_stmt <ExprStmt: figManager = _pylab_helpers.Gcf.get_fig_manager(num)@523,4> (<Name: figManager@523,4>)
dbg: infer_node PythonNode(atom_expr, [<Name: _pylab_helpers@523,17>, PythonNode(trailer, [<Operator: .>, <Name: Gcf@523,32>]), PythonNode(trailer, [<Operator: .>, <Name: get_fig_manager@523,36>]), PythonNode(trailer, [<Operator: (>, <Name: num@523,52>, <Operator: )>])])@(523, 17) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: _pylab_helpers@523,17>@(523, 17) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: _pylab_helpers@523,17> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=_pylab_helpers start_pos=(35, 23)>]
speed: import (<Name: matplotlib@35,5>,) ModuleContext(<ModuleValue: matplotlib.pyplot@4-3270 is_stub=False>) 0.27313780784606934
dbg: global search_module 'matplotlib': <ModuleValue: matplotlib@1-1602 is_stub=False>
dbg: context.goto <Name: _pylab_helpers@35,23> in (<ModuleValue: matplotlib@1-1602 is_stub=False>): [<SubModuleName: string_name=_pylab_helpers start_pos=(1, 0)>]
speed: import ['_pylab_helpers'] ModuleContext(<ModuleValue: matplotlib@1-1602 is_stub=False>) 0.307858943939209
dbg: search_module 'matplotlib._pylab_helpers' in paths ['/anaconda3/lib/python3.7/site-packages/matplotlib']: <ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>
dbg: context.names_to_types: [<SubModuleName: string_name=_pylab_helpers start_pos=(1, 0)>] -> S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: after import: S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_pylab_helpers start_pos=(35, 23)>] -> S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: Gcf@523,32>]) in S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: context.goto <Name: Gcf@523,32> in (<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>): [<TreeNameDefinition: string_name=Gcf start_pos=(9, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Gcf start_pos=(9, 6)>] -> S{<ClassValue: <Class: Gcf@9-128>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: get_fig_manager@523,36>]) in S{<ClassValue: <Class: Gcf@9-128>>}
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: context.goto <Name: get_fig_manager@523,36> in (<ClassValue: <Class: Gcf@9-128>>): [<ClassName: string_name=get_fig_manager start_pos=(30, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=get_fig_manager start_pos=(30, 8)>] -> S{<MethodValue: <Function: get_fig_manager@30-39>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Name: num@523,52>, <Operator: )>]) in S{<MethodValue: <Function: get_fig_manager@30-39>>}
dbg: execute: <MethodValue: <Function: get_fig_manager@30-39>> <TreeArguments: <Name: num@523,52>>
dbg: infer_node <Name: manager@38,15>@(38, 15) in FunctionExecutionContext(<MethodValue: <Function: get_fig_manager@30-39>>)
dbg: context.goto <Name: manager@38,15> in (FunctionExecutionContext(<MethodValue: <Function: get_fig_manager@30-39>>)): [<TreeNameDefinition: string_name=manager start_pos=(35, 8)>]
dbg: infer_expr_stmt <ExprStmt: manager = cls.figs.get(num, None)@35,8> (<Name: manager@35,8>)
dbg: infer_node PythonNode(atom_expr, [<Name: cls@35,18>, PythonNode(trailer, [<Operator: .>, <Name: figs@35,22>]), PythonNode(trailer, [<Operator: .>, <Name: get@35,27>]), PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<Name: num@35,31>, <Operator: ,>, <Keyword: None>]), <Operator: )>])])@(35, 18) in FunctionExecutionContext(<MethodValue: <Function: get_fig_manager@30-39>>)
dbg: infer_node <Name: cls@35,18>@(35, 18) in FunctionExecutionContext(<MethodValue: <Function: get_fig_manager@30-39>>)
dbg: context.goto <Name: cls@35,18> in (FunctionExecutionContext(<MethodValue: <Function: get_fig_manager@30-39>>)): [<ParamName: string_name=cls start_pos=(30, 24)>]
dbg: Found param types for docstring: S{}
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/pyplot.py:523:52: E5 TypeError: <Name: get_fig_manager@30,8>() takes exactly 2 arguments (1 given).
dbg: infer_node <Name: num@523,52>@(523, 52) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: num@523,52> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=num start_pos=(521, 8)>, <TreeNameDefinition: string_name=num start_pos=(519, 12)>, <TreeNameDefinition: string_name=num start_pos=(516, 12)>, <TreeNameDefinition: string_name=num start_pos=(508, 8)>, <ParamName: string_name=num start_pos=(427, 11)>]
dbg: infer_expr_stmt <ExprStmt: num = int(num)@521,8> (<Name: num@521,8>)
dbg: infer_node PythonNode(atom_expr, [<Name: int@521,14>, PythonNode(trailer, [<Operator: (>, <Name: num@521,18>, <Operator: )>])])@(521, 14) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: int@521,14>@(521, 14) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: int@521,14> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<StubName: string_name=int start_pos=(138, 6)>]
dbg: context.names_to_types: [<StubName: string_name=int start_pos=(138, 6)>] -> S{<ClassValue: <Class: int@138-220>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Name: num@521,18>, <Operator: )>]) in S{<ClassValue: <Class: int@138-220>>}
dbg: execute: <ClassValue: <Class: int@138-220>> <TreeArguments: <Name: num@521,18>>
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<TreeArguments: <Name: num@521,18>>)>} in <ClassValue: <Class: int@138-220>>
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<TreeArguments: <Name: num@521,18>>)>}
dbg: infer_expr_stmt <ExprStmt: num = allnums[inum]@519,12> (<Name: num@519,12>)
dbg: infer_node PythonNode(atom_expr, [<Name: allnums@519,18>, PythonNode(trailer, [<Operator: [>, <Name: inum@519,26>, <Operator: ]>])])@(519, 18) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: allnums@519,18>@(519, 18) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: allnums@519,18> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=allnums start_pos=(504, 4)>]
dbg: infer_expr_stmt <ExprStmt: allnums = get_fignums()@504,4> (<Name: allnums@504,4>)
dbg: infer_node PythonNode(atom_expr, [<Name: get_fignums@504,14>, PythonNode(trailer, [<Operator: (>, <Operator: )>])])@(504, 14) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: get_fignums@504,14>@(504, 14) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: get_fignums@504,14> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=get_fignums start_pos=(619, 4)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=get_fignums start_pos=(619, 4)>] -> S{<FunctionValue: <Function: get_fignums@619-622>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Operator: )>]) in S{<FunctionValue: <Function: get_fignums@619-622>>}
dbg: execute: <FunctionValue: <Function: get_fignums@619-622>> <TreeArguments: None>
dbg: infer_node PythonNode(atom_expr, [<Name: sorted@621,11>, PythonNode(trailer, [<Operator: (>, PythonNode(atom_expr, [<Name: _pylab_helpers@621,18>, PythonNode(trailer, [<Operator: .>, <Name: Gcf@621,33>]), PythonNode(trailer, [<Operator: .>, <Name: figs@621,37>])]), <Operator: )>])])@(621, 11) in FunctionExecutionContext(<FunctionValue: <Function: get_fignums@619-622>>)
dbg: infer_node <Name: sorted@621,11>@(621, 11) in FunctionExecutionContext(<FunctionValue: <Function: get_fignums@619-622>>)
dbg: infer_node PythonNode(comparison, [PythonNode(atom_expr, [<Name: sys@1401,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@1401,7>])]), <Operator: >=>, PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>]), <Operator: )>])])@(1401, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node PythonNode(atom_expr, [<Name: sys@1401,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@1401,7>])])@(1401, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: sys@1401,3>@(1401, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: sys@1401,3> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=sys start_pos=(15, 7)>]
speed: import (<Name: sys@15,7>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.3487417697906494
dbg: global search_module 'sys': <CompiledModule: <module 'sys' (built-in)>>
dbg: after import: S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=sys start_pos=(15, 7)>] -> S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: version_info@1401,7>]) in S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: context.goto <Name: version_info@1401,7> in (<StubModuleValue: sys@6-214 is_stub=True>): [<StubName: string_name=version_info start_pos=(128, 0)>]
dbg: infer_node <Name: _version_info@128,14>@(128, 14) in StubModuleContext(<StubModuleValue: sys@6-214 is_stub=True>)
dbg: context.goto <Name: _version_info@128,14> in (StubModuleContext(<StubModuleValue: sys@6-214 is_stub=True>)): [<TreeNameDefinition: string_name=_version_info start_pos=(122, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_version_info start_pos=(122, 6)>] -> S{<ClassValue: <Class: _version_info@122-128>>}
dbg: execute: <ClassValue: <Class: _version_info@122-128>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>} in <ClassValue: <Class: _version_info@122-128>>
dbg: context.names_to_types: [<StubName: string_name=version_info start_pos=(128, 0)>] -> S{VersionInfo(<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>)}
dbg: infer_node PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>]), <Operator: )>])@(1401, 23) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_or_test types S{<CompiledValue: True>}
dbg: context.goto <Name: sorted@621,11> in (FunctionExecutionContext(<FunctionValue: <Function: get_fignums@619-622>>)): [<StubName: string_name=sorted start_pos=(1402, 8)>]
dbg: context.names_to_types: [<StubName: string_name=sorted start_pos=(1402, 8)>] -> S{<FunctionValue: <Function: sorted@1402-1405>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(atom_expr, [<Name: _pylab_helpers@621,18>, PythonNode(trailer, [<Operator: .>, <Name: Gcf@621,33>]), PythonNode(trailer, [<Operator: .>, <Name: figs@621,37>])]), <Operator: )>]) in S{<FunctionValue: <Function: sorted@1402-1405>>}
dbg: execute: <FunctionValue: <Function: sorted@1402-1405>> <TreeArguments: PythonNode(atom_expr, [<Name: _pylab_helpers@621,18>, PythonNode(trailer, [<Operator: .>, <Name: Gcf@621,33>]), PythonNode(trailer, [<Operator: .>, <Name: figs@621,37>])])>
dbg: infer_node <Name: _T@1404,44>@(1404, 44) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T@1404,44> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@25,5>, PythonNode(trailer, [<Operator: (>, <String: '_T'>, <Operator: )>])])@(25, 5) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: TypeVar@25,5>@(25, 5) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: TypeVar@25,5> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.4052608013153076
dbg: context.goto <Name: TypeVar@5,4> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=TypeVar start_pos=(13, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=TypeVar start_pos=(13, 0)>)] -> S{TypeVarClass(TypeVar)}
dbg: after import: S{TypeVarClass(TypeVar)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <String: '_T'>, <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: <String: '_T'>>
dbg: infer_node <String: '_T'>@(25, 13) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: execute result: S{<TypeVar: _T>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: infer_node PythonNode(atom_expr, [<Name: List@1404,39>, PythonNode(trailer, [<Operator: [>, <Name: _T@1404,44>, <Operator: ]>])])@(1404, 39) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: List@1404,39>@(1404, 39) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: List@1404,39> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=List start_pos=(6, 63)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.4073448181152344
dbg: context.goto <Name: List@6,63> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=List start_pos=(65, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=List start_pos=(65, 0)>)] -> S{<TypeAlias: builtins.list>}
dbg: after import: S{<TypeAlias: builtins.list>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=List start_pos=(6, 63)>] -> S{<TypeAlias: builtins.list>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
speed: import ['builtins'] <StubModuleValue: builtins@4-1651 is_stub=True> 0.4079596996307373
dbg: context.goto 'list' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=list start_pos=(896, 6)>]
dbg: context.names_to_types: [<StubName: string_name=list start_pos=(896, 6)>] -> S{<ClassValue: <Class: list@896-946>>}
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>}
dbg: infer_node <Name: _T@1402,36>@(1402, 36) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T@1402,36> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@1402,27>, PythonNode(trailer, [<Operator: [>, <Name: _T@1402,36>, <Operator: ]>])])@(1402, 27) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Iterable@1402,27>@(1402, 27) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Iterable@1402,27> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.41195178031921387
dbg: context.goto <Name: Iterable@5,23> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Iterable start_pos=(143, 6)>)]
dbg: decorator: <Decorator: @runtime_checkable@142,0> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node <Name: runtime_checkable@142,1>@(142, 1) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: runtime_checkable@142,1> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)] -> S{<FunctionValue: <Function: runtime_checkable@82-83>>}
dbg: execute: <FunctionValue: <Function: runtime_checkable@82-83>> <ValuesArguments: [S{<ClassValue: <Class: Iterable@143-146>>}]>
dbg: infer_node <Name: _TC@82,35>@(82, 35) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _TC@82,35> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_TC start_pos=(50, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _TC = TypeVar('_TC', bound=Type[object])@50,0> (<Name: _TC@50,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@50,6>, PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_TC'>, <Operator: ,>, PythonNode(argument, [<Name: bound@50,21>, <Operator: =>, PythonNode(atom_expr, [<Name: Type@50,27>, PythonNode(trailer, [<Operator: [>, <Name: object@50,32>, <Operator: ]>])])])]), <Operator: )>])])@(50, 6) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: TypeVar@50,6>@(50, 6) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: TypeVar@50,6> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_TC'>, <Operator: ,>, PythonNode(argument, [<Name: bound@50,21>, <Operator: =>, PythonNode(atom_expr, [<Name: Type@50,27>, PythonNode(trailer, [<Operator: [>, <Name: object@50,32>, <Operator: ]>])])])]), <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: PythonNode(arglist, [<String: '_TC'>, <Operator: ,>, PythonNode(argument, [<Name: bound@50,21>, <Operator: =>, PythonNode(atom_expr, [<Name: Type@50,27>, PythonNode(trailer, [<Operator: [>, <Name: object@50,32>, <Operator: ]>])])])])>
dbg: infer_node <String: '_TC'>@(50, 14) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: execute result: S{<TypeVar: _TC>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _TC>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_TC start_pos=(50, 0)>)] -> S{<TypeVar: _TC>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: infer_node <Name: _TC@82,27>@(82, 27) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _TC@82,27> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_TC start_pos=(50, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _TC = TypeVar('_TC', bound=Type[object])@50,0> (<Name: _TC@50,0>)
dbg: infer_expr_stmt result S{<TypeVar: _TC>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_TC start_pos=(50, 0)>)] -> S{<TypeVar: _TC>}
warning: TypeError: 'object' expected at least 3 arguments, got 0
dbg: execute result: S{} in <FunctionValue: <Function: runtime_checkable@82-83>>
warning: not possible to resolve wrappers found <Class: Iterable@143-146>
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Iterable start_pos=(143, 6)>)] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: after import: S{<ClassValue: <Class: Iterable@143-146>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: _pylab_helpers@621,18>, PythonNode(trailer, [<Operator: .>, <Name: Gcf@621,33>]), PythonNode(trailer, [<Operator: .>, <Name: figs@621,37>])])@(621, 18) in FunctionExecutionContext(<FunctionValue: <Function: get_fignums@619-622>>)
dbg: infer_node <Name: _pylab_helpers@621,18>@(621, 18) in FunctionExecutionContext(<FunctionValue: <Function: get_fignums@619-622>>)
dbg: context.goto <Name: _pylab_helpers@621,18> in (FunctionExecutionContext(<FunctionValue: <Function: get_fignums@619-622>>)): [<TreeNameDefinition: string_name=_pylab_helpers start_pos=(35, 23)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_pylab_helpers start_pos=(35, 23)>] -> S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: Gcf@621,33>]) in S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: context.goto <Name: Gcf@621,33> in (<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>): [<TreeNameDefinition: string_name=Gcf start_pos=(9, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Gcf start_pos=(9, 6)>] -> S{<ClassValue: <Class: Gcf@9-128>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: figs@621,37>]) in S{<ClassValue: <Class: Gcf@9-128>>}
dbg: context.goto <Name: figs@621,37> in (<ClassValue: <Class: Gcf@9-128>>): [<ClassName: string_name=figs start_pos=(27, 4)>]
dbg: infer_expr_stmt <ExprStmt: figs = {}@27,4> (<Name: figs@27,4>)
dbg: infer_node PythonNode(atom, [<Operator: {>, <Operator: }>])@(27, 11) in ClassContext(<ClassValue: <Class: Gcf@9-128>>)
dbg: infer_expr_stmt result S{<DictLiteralValue of PythonNode(atom, [<Operator: {>, <Operator: }>])>}
dbg: Start: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: execute: <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]> <ValuesArguments: []>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>(<ValuesArguments: []>)>)} in <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>
dbg: End: Resolve lazy value wrapper
dbg: infer_node PythonNode(atom_expr, [<Name: MutableMapping@947,11>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@947,26>, <Operator: ,>, <Name: _VT@947,31>]), <Operator: ]>])])@(947, 11) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: MutableMapping@947,11>@(947, 11) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: MutableMapping@947,11> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=MutableMapping start_pos=(6, 40)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.42264294624328613
dbg: context.goto <Name: MutableMapping@6,40> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=MutableMapping start_pos=(412, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=MutableMapping start_pos=(412, 6)>)] -> S{<ClassValue: <Class: MutableMapping@412-441>>}
dbg: after import: S{<ClassValue: <Class: MutableMapping@412-441>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=MutableMapping start_pos=(6, 40)>] -> S{<ClassValue: <Class: MutableMapping@412-441>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: infer_node <Name: _KT@947,26>@(947, 26) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _KT@947,26> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_KT start_pos=(27, 0)>]
dbg: infer_expr_stmt <ExprStmt: _KT = TypeVar('_KT')@27,0> (<Name: _KT@27,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@27,6>, PythonNode(trailer, [<Operator: (>, <String: '_KT'>, <Operator: )>])])@(27, 6) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: TypeVar@27,6>@(27, 6) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: TypeVar@27,6> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <String: '_KT'>, <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: <String: '_KT'>>
dbg: infer_node <String: '_KT'>@(27, 14) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: execute result: S{<TypeVar: _KT>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _KT>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_KT start_pos=(27, 0)>] -> S{<TypeVar: _KT>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: infer_node <Name: _VT@947,31>@(947, 31) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _VT@947,31> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_VT start_pos=(28, 0)>]
dbg: infer_expr_stmt <ExprStmt: _VT = TypeVar('_VT')@28,0> (<Name: _VT@28,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@28,6>, PythonNode(trailer, [<Operator: (>, <String: '_VT'>, <Operator: )>])])@(28, 6) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: TypeVar@28,6>@(28, 6) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: TypeVar@28,6> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <String: '_VT'>, <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: <String: '_VT'>>
dbg: infer_node <String: '_VT'>@(28, 14) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: execute result: S{<TypeVar: _VT>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _VT>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_VT start_pos=(28, 0)>] -> S{<TypeVar: _VT>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: MutableMapping@412-441>>[S{<TypeVar: _KT>}, S{<TypeVar: _VT>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Mapping@412,21>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@412,29>, <Operator: ,>, <Name: _VT@412,34>]), <Operator: ]>])])@(412, 21) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Mapping@412,21>@(412, 21) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Mapping@412,21> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Mapping start_pos=(396, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Mapping start_pos=(396, 6)>)] -> S{<ClassValue: <Class: Mapping@396-411>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: infer_node <Name: _KT@412,29>@(412, 29) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _KT@412,29> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _KT = TypeVar('_KT')@43,0> (<Name: _KT@43,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@43,6>, PythonNode(trailer, [<Operator: (>, <String: '_KT'>, <Operator: )>])])@(43, 6) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: TypeVar@43,6>@(43, 6) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: TypeVar@43,6> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <String: '_KT'>, <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: <String: '_KT'>>
dbg: infer_node <String: '_KT'>@(43, 14) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: execute result: S{<TypeVar: _KT>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _KT>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)] -> S{<TypeVar: _KT>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: infer_node <Name: _VT@412,34>@(412, 34) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _VT@412,34> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_VT start_pos=(44, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _VT = TypeVar('_VT')@44,0> (<Name: _VT@44,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@44,6>, PythonNode(trailer, [<Operator: (>, <String: '_VT'>, <Operator: )>])])@(44, 6) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: TypeVar@44,6>@(44, 6) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: TypeVar@44,6> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <String: '_VT'>, <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: <String: '_VT'>>
dbg: infer_node <String: '_VT'>@(44, 14) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: execute result: S{<TypeVar: _VT>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _VT>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_VT start_pos=(44, 0)>)] -> S{<TypeVar: _VT>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Mapping@396-411>>[S{<TypeVar: _KT>}, S{<TypeVar: _VT>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: _Collection@396,14>, PythonNode(trailer, [<Operator: [>, <Name: _KT@396,26>, <Operator: ]>])])@(396, 14) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: _Collection@396,14>@(396, 14) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node PythonNode(comparison, [PythonNode(atom_expr, [<Name: sys@255,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@255,7>])]), <Operator: >=>, PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>, <Number: 6>]), <Operator: )>])])@(255, 3) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node PythonNode(atom_expr, [<Name: sys@255,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@255,7>])])@(255, 3) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: sys@255,3>@(255, 3) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: sys@255,3> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=sys start_pos=(3, 7)>)]
speed: import (<Name: sys@3,7>,) TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>) 0.437518835067749
dbg: after import: S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=sys start_pos=(3, 7)>)] -> S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: version_info@255,7>]) in S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: context.goto <Name: version_info@255,7> in (<StubModuleValue: sys@6-214 is_stub=True>): [<StubName: string_name=version_info start_pos=(128, 0)>]
dbg: execute: <ClassValue: <Class: _version_info@122-128>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>} in <ClassValue: <Class: _version_info@122-128>>
dbg: context.names_to_types: [<StubName: string_name=version_info start_pos=(128, 0)>] -> S{VersionInfo(<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>)}
dbg: infer_node PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>, <Number: 6>]), <Operator: )>])@(255, 23) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_or_test types S{<CompiledValue: True>}
dbg: context.goto <Name: _Collection@396,14> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_Collection start_pos=(262, 4)>)]
dbg: infer_expr_stmt <ExprStmt: _Collection = Collection@262,4> (<Name: _Collection@262,4>)
dbg: infer_node <Name: Collection@262,18>@(262, 18) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Collection@262,18> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Collection start_pos=(257, 10)>)]
dbg: decorator: <Decorator: @runtime_checkable@256,4> S{<ClassValue: <Class: Collection@257-261>>}
dbg: infer_node <Name: runtime_checkable@256,5>@(256, 5) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: runtime_checkable@256,5> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)] -> S{<FunctionValue: <Function: runtime_checkable@82-83>>}
dbg: execute: <FunctionValue: <Function: runtime_checkable@82-83>> <ValuesArguments: [S{<ClassValue: <Class: Collection@257-261>>}]>
warning: TypeError: 'object' expected at least 3 arguments, got 0
dbg: execute result: S{} in <FunctionValue: <Function: runtime_checkable@82-83>>
warning: not possible to resolve wrappers found <Class: Collection@257-261>
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Collection start_pos=(257, 10)>)] -> S{<ClassValue: <Class: Collection@257-261>>}
dbg: infer_expr_stmt result S{<ClassValue: <Class: Collection@257-261>>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_Collection start_pos=(262, 4)>)] -> S{<ClassValue: <Class: Collection@257-261>>}
dbg: infer_node <Name: _KT@396,26>@(396, 26) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _KT@396,26> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _KT = TypeVar('_KT')@43,0> (<Name: _KT@43,0>)
dbg: infer_expr_stmt result S{<TypeVar: _KT>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)] -> S{<TypeVar: _KT>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Collection@257-261>>[S{<TypeVar: _KT>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@257,21>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@257,30>, <Operator: ]>])])@(257, 21) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Iterable@257,21>@(257, 21) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Iterable@257,21> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Iterable start_pos=(143, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Iterable start_pos=(143, 6)>)] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node <Name: _T_co@257,30>@(257, 30) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@257,30> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@45,8>, PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_T_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@45,25>, <Operator: =>, <Keyword: True>])]), <Operator: )>])])@(45, 8) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: TypeVar@45,8>@(45, 8) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: TypeVar@45,8> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_T_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@45,25>, <Operator: =>, <Keyword: True>])]), <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: PythonNode(arglist, [<String: '_T_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@45,25>, <Operator: =>, <Keyword: True>])])>
dbg: infer_node <String: '_T_co'>@(45, 16) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: execute result: S{<TypeVar: _T_co>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T_co>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Protocol@143,15>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@143,24>, <Operator: ]>])])@(143, 15) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Protocol@143,15>@(143, 15) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Protocol@143,15> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)] -> S{ProxyTypingClassValue(Protocol)}
dbg: infer_node <Name: _T_co@143,24>@(143, 24) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@143,24> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Protocol<LazyG>[S{<TypeVar: _T_co>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Container@257,38>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@257,48>, <Operator: ]>])])@(257, 38) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Container@257,38>@(257, 38) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Container@257,38> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Container start_pos=(250, 6)>)]
dbg: decorator: <Decorator: @runtime_checkable@249,0> S{<ClassValue: <Class: Container@250-253>>}
dbg: infer_node <Name: runtime_checkable@249,1>@(249, 1) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: runtime_checkable@249,1> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)] -> S{<FunctionValue: <Function: runtime_checkable@82-83>>}
dbg: execute: <FunctionValue: <Function: runtime_checkable@82-83>> <ValuesArguments: [S{<ClassValue: <Class: Container@250-253>>}]>
warning: TypeError: 'object' expected at least 3 arguments, got 0
dbg: execute result: S{} in <FunctionValue: <Function: runtime_checkable@82-83>>
warning: not possible to resolve wrappers found <Class: Container@250-253>
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Container start_pos=(250, 6)>)] -> S{<ClassValue: <Class: Container@250-253>>}
dbg: infer_node <Name: _T_co@257,48>@(257, 48) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@257,48> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Container@250-253>>[S{<TypeVar: _T_co>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Protocol@250,16>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@250,25>, <Operator: ]>])])@(250, 16) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Protocol@250,16>@(250, 16) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Protocol@250,16> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)] -> S{ProxyTypingClassValue(Protocol)}
dbg: infer_node <Name: _T_co@250,25>@(250, 25) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@250,25> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Protocol<LazyG>[S{<TypeVar: _T_co>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Protocol@257,56>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@257,65>, <Operator: ]>])])@(257, 56) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Protocol@257,56>@(257, 56) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Protocol@257,56> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)] -> S{ProxyTypingClassValue(Protocol)}
dbg: infer_node <Name: _T_co@257,65>@(257, 65) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@257,65> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Protocol<LazyG>[S{<TypeVar: _T_co>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Generic@396,32>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@396,40>, <Operator: ,>, <Name: _VT_co@396,45>]), <Operator: ]>])])@(396, 32) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Generic@396,32>@(396, 32) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Generic@396,32> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)] -> S{ProxyTypingClassValue(Generic)}
dbg: infer_node <Name: _KT@396,40>@(396, 40) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _KT@396,40> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _KT = TypeVar('_KT')@43,0> (<Name: _KT@43,0>)
dbg: infer_expr_stmt result S{<TypeVar: _KT>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)] -> S{<TypeVar: _KT>}
dbg: infer_node <Name: _VT_co@396,45>@(396, 45) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _VT_co@396,45> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_VT_co start_pos=(48, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _VT_co = TypeVar('_VT_co', covariant=True)@48,0> (<Name: _VT_co@48,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@48,9>, PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_VT_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@48,27>, <Operator: =>, <Keyword: True>])]), <Operator: )>])])@(48, 9) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: TypeVar@48,9>@(48, 9) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: TypeVar@48,9> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_VT_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@48,27>, <Operator: =>, <Keyword: True>])]), <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: PythonNode(arglist, [<String: '_VT_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@48,27>, <Operator: =>, <Keyword: True>])])>
dbg: infer_node <String: '_VT_co'>@(48, 17) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: execute result: S{<TypeVar: _VT_co>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _VT_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_VT_co start_pos=(48, 0)>)] -> S{<TypeVar: _VT_co>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Generic<LazyG>[S{<TypeVar: _KT>}, S{<TypeVar: _VT_co>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Generic@412,40>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@412,48>, <Operator: ,>, <Name: _VT@412,53>]), <Operator: ]>])])@(412, 40) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Generic@412,40>@(412, 40) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Generic@412,40> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)] -> S{ProxyTypingClassValue(Generic)}
dbg: infer_node <Name: _KT@412,48>@(412, 48) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _KT@412,48> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _KT = TypeVar('_KT')@43,0> (<Name: _KT@43,0>)
dbg: infer_expr_stmt result S{<TypeVar: _KT>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_KT start_pos=(43, 0)>)] -> S{<TypeVar: _KT>}
dbg: infer_node <Name: _VT@412,53>@(412, 53) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _VT@412,53> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_VT start_pos=(44, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _VT = TypeVar('_VT')@44,0> (<Name: _VT@44,0>)
dbg: infer_expr_stmt result S{<TypeVar: _VT>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_VT start_pos=(44, 0)>)] -> S{<TypeVar: _VT>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Generic<LazyG>[S{<TypeVar: _KT>}, S{<TypeVar: _VT>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Generic@947,37>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@947,45>, <Operator: ,>, <Name: _VT@947,50>]), <Operator: ]>])])@(947, 37) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Generic@947,37>@(947, 37) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Generic@947,37> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Generic start_pos=(6, 90)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.4823298454284668
dbg: context.goto <Name: Generic@6,90> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Generic start_pos=(20, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Generic start_pos=(20, 0)>)] -> S{ProxyTypingClassValue(Generic)}
dbg: after import: S{ProxyTypingClassValue(Generic)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Generic start_pos=(6, 90)>] -> S{ProxyTypingClassValue(Generic)}
dbg: infer_node <Name: _KT@947,45>@(947, 45) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _KT@947,45> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_KT start_pos=(27, 0)>]
dbg: infer_expr_stmt <ExprStmt: _KT = TypeVar('_KT')@27,0> (<Name: _KT@27,0>)
dbg: infer_expr_stmt result S{<TypeVar: _KT>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_KT start_pos=(27, 0)>] -> S{<TypeVar: _KT>}
dbg: infer_node <Name: _VT@947,50>@(947, 50) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _VT@947,50> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_VT start_pos=(28, 0)>]
dbg: infer_expr_stmt <ExprStmt: _VT = TypeVar('_VT')@28,0> (<Name: _VT@28,0>)
dbg: infer_expr_stmt result S{<TypeVar: _VT>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_VT start_pos=(28, 0)>] -> S{<TypeVar: _VT>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Generic<LazyG>[S{<TypeVar: _KT>}, S{<TypeVar: _VT>}])}
dbg: context.goto '__init__' in (<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>): [<ClassName: string_name=__init__ start_pos=(955, 8)>]
dbg: decorator: <Decorator: @overload@954,4> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@955-956>>)}
dbg: infer_node <Name: overload@954,5>@(954, 5) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: overload@954,5> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.4872279167175293
dbg: context.goto <Name: overload@5,43> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=overload start_pos=(11, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=overload start_pos=(11, 0)>)] -> S{OverloadFunction(overload)}
dbg: after import: S{OverloadFunction(overload)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>] -> S{OverloadFunction(overload)}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: execute: OverloadFunction(overload) <ValuesArguments: [S{OverloadedFunctionValue(<MethodValue: <Function: __init__@955-956>>)}]>
dbg: execute result: S{OverloadedFunctionValue(<MethodValue: <Function: __init__@955-956>>)} in OverloadFunction(overload)
dbg: decorator end S{OverloadedFunctionValue(<MethodValue: <Function: __init__@955-956>>)}
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(955, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@955-956>>)}
dbg: Start: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: execute: <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]> <ValuesArguments: []>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>(<ValuesArguments: []>)>)} in <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>
dbg: End: Resolve lazy value wrapper
dbg: Overloading match: '__init__(self, **kwargs: _VT) -> None'@951 (<InstanceArguments: <ValuesArguments: []>>)
dbg: infer_node <Name: _VT@951,33>@(951, 33) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: _VT@951,33> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<_BoundTypeVarName _VT -> S{}>]
dbg: context.names_to_types: [<_BoundTypeVarName _VT -> S{}>] -> S{}
dbg: infer_node PythonNode(atom_expr, [<Name: Mapping@953,28>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@953,36>, <Operator: ,>, <Name: _VT@953,41>]), <Operator: ]>])])@(953, 28) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: infer_node <Name: Mapping@953,28>@(953, 28) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: Mapping@953,28> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<TreeNameDefinition: string_name=Mapping start_pos=(6, 31)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.49244165420532227
dbg: context.goto <Name: Mapping@6,31> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Mapping start_pos=(396, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Mapping start_pos=(396, 6)>)] -> S{<ClassValue: <Class: Mapping@396-411>>}
dbg: after import: S{<ClassValue: <Class: Mapping@396-411>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Mapping start_pos=(6, 31)>] -> S{<ClassValue: <Class: Mapping@396-411>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: infer_node <Name: _KT@953,36>@(953, 36) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: _KT@953,36> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<_BoundTypeVarName _KT -> S{}>]
dbg: context.names_to_types: [<_BoundTypeVarName _KT -> S{}>] -> S{}
dbg: infer_node <Name: _VT@953,41>@(953, 41) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: _VT@953,41> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<_BoundTypeVarName _VT -> S{}>]
dbg: context.names_to_types: [<_BoundTypeVarName _VT -> S{}>] -> S{}
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Mapping@396-411>>[S{}, S{}]>}
dbg: param compare False: S{} <=> S{<GenericClass: <ClassValue: <Class: Mapping@396-411>>[S{}, S{}]>}
dbg: Overloading no match: '__init__(self, map: Mapping[_KT, _VT], **kwargs: _VT) -> None'@953 (<InstanceArguments: <ValuesArguments: []>>)
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@955,33>, PythonNode(trailer, [<Operator: [>, PythonNode(atom_expr, [<Name: Tuple@955,42>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@955,48>, <Operator: ,>, <Name: _VT@955,53>]), <Operator: ]>])]), <Operator: ]>])])@(955, 33) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: infer_node <Name: Iterable@955,33>@(955, 33) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: Iterable@955,33> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node PythonNode(atom_expr, [<Name: Tuple@955,42>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: _KT@955,48>, <Operator: ,>, <Name: _VT@955,53>]), <Operator: ]>])])@(955, 42) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: infer_node <Name: Tuple@955,42>@(955, 42) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: Tuple@955,42> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<TreeNameDefinition: string_name=Tuple start_pos=(6, 56)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.4978008270263672
dbg: context.goto <Name: Tuple@6,56> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Tuple start_pos=(19, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Tuple start_pos=(19, 0)>)] -> S{ProxyTypingClassValue(Tuple)}
dbg: after import: S{ProxyTypingClassValue(Tuple)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Tuple start_pos=(6, 56)>] -> S{ProxyTypingClassValue(Tuple)}
dbg: infer_node <Name: _KT@955,48>@(955, 48) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: _KT@955,48> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<_BoundTypeVarName _KT -> S{}>]
dbg: context.names_to_types: [<_BoundTypeVarName _KT -> S{}>] -> S{}
dbg: infer_node <Name: _VT@955,53>@(955, 53) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: _VT@955,53> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<_BoundTypeVarName _VT -> S{}>]
dbg: context.names_to_types: [<_BoundTypeVarName _VT -> S{}>] -> S{}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Tuple<LazyG>[S{}, S{}])}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{TypingClassValueWithIndex(Tuple<LazyG>[S{}, S{}])}]>}
dbg: param compare False: S{} <=> S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{TypingClassValueWithIndex(Tuple<LazyG>[S{}, S{}])}]>}
dbg: Overloading no match: '__init__(self, iterable: Iterable[Tuple[_KT, _VT]], **kwargs: _VT) ->\nNone'@955 (<InstanceArguments: <ValuesArguments: []>>)
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: context.names_to_types: [<ClassName: string_name=figs start_pos=(27, 4)>] -> S{<TreeInstance of <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>(<ValuesArguments: []>)>}
dbg: iterate <TreeInstance of <GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>(<ValuesArguments: []>)>
dbg: execute: <BoundMethod: <MethodValue: <Function: __iter__@992-993>>> <ValuesArguments: []>
dbg: infer_node <Name: _KT@992,35>@(992, 35) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: _KT@992,35> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<_BoundTypeVarName _KT -> S{}>]
dbg: context.names_to_types: [<_BoundTypeVarName _KT -> S{}>] -> S{}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterator@992,26>, PythonNode(trailer, [<Operator: [>, <Name: _KT@992,35>, <Operator: ]>])])@(992, 26) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: infer_node <Name: Iterator@992,26>@(992, 26) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)
dbg: context.goto <Name: Iterator@992,26> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: dict@947-997>>[S{}, S{}]>)): [<TreeNameDefinition: string_name=Iterator start_pos=(5, 13)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.5102007389068604
dbg: context.goto <Name: Iterator@5,13> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Iterator start_pos=(148, 6)>)]
dbg: decorator: <Decorator: @runtime_checkable@147,0> S{<ClassValue: <Class: Iterator@148-152>>}
dbg: infer_node <Name: runtime_checkable@147,1>@(147, 1) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: runtime_checkable@147,1> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)] -> S{<FunctionValue: <Function: runtime_checkable@82-83>>}
dbg: execute: <FunctionValue: <Function: runtime_checkable@82-83>> <ValuesArguments: [S{<ClassValue: <Class: Iterator@148-152>>}]>
warning: TypeError: 'object' expected at least 3 arguments, got 0
dbg: execute result: S{} in <FunctionValue: <Function: runtime_checkable@82-83>>
warning: not possible to resolve wrappers found <Class: Iterator@148-152>
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Iterator start_pos=(148, 6)>)] -> S{<ClassValue: <Class: Iterator@148-152>>}
dbg: after import: S{<ClassValue: <Class: Iterator@148-152>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterator start_pos=(5, 13)>] -> S{<ClassValue: <Class: Iterator@148-152>>}
dbg: py__getitem__ result: S{<ClassValue: <Class: Iterator@148-152>>}
dbg: execute: <ClassValue: <Class: Iterator@148-152>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: Iterator@148-152>>(<ValuesArguments: []>)>} in <ClassValue: <Class: Iterator@148-152>>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: Iterator@148-152>>(<ValuesArguments: []>)>} in <BoundMethod: <MethodValue: <Function: __iter__@992-993>>>
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@148,15>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@148,24>, <Operator: ]>])])@(148, 15) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Iterable@148,15>@(148, 15) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Iterable@148,15> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Iterable start_pos=(143, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Iterable start_pos=(143, 6)>)] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node <Name: _T_co@148,24>@(148, 24) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@148,24> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T_co>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Protocol@148,32>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@148,41>, <Operator: ]>])])@(148, 32) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Protocol@148,32>@(148, 32) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Protocol@148,32> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)] -> S{ProxyTypingClassValue(Protocol)}
dbg: infer_node <Name: _T_co@148,41>@(148, 41) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@148,41> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Protocol<LazyG>[S{<TypeVar: _T_co>}])}
dbg: context.goto '__init__' in (<ClassValue: <Class: Iterator@148-152>>): [<ClassName: string_name=__init__ start_pos=(52, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(52, 8)>] -> S{<MethodValue: <Function: __init__@52-53>>}
dbg: Overloading match: '__init__(self) -> None'@52 (<InstanceArguments: <ValuesArguments: []>>)
dbg: decorator: <Decorator: @abstractmethod@149,4> S{<MethodValue: <Function: __next__@150-151>>}
dbg: infer_node <Name: abstractmethod@149,5>@(149, 5) in ClassContext(<ClassValue: <Class: Iterator@148-152>>)
dbg: context.goto <Name: abstractmethod@149,5> in (ClassContext(<ClassValue: <Class: Iterator@148-152>>)): [TypingModuleName(<TreeNameDefinition: string_name=abstractmethod start_pos=(4, 16)>)]
speed: import (<Name: abc@4,5>,) TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>) 0.5389885902404785
dbg: global search_module 'abc': <ModuleValue: abc@4-171 is_stub=False>
dbg: context.goto <Name: abstractmethod@4,16> in (<StubModuleValue: abc@1-20 is_stub=True>): [<StubName: string_name=abstractmethod start_pos=(11, 4)>]
dbg: context.names_to_types: [<StubName: string_name=abstractmethod start_pos=(11, 4)>] -> S{<FunctionValue: <Function: abstractmethod@11-12>>}
dbg: after import: S{<FunctionValue: <Function: abstractmethod@11-12>>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=abstractmethod start_pos=(4, 16)>)] -> S{<FunctionValue: <Function: abstractmethod@11-12>>}
dbg: builtin start <FunctionValue: <Function: abstractmethod@11-12>>
dbg: builtin end: S{<MethodValue: <Function: __next__@150-151>>}
dbg: decorator end S{<MethodValue: <Function: __next__@150-151>>}
dbg: execute: <BoundMethod: <MethodValue: <Function: __next__@150-151>>> <ValuesArguments: []>
dbg: infer_node <Name: _T_co@150,26>@(150, 26) in ClassContext(<ClassValue: <Class: Iterator@148-152>>)
dbg: context.goto <Name: _T_co@150,26> in (ClassContext(<ClassValue: <Class: Iterator@148-152>>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
warning: Tried to infer the TypeVar '_T_co' without a given type
warning: Tried to infer the TypeVar '_T_co' without a given type
dbg: execute result: S{} in <BoundMethod: <MethodValue: <Function: __next__@150-151>>>
dbg: infer_node PythonNode(atom, [<Operator: [>, <Name: _T@1403,39>, <Operator: ]>])@(1403, 38) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Any@1403,44>@(1403, 44) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Any@1403,44> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Any start_pos=(6, 69)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Any start_pos=(6, 69)>] -> S{Any(Any)}
dbg: infer_node <Name: bool@1404,24>@(1404, 24) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: bool@1404,24> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=bool start_pos=(831, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=bool start_pos=(831, 6)>] -> S{<ClassValue: <Class: bool@831-858>>}
warning: Tried to infer the TypeVar '_T' without a given type
dbg: execute: <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]> <ValuesArguments: []>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)} in <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)} in <FunctionValue: <Function: sorted@1402-1405>>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)} in <FunctionValue: <Function: get_fignums@619-622>>
dbg: infer_expr_stmt result S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=allnums start_pos=(504, 4)>] -> S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)}
dbg: infer_node <Name: inum@519,26>@(519, 26) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: inum@519,26> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=inum start_pos=(518, 12)>]
dbg: infer_expr_stmt <ExprStmt: inum = allLabels.index(figLabel)@518,12> (<Name: inum@518,12>)
dbg: infer_node PythonNode(atom_expr, [<Name: allLabels@518,19>, PythonNode(trailer, [<Operator: .>, <Name: index@518,29>]), PythonNode(trailer, [<Operator: (>, <Name: figLabel@518,35>, <Operator: )>])])@(518, 19) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: allLabels@518,19>@(518, 19) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: allLabels@518,19> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=allLabels start_pos=(511, 8)>]
dbg: infer_expr_stmt <ExprStmt: allLabels = get_figlabels()@511,8> (<Name: allLabels@511,8>)
dbg: infer_node PythonNode(atom_expr, [<Name: get_figlabels@511,20>, PythonNode(trailer, [<Operator: (>, <Operator: )>])])@(511, 20) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: get_figlabels@511,20>@(511, 20) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: get_figlabels@511,20> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=get_figlabels start_pos=(624, 4)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=get_figlabels start_pos=(624, 4)>] -> S{<FunctionValue: <Function: get_figlabels@624-629>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Operator: )>]) in S{<FunctionValue: <Function: get_figlabels@624-629>>}
dbg: execute: <FunctionValue: <Function: get_figlabels@624-629>> <TreeArguments: None>
dbg: infer_node PythonNode(atom, [<Operator: [>, PythonNode(testlist_comp, [PythonNode(atom_expr, [<Name: m@628,12>, PythonNode(trailer, [<Operator: .>, <Name: canvas@628,14>]), PythonNode(trailer, [<Operator: .>, <Name: figure@628,21>]), PythonNode(trailer, [<Operator: .>, <Name: get_label@628,28>]), PythonNode(trailer, [<Operator: (>, <Operator: )>])]), <SyncCompFor: for m in figManagers@628,40>]), <Operator: ]>])@(628, 11) in FunctionExecutionContext(<FunctionValue: <Function: get_figlabels@624-629>>)
dbg: execute result: S{<ListComprehension of <SyncCompFor: for m in figManagers@628,40>>} in <FunctionValue: <Function: get_figlabels@624-629>>
dbg: infer_expr_stmt result S{<ListComprehension of <SyncCompFor: for m in figManagers@628,40>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=allLabels start_pos=(511, 8)>] -> S{<ListComprehension of <SyncCompFor: for m in figManagers@628,40>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: index@518,29>]) in S{<ListComprehension of <SyncCompFor: for m in figManagers@628,40>>}
dbg: Start: Resolve lazy value wrapper
dbg: iterate <ListComprehension of <SyncCompFor: for m in figManagers@628,40>>
dbg: infer_node <Name: figManagers@628,49>@(628, 49) in FunctionExecutionContext(<FunctionValue: <Function: get_figlabels@624-629>>)
dbg: context.goto <Name: figManagers@628,49> in (FunctionExecutionContext(<FunctionValue: <Function: get_figlabels@624-629>>)): [<TreeNameDefinition: string_name=figManagers start_pos=(626, 4)>]
dbg: infer_expr_stmt <ExprStmt: figManagers = _pylab_helpers.Gcf.get_all_fig_managers()@626,4> (<Name: figManagers@626,4>)
dbg: infer_node PythonNode(atom_expr, [<Name: _pylab_helpers@626,18>, PythonNode(trailer, [<Operator: .>, <Name: Gcf@626,33>]), PythonNode(trailer, [<Operator: .>, <Name: get_all_fig_managers@626,37>]), PythonNode(trailer, [<Operator: (>, <Operator: )>])])@(626, 18) in FunctionExecutionContext(<FunctionValue: <Function: get_figlabels@624-629>>)
dbg: infer_node <Name: _pylab_helpers@626,18>@(626, 18) in FunctionExecutionContext(<FunctionValue: <Function: get_figlabels@624-629>>)
dbg: context.goto <Name: _pylab_helpers@626,18> in (FunctionExecutionContext(<FunctionValue: <Function: get_figlabels@624-629>>)): [<TreeNameDefinition: string_name=_pylab_helpers start_pos=(35, 23)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_pylab_helpers start_pos=(35, 23)>] -> S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: Gcf@626,33>]) in S{<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>}
dbg: context.goto <Name: Gcf@626,33> in (<ModuleValue: matplotlib._pylab_helpers@1-130 is_stub=False>): [<TreeNameDefinition: string_name=Gcf start_pos=(9, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Gcf start_pos=(9, 6)>] -> S{<ClassValue: <Class: Gcf@9-128>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: get_all_fig_managers@626,37>]) in S{<ClassValue: <Class: Gcf@9-128>>}
dbg: context.goto <Name: get_all_fig_managers@626,37> in (<ClassValue: <Class: Gcf@9-128>>): [<ClassName: string_name=get_all_fig_managers start_pos=(86, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=get_all_fig_managers start_pos=(86, 8)>] -> S{<MethodValue: <Function: get_all_fig_managers@86-91>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Operator: )>]) in S{<MethodValue: <Function: get_all_fig_managers@86-91>>}
dbg: execute: <MethodValue: <Function: get_all_fig_managers@86-91>> <TreeArguments: None>
dbg: infer_node PythonNode(atom_expr, [<Name: list@90,15>, PythonNode(trailer, [<Operator: (>, PythonNode(atom_expr, [<Name: cls@90,20>, PythonNode(trailer, [<Operator: .>, <Name: figs@90,24>]), PythonNode(trailer, [<Operator: .>, <Name: values@90,29>]), PythonNode(trailer, [<Operator: (>, <Operator: )>])]), <Operator: )>])])@(90, 15) in FunctionExecutionContext(<MethodValue: <Function: get_all_fig_managers@86-91>>)
dbg: infer_node <Name: list@90,15>@(90, 15) in FunctionExecutionContext(<MethodValue: <Function: get_all_fig_managers@86-91>>)
dbg: context.goto <Name: list@90,15> in (FunctionExecutionContext(<MethodValue: <Function: get_all_fig_managers@86-91>>)): [<StubName: string_name=list start_pos=(896, 6)>]
dbg: context.names_to_types: [<StubName: string_name=list start_pos=(896, 6)>] -> S{<ClassValue: <Class: list@896-946>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(atom_expr, [<Name: cls@90,20>, PythonNode(trailer, [<Operator: .>, <Name: figs@90,24>]), PythonNode(trailer, [<Operator: .>, <Name: values@90,29>]), PythonNode(trailer, [<Operator: (>, <Operator: )>])]), <Operator: )>]) in S{<ClassValue: <Class: list@896-946>>}
dbg: execute: <ClassValue: <Class: list@896-946>> <TreeArguments: PythonNode(atom_expr, [<Name: cls@90,20>, PythonNode(trailer, [<Operator: .>, <Name: figs@90,24>]), PythonNode(trailer, [<Operator: .>, <Name: values@90,29>]), PythonNode(trailer, [<Operator: (>, <Operator: )>])])>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: list@896-946>>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5471d0>}]>)>} in <ClassValue: <Class: list@896-946>>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: list@896-946>>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5471d0>}]>)>} in <MethodValue: <Function: get_all_fig_managers@86-91>>
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: list@896-946>>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5471d0>}]>)>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=figManagers start_pos=(626, 4)>] -> S{<TreeInstance of <ClassValue: <Class: list@896-946>>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5471d0>}]>)>}
dbg: iterate <TreeInstance of <ClassValue: <Class: list@896-946>>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5471d0>}]>)>
dbg: infer_node PythonNode(atom_expr, [<Name: MutableSequence@896,11>, PythonNode(trailer, [<Operator: [>, <Name: _T@896,27>, <Operator: ]>])])@(896, 11) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: MutableSequence@896,11>@(896, 11) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: MutableSequence@896,11> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=MutableSequence start_pos=(6, 14)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.5714108943939209
dbg: context.goto <Name: MutableSequence@6,14> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=MutableSequence start_pos=(284, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=MutableSequence start_pos=(284, 6)>)] -> S{<ClassValue: <Class: MutableSequence@284-313>>}
dbg: after import: S{<ClassValue: <Class: MutableSequence@284-313>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=MutableSequence start_pos=(6, 14)>] -> S{<ClassValue: <Class: MutableSequence@284-313>>}
dbg: infer_node <Name: _T@896,27>@(896, 27) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T@896,27> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: MutableSequence@284-313>>[S{<TypeVar: _T>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Sequence@284,22>, PythonNode(trailer, [<Operator: [>, <Name: _T@284,31>, <Operator: ]>])])@(284, 22) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Sequence@284,22>@(284, 22) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Sequence@284,22> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Sequence start_pos=(270, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Sequence start_pos=(270, 6)>)] -> S{<ClassValue: <Class: Sequence@270-283>>}
dbg: infer_node <Name: _T@284,31>@(284, 31) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T@284,31> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T start_pos=(41, 0)>)]
dbg: infer_expr_stmt <ExprStmt: # These type variables are used by the container types. _T = TypeVar('_T')@41,0> (<Name: _T@41,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@41,5>, PythonNode(trailer, [<Operator: (>, <String: '_T'>, <Operator: )>])])@(41, 5) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: TypeVar@41,5>@(41, 5) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: TypeVar@41,5> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=TypeVar start_pos=(13, 0)>)] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <String: '_T'>, <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: <String: '_T'>>
dbg: infer_node <String: '_T'>@(41, 13) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: execute result: S{<TypeVar: _T>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T start_pos=(41, 0)>)] -> S{<TypeVar: _T>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Sequence@270-283>>[S{<TypeVar: _T>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: _Collection@270,15>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@270,27>, <Operator: ]>])])@(270, 15) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: _Collection@270,15>@(270, 15) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _Collection@270,15> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_Collection start_pos=(262, 4)>)]
dbg: infer_expr_stmt <ExprStmt: _Collection = Collection@262,4> (<Name: _Collection@262,4>)
dbg: infer_expr_stmt result S{<ClassValue: <Class: Collection@257-261>>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_Collection start_pos=(262, 4)>)] -> S{<ClassValue: <Class: Collection@257-261>>}
dbg: infer_node <Name: _T_co@270,27>@(270, 27) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@270,27> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Collection@257-261>>[S{<TypeVar: _T_co>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Reversible@270,35>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@270,46>, <Operator: ]>])])@(270, 35) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Reversible@270,35>@(270, 35) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Reversible@270,35> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Reversible start_pos=(125, 6)>)]
dbg: decorator: <Decorator: @runtime_checkable@124,0> S{<ClassValue: <Class: Reversible@125-128>>}
dbg: infer_node <Name: runtime_checkable@124,1>@(124, 1) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: runtime_checkable@124,1> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)] -> S{<FunctionValue: <Function: runtime_checkable@82-83>>}
dbg: execute: <FunctionValue: <Function: runtime_checkable@82-83>> <ValuesArguments: [S{<ClassValue: <Class: Reversible@125-128>>}]>
warning: TypeError: 'object' expected at least 3 arguments, got 0
dbg: execute result: S{} in <FunctionValue: <Function: runtime_checkable@82-83>>
warning: not possible to resolve wrappers found <Class: Reversible@125-128>
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Reversible start_pos=(125, 6)>)] -> S{<ClassValue: <Class: Reversible@125-128>>}
dbg: infer_node <Name: _T_co@270,46>@(270, 46) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@270,46> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Reversible@125-128>>[S{<TypeVar: _T_co>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Protocol@125,17>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@125,26>, <Operator: ]>])])@(125, 17) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Protocol@125,17>@(125, 17) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Protocol@125,17> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Protocol start_pos=(21, 0)>)] -> S{ProxyTypingClassValue(Protocol)}
dbg: infer_node <Name: _T_co@125,26>@(125, 26) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@125,26> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Protocol<LazyG>[S{<TypeVar: _T_co>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Generic@270,54>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@270,62>, <Operator: ]>])])@(270, 54) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Generic@270,54>@(270, 54) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Generic@270,54> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)] -> S{ProxyTypingClassValue(Generic)}
dbg: infer_node <Name: _T_co@270,62>@(270, 62) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T_co@270,62> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@45,0> (<Name: _T_co@45,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T_co start_pos=(45, 0)>)] -> S{<TypeVar: _T_co>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Generic<LazyG>[S{<TypeVar: _T_co>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Generic@284,36>, PythonNode(trailer, [<Operator: [>, <Name: _T@284,44>, <Operator: ]>])])@(284, 36) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: infer_node <Name: Generic@284,36>@(284, 36) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: Generic@284,36> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=Generic start_pos=(20, 0)>)] -> S{ProxyTypingClassValue(Generic)}
dbg: infer_node <Name: _T@284,44>@(284, 44) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: _T@284,44> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=_T start_pos=(41, 0)>)]
dbg: infer_expr_stmt <ExprStmt: # These type variables are used by the container types. _T = TypeVar('_T')@41,0> (<Name: _T@41,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=_T start_pos=(41, 0)>)] -> S{<TypeVar: _T>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Generic<LazyG>[S{<TypeVar: _T>}])}
dbg: infer_node PythonNode(atom_expr, [<Name: Generic@896,32>, PythonNode(trailer, [<Operator: [>, <Name: _T@896,40>, <Operator: ]>])])@(896, 32) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Generic@896,32>@(896, 32) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Generic@896,32> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Generic start_pos=(6, 90)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Generic start_pos=(6, 90)>] -> S{ProxyTypingClassValue(Generic)}
dbg: infer_node <Name: _T@896,40>@(896, 40) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T@896,40> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Generic<LazyG>[S{<TypeVar: _T>}])}
dbg: context.goto '__init__' in (<ClassValue: <Class: list@896-946>>): [<ClassName: string_name=__init__ start_pos=(900, 8)>]
dbg: decorator: <Decorator: @overload@899,4> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
dbg: infer_node <Name: overload@899,5>@(899, 5) in ClassContext(<ClassValue: <Class: list@896-946>>)
dbg: context.goto <Name: overload@899,5> in (ClassContext(<ClassValue: <Class: list@896-946>>)): [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>] -> S{OverloadFunction(overload)}
dbg: execute: OverloadFunction(overload) <ValuesArguments: [S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}]>
dbg: execute result: S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)} in OverloadFunction(overload)
dbg: decorator end S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(900, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
warning: non-public warning: 'TypeError: <Name: __init__@898,8>() takes exactly 1 arguments (2 given).'
dbg: context.goto 'tuple' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=tuple start_pos=(870, 6)>]
dbg: context.names_to_types: [<StubName: string_name=tuple start_pos=(870, 6)>] -> S{<ClassValue: <Class: tuple@870-895>>}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@900,33>, PythonNode(trailer, [<Operator: [>, <Name: _T@900,42>, <Operator: ]>])])@(900, 33) in ClassContext(<ClassValue: <Class: list@896-946>>)
dbg: infer_node <Name: Iterable@900,33>@(900, 33) in ClassContext(<ClassValue: <Class: list@896-946>>)
dbg: context.goto <Name: Iterable@900,33> in (ClassContext(<ClassValue: <Class: list@896-946>>)): [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node <Name: _T@900,42>@(900, 42) in ClassContext(<ClassValue: <Class: list@896-946>>)
dbg: context.goto <Name: _T@900,42> in (ClassContext(<ClassValue: <Class: list@896-946>>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T>}]>}
dbg: infer_node PythonNode(atom_expr, [<Name: Sequence@870,12>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@870,21>, <Operator: ]>])])@(870, 12) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Sequence@870,12>@(870, 12) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Sequence@870,12> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Sequence start_pos=(6, 4)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.6225278377532959
dbg: context.goto <Name: Sequence@6,4> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Sequence start_pos=(270, 6)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Sequence start_pos=(270, 6)>)] -> S{<ClassValue: <Class: Sequence@270-283>>}
dbg: after import: S{<ClassValue: <Class: Sequence@270-283>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Sequence start_pos=(6, 4)>] -> S{<ClassValue: <Class: Sequence@270-283>>}
dbg: infer_node <Name: _T_co@870,21>@(870, 21) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T_co@870,21> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T_co start_pos=(26, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@26,0> (<Name: _T_co@26,0>)
dbg: infer_node PythonNode(atom_expr, [<Name: TypeVar@26,8>, PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_T_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@26,25>, <Operator: =>, <Keyword: True>])]), <Operator: )>])])@(26, 8) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: TypeVar@26,8>@(26, 8) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: TypeVar@26,8> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=TypeVar start_pos=(5, 4)>] -> S{TypeVarClass(TypeVar)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<String: '_T_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@26,25>, <Operator: =>, <Keyword: True>])]), <Operator: )>]) in S{TypeVarClass(TypeVar)}
dbg: execute: TypeVarClass(TypeVar) <TreeArguments: PythonNode(arglist, [<String: '_T_co'>, <Operator: ,>, PythonNode(argument, [<Name: covariant@26,25>, <Operator: =>, <Keyword: True>])])>
dbg: infer_node <String: '_T_co'>@(26, 16) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: execute result: S{<TypeVar: _T_co>} in TypeVarClass(TypeVar)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T_co start_pos=(26, 0)>] -> S{<TypeVar: _T_co>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Sequence@270-283>>[S{<TypeVar: _T_co>}]>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: param compare True: S{<ClassValue: <Class: tuple@870-895>>} <=> S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T>}]>}
dbg: Overloading match: '__init__(self, iterable: Iterable[_T]) -> None'@900 (<InstanceArguments: <ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5471d0>}]>>)
dbg: infer_node PythonNode(atom_expr, [<Name: cls@90,20>, PythonNode(trailer, [<Operator: .>, <Name: figs@90,24>]), PythonNode(trailer, [<Operator: .>, <Name: values@90,29>]), PythonNode(trailer, [<Operator: (>, <Operator: )>])])@(90, 20) in FunctionExecutionContext(<MethodValue: <Function: get_all_fig_managers@86-91>>)
dbg: infer_node <Name: cls@90,20>@(90, 20) in FunctionExecutionContext(<MethodValue: <Function: get_all_fig_managers@86-91>>)
dbg: context.goto <Name: cls@90,20> in (FunctionExecutionContext(<MethodValue: <Function: get_all_fig_managers@86-91>>)): [<ParamName: string_name=cls start_pos=(86, 29)>]
dbg: Found param types for docstring: S{}
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/pyplot.py:626:57: E5 TypeError: <Name: get_all_fig_managers@86,8>() takes exactly 1 arguments (0 given).
dbg: context.names_to_types: [<ParamName: string_name=cls start_pos=(86, 29)>] -> S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: figs@90,24>]) in S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: values@90,29>]) in S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Operator: )>]) in S{}
dbg: Dynamic array search for <TreeInstance of <ClassValue: <Class: list@896-946>>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5471d0>}]>)>
dbg: Dynamic array result set()
dbg: execute: <BoundMethod: <MethodValue: <Function: __iter__@918-919>>> <ValuesArguments: []>
dbg: infer_node <Name: _T@918,35>@(918, 35) in ClassContext(<ClassValue: <Class: list@896-946>>)
dbg: context.goto <Name: _T@918,35> in (ClassContext(<ClassValue: <Class: list@896-946>>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterator@918,26>, PythonNode(trailer, [<Operator: [>, <Name: _T@918,35>, <Operator: ]>])])@(918, 26) in ClassContext(<ClassValue: <Class: list@896-946>>)
dbg: infer_node <Name: Iterator@918,26>@(918, 26) in ClassContext(<ClassValue: <Class: list@896-946>>)
dbg: context.goto <Name: Iterator@918,26> in (ClassContext(<ClassValue: <Class: list@896-946>>)): [<TreeNameDefinition: string_name=Iterator start_pos=(5, 13)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterator start_pos=(5, 13)>] -> S{<ClassValue: <Class: Iterator@148-152>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>}
warning: Tried to infer the TypeVar '_T' without a given type
dbg: execute: <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]> <ValuesArguments: []>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>(<ValuesArguments: []>)>)} in <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>(<ValuesArguments: []>)>)} in <BoundMethod: <MethodValue: <Function: __iter__@918-919>>>
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto '__init__' in (<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>): [<ClassName: string_name=__init__ start_pos=(52, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(52, 8)>] -> S{<MethodValue: <Function: __init__@52-53>>}
dbg: Overloading match: '__init__(self) -> None'@52 (<InstanceArguments: <ValuesArguments: []>>)
dbg: decorator: <Decorator: @abstractmethod@149,4> S{<MethodValue: <Function: __next__@150-151>>}
dbg: infer_node <Name: abstractmethod@149,5>@(149, 5) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: abstractmethod@149,5> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)): [TypingModuleName(<TreeNameDefinition: string_name=abstractmethod start_pos=(4, 16)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=abstractmethod start_pos=(4, 16)>)] -> S{<FunctionValue: <Function: abstractmethod@11-12>>}
dbg: builtin start <FunctionValue: <Function: abstractmethod@11-12>>
dbg: builtin end: S{<MethodValue: <Function: __next__@150-151>>}
dbg: decorator end S{<MethodValue: <Function: __next__@150-151>>}
dbg: execute: <BoundMethod: <MethodValue: <Function: __next__@150-151>>> <ValuesArguments: []>
dbg: infer_node <Name: _T_co@150,26>@(150, 26) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: _T_co@150,26> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)): [<_BoundTypeVarName _T_co -> S{<TypeVar: _T>}>]
dbg: context.names_to_types: [<_BoundTypeVarName _T_co -> S{<TypeVar: _T>}>] -> S{<TypeVar: _T>}
warning: Tried to infer the TypeVar '_T' without a given type
warning: Tried to infer the TypeVar '_T' without a given type
dbg: execute result: S{} in <BoundMethod: <MethodValue: <Function: __next__@150-151>>>
dbg: infer_node PythonNode(atom_expr, [<Name: m@628,12>, PythonNode(trailer, [<Operator: .>, <Name: canvas@628,14>]), PythonNode(trailer, [<Operator: .>, <Name: figure@628,21>]), PythonNode(trailer, [<Operator: .>, <Name: get_label@628,28>]), PythonNode(trailer, [<Operator: (>, <Operator: )>])])@(628, 12) in CompForContext(<SyncCompFor: for m in figManagers@628,40>)
dbg: infer_node <Name: m@628,12>@(628, 12) in CompForContext(<SyncCompFor: for m in figManagers@628,40>)
dbg: context.goto <Name: m@628,12> in (CompForContext(<SyncCompFor: for m in figManagers@628,40>)): [<TreeNameDefinition: string_name=m start_pos=(628, 44)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=m start_pos=(628, 44)>] -> S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: canvas@628,14>]) in S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: figure@628,21>]) in S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: get_label@628,28>]) in S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Operator: )>]) in S{}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: execute: <GenericClass: <ClassValue: <Class: list@896-946>>[S{}]> <ValuesArguments: []>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11aaa3da0>}]>)>)} in <GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>
dbg: End: Resolve lazy value wrapper
dbg: context.goto '__init__' in (<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>): [<ClassName: string_name=__init__ start_pos=(900, 8)>]
dbg: decorator: <Decorator: @overload@899,4> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
dbg: infer_node <Name: overload@899,5>@(899, 5) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)
dbg: context.goto <Name: overload@899,5> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)): [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>] -> S{OverloadFunction(overload)}
dbg: execute: OverloadFunction(overload) <ValuesArguments: [S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}]>
dbg: execute result: S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)} in OverloadFunction(overload)
dbg: decorator end S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(900, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
warning: non-public warning: 'TypeError: <Name: __init__@898,8>() takes exactly 1 arguments (2 given).'
dbg: context.goto 'tuple' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=tuple start_pos=(870, 6)>]
dbg: context.names_to_types: [<StubName: string_name=tuple start_pos=(870, 6)>] -> S{<ClassValue: <Class: tuple@870-895>>}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@900,33>, PythonNode(trailer, [<Operator: [>, <Name: _T@900,42>, <Operator: ]>])])@(900, 33) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)
dbg: infer_node <Name: Iterable@900,33>@(900, 33) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)
dbg: context.goto <Name: Iterable@900,33> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)): [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node <Name: _T@900,42>@(900, 42) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)
dbg: context.goto <Name: _T@900,42> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)): [<_BoundTypeVarName _T -> S{}>]
dbg: context.names_to_types: [<_BoundTypeVarName _T -> S{}>] -> S{}
dbg: py__getitem__ result: S{<ClassValue: <Class: Iterable@143-146>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: infer_node PythonNode(atom_expr, [<Name: Generic@870,29>, PythonNode(trailer, [<Operator: [>, <Name: _T_co@870,37>, <Operator: ]>])])@(870, 29) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Generic@870,29>@(870, 29) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Generic@870,29> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Generic start_pos=(6, 90)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Generic start_pos=(6, 90)>] -> S{ProxyTypingClassValue(Generic)}
dbg: infer_node <Name: _T_co@870,37>@(870, 37) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T_co@870,37> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T_co start_pos=(26, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T_co = TypeVar('_T_co', covariant=True)@26,0> (<Name: _T_co@26,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T_co>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T_co start_pos=(26, 0)>] -> S{<TypeVar: _T_co>}
dbg: py__getitem__ result: S{TypingClassValueWithIndex(Generic<LazyG>[S{<TypeVar: _T_co>}])}
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: param compare False: S{<ClassValue: <Class: tuple@870-895>>} <=> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: Overloading no match: '__init__(self, iterable: Iterable[_T]) -> None'@900 (<InstanceArguments: <ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11aaa3da0>}]>>)
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto 'object' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=object start_pos=(40, 6)>]
dbg: context.names_to_types: [<StubName: string_name=object start_pos=(40, 6)>] -> S{<ClassValue: <Class: object@40-70>>}
dbg: context.goto <Name: index@518,29> in (<ListComprehension of <SyncCompFor: for m in figManagers@628,40>>): [LazyInstanceClassName(<ClassName: string_name=index start_pos=(907, 8)>)]
dbg: context.names_to_types: [LazyInstanceClassName(<ClassName: string_name=index start_pos=(907, 8)>)] -> S{<BoundMethod: <MethodValue: <Function: index@907-908>>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Name: figLabel@518,35>, <Operator: )>]) in S{<BoundMethod: <MethodValue: <Function: index@907-908>>>}
dbg: execute: <BoundMethod: <MethodValue: <Function: index@907-908>>> <TreeArguments: <Name: figLabel@518,35>>
dbg: infer_node <Name: int@907,70>@(907, 70) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)
dbg: context.goto <Name: int@907,70> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{}]>)): [<TreeNameDefinition: string_name=int start_pos=(138, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=int start_pos=(138, 6)>] -> S{<ClassValue: <Class: int@138-220>>}
dbg: execute: <ClassValue: <Class: int@138-220>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>} in <ClassValue: <Class: int@138-220>>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>} in <BoundMethod: <MethodValue: <Function: index@907-908>>>
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=inum start_pos=(518, 12)>] -> S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>}
dbg: context.goto '__init__' in (<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>): [<ClassName: string_name=__init__ start_pos=(900, 8)>]
dbg: decorator: <Decorator: @overload@899,4> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
dbg: infer_node <Name: overload@899,5>@(899, 5) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: overload@899,5> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>] -> S{OverloadFunction(overload)}
dbg: execute: OverloadFunction(overload) <ValuesArguments: [S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}]>
dbg: execute result: S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)} in OverloadFunction(overload)
dbg: decorator end S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(900, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@900-901>>)}
warning: non-public warning: 'TypeError: <Name: __init__@898,8>() takes exactly 1 arguments (2 given).'
dbg: context.goto 'tuple' in (<StubModuleValue: builtins@4-1651 is_stub=True>): [<StubName: string_name=tuple start_pos=(870, 6)>]
dbg: context.names_to_types: [<StubName: string_name=tuple start_pos=(870, 6)>] -> S{<ClassValue: <Class: tuple@870-895>>}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@900,33>, PythonNode(trailer, [<Operator: [>, <Name: _T@900,42>, <Operator: ]>])])@(900, 33) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: infer_node <Name: Iterable@900,33>@(900, 33) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: Iterable@900,33> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node <Name: _T@900,42>@(900, 42) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: _T@900,42> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<_BoundTypeVarName _T -> S{<TypeVar: _T>}>]
dbg: context.names_to_types: [<_BoundTypeVarName _T -> S{<TypeVar: _T>}>] -> S{<TypeVar: _T>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T>}]>}
dbg: param compare True: S{<ClassValue: <Class: tuple@870-895>>} <=> S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T>}]>}
dbg: Overloading match: '__init__(self, iterable: Iterable[_T]) -> None'@900 (<InstanceArguments: <ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>>)
dbg: decorator: <Decorator: @overload@923,4> S{OverloadedFunctionValue(<MethodValue: <Function: __getitem__@924-925>>)}
dbg: infer_node <Name: overload@923,5>@(923, 5) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: overload@923,5> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>] -> S{OverloadFunction(overload)}
dbg: execute: OverloadFunction(overload) <ValuesArguments: [S{OverloadedFunctionValue(<MethodValue: <Function: __getitem__@924-925>>)}]>
dbg: execute result: S{OverloadedFunctionValue(<MethodValue: <Function: __getitem__@924-925>>)} in OverloadFunction(overload)
dbg: decorator end S{OverloadedFunctionValue(<MethodValue: <Function: __getitem__@924-925>>)}
dbg: execute: <BoundMethod: OverloadedFunctionValue(<MethodValue: <Function: __getitem__@924-925>>)> <ValuesArguments: [S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>}]>
dbg: Execute overloaded function <MethodValue: <Function: __getitem__@924-925>>
dbg: infer_node <Name: int@922,29>@(922, 29) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: int@922,29> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<TreeNameDefinition: string_name=int start_pos=(138, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=int start_pos=(138, 6)>] -> S{<ClassValue: <Class: int@138-220>>}
dbg: param compare True: S{<ClassValue: <Class: int@138-220>>} <=> S{<ClassValue: <Class: int@138-220>>}
dbg: Overloading match: '__getitem__(self, i: int) -> _T'@922 (<InstanceArguments: <ValuesArguments: [S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>}]>>)
dbg: infer_node <Name: _T@922,37>@(922, 37) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: _T@922,37> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<_BoundTypeVarName _T -> S{<TypeVar: _T>}>]
dbg: context.names_to_types: [<_BoundTypeVarName _T -> S{<TypeVar: _T>}>] -> S{<TypeVar: _T>}
warning: Tried to infer the TypeVar '_T' without a given type
warning: Tried to infer the TypeVar '_T' without a given type
dbg: execute result: S{} in <BoundMethod: OverloadedFunctionValue(<MethodValue: <Function: __getitem__@924-925>>)>
dbg: py__getitem__ result: S{}
dbg: infer_expr_stmt result S{}
dbg: infer_expr_stmt <ExprStmt: num = next_num@516,12> (<Name: num@516,12>)
dbg: infer_node <Name: next_num@516,18>@(516, 18) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: next_num@516,18> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=next_num start_pos=(505, 4)>]
dbg: infer_expr_stmt <ExprStmt: next_num = max(allnums) + 1 if allnums else 1@505,4> (<Name: next_num@505,4>)
dbg: infer_node PythonNode(test, [PythonNode(arith_expr, [PythonNode(atom_expr, [<Name: max@505,15>, PythonNode(trailer, [<Operator: (>, <Name: allnums@505,19>, <Operator: )>])]), <Operator: +>, <Number: 1>]), <Keyword: if>, <Name: allnums@505,35>, <Keyword: else>, <Number: 1>])@(505, 15) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node PythonNode(arith_expr, [PythonNode(atom_expr, [<Name: max@505,15>, PythonNode(trailer, [<Operator: (>, <Name: allnums@505,19>, <Operator: )>])]), <Operator: +>, <Number: 1>])@(505, 15) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node PythonNode(atom_expr, [<Name: max@505,15>, PythonNode(trailer, [<Operator: (>, <Name: allnums@505,19>, <Operator: )>])])@(505, 15) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node <Name: max@505,15>@(505, 15) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_node PythonNode(comparison, [PythonNode(atom_expr, [<Name: sys@1301,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@1301,7>])]), <Operator: >=>, PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>]), <Operator: )>])])@(1301, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node PythonNode(atom_expr, [<Name: sys@1301,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@1301,7>])])@(1301, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: sys@1301,3>@(1301, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: sys@1301,3> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=sys start_pos=(15, 7)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=sys start_pos=(15, 7)>] -> S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: version_info@1301,7>]) in S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: context.goto <Name: version_info@1301,7> in (<StubModuleValue: sys@6-214 is_stub=True>): [<StubName: string_name=version_info start_pos=(128, 0)>]
dbg: execute: <ClassValue: <Class: _version_info@122-128>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>} in <ClassValue: <Class: _version_info@122-128>>
dbg: context.names_to_types: [<StubName: string_name=version_info start_pos=(128, 0)>] -> S{VersionInfo(<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>)}
dbg: infer_node PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>]), <Operator: )>])@(1301, 23) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_or_test types S{<CompiledValue: True>}
dbg: context.goto <Name: max@505,15> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<StubName: string_name=max start_pos=(1307, 8)>]
dbg: decorator: <Decorator: @overload@1306,4> S{OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>)}
dbg: infer_node <Name: overload@1306,5>@(1306, 5) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: overload@1306,5> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>] -> S{OverloadFunction(overload)}
dbg: execute: OverloadFunction(overload) <ValuesArguments: [S{OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>)}]>
dbg: execute result: S{OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>)} in OverloadFunction(overload)
dbg: decorator end S{OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>)}
dbg: context.names_to_types: [<StubName: string_name=max start_pos=(1307, 8)>] -> S{OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>)}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, <Name: allnums@505,19>, <Operator: )>]) in S{OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>)}
dbg: execute: OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>) <TreeArguments: <Name: allnums@505,19>>
dbg: Execute overloaded function <FunctionValue: <Function: max@1307-1308>>
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/pyplot.py:505:19: E5 TypeError: <Name: max@1303,8>() takes from 2 to 4 arguments (1 given).
dbg: infer_node <Name: allnums@505,19>@(505, 19) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: allnums@505,19> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=allnums start_pos=(504, 4)>]
dbg: infer_expr_stmt <ExprStmt: allnums = get_fignums()@504,4> (<Name: allnums@504,4>)
dbg: infer_expr_stmt result S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=allnums start_pos=(504, 4)>] -> S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterable@1305,24>, PythonNode(trailer, [<Operator: [>, <Name: _T@1305,33>, <Operator: ]>])])@(1305, 24) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Iterable@1305,24>@(1305, 24) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Iterable@1305,24> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterable start_pos=(5, 23)>] -> S{<ClassValue: <Class: Iterable@143-146>>}
dbg: infer_node <Name: _T@1305,33>@(1305, 33) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T@1305,33> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T>}]>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: param compare True: S{<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>} <=> S{<GenericClass: <ClassValue: <Class: Iterable@143-146>>[S{<TypeVar: _T>}]>}
dbg: Overloading match: 'max(__iterable: Iterable[_T], key: Callable[[_T], Any] = ...) -> _T'@1305 (<TreeArguments: <Name: allnums@505,19>>)
dbg: infer_node <Name: _T@1305,76>@(1305, 76) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: _T@1305,76> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>]
dbg: infer_expr_stmt <ExprStmt: _T = TypeVar('_T')@25,0> (<Name: _T@25,0>)
dbg: infer_expr_stmt result S{<TypeVar: _T>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_T start_pos=(25, 0)>] -> S{<TypeVar: _T>}
dbg: iterate _GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>(<ValuesArguments: [S{<jedi.inference.value.dynamic_arrays._DynamicArrayAdditions object at 0x11a5773c8>}]>)>)
dbg: execute: <BoundMethod: <MethodValue: <Function: __iter__@918-919>>> <ValuesArguments: []>
dbg: infer_node <Name: _T@918,35>@(918, 35) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: _T@918,35> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<_BoundTypeVarName _T -> S{<TypeVar: _T>}>]
dbg: context.names_to_types: [<_BoundTypeVarName _T -> S{<TypeVar: _T>}>] -> S{<TypeVar: _T>}
dbg: infer_node PythonNode(atom_expr, [<Name: Iterator@918,26>, PythonNode(trailer, [<Operator: [>, <Name: _T@918,35>, <Operator: ]>])])@(918, 26) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: infer_node <Name: Iterator@918,26>@(918, 26) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: Iterator@918,26> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: list@896-946>>[S{<TypeVar: _T>}]>)): [<TreeNameDefinition: string_name=Iterator start_pos=(5, 13)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Iterator start_pos=(5, 13)>] -> S{<ClassValue: <Class: Iterator@148-152>>}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: py__getitem__ result: S{<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>}
warning: Tried to infer the TypeVar '_T' without a given type
dbg: execute: <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]> <ValuesArguments: []>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>(<ValuesArguments: []>)>)} in <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>
dbg: execute result: S{_GenericInstanceWrapper(<TreeInstance of <GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>(<ValuesArguments: []>)>)} in <BoundMethod: <MethodValue: <Function: __iter__@918-919>>>
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: context.goto '__init__' in (<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>): [<ClassName: string_name=__init__ start_pos=(52, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(52, 8)>] -> S{<MethodValue: <Function: __init__@52-53>>}
dbg: Overloading match: '__init__(self) -> None'@52 (<InstanceArguments: <ValuesArguments: []>>)
dbg: decorator: <Decorator: @abstractmethod@149,4> S{<MethodValue: <Function: __next__@150-151>>}
dbg: infer_node <Name: abstractmethod@149,5>@(149, 5) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: abstractmethod@149,5> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)): [TypingModuleName(<TreeNameDefinition: string_name=abstractmethod start_pos=(4, 16)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=abstractmethod start_pos=(4, 16)>)] -> S{<FunctionValue: <Function: abstractmethod@11-12>>}
dbg: builtin start <FunctionValue: <Function: abstractmethod@11-12>>
dbg: builtin end: S{<MethodValue: <Function: __next__@150-151>>}
dbg: decorator end S{<MethodValue: <Function: __next__@150-151>>}
dbg: execute: <BoundMethod: <MethodValue: <Function: __next__@150-151>>> <ValuesArguments: []>
dbg: infer_node <Name: _T_co@150,26>@(150, 26) in _AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)
dbg: context.goto <Name: _T_co@150,26> in (_AnnotatedClassContext(<GenericClass: <ClassValue: <Class: Iterator@148-152>>[S{<TypeVar: _T>}]>)): [<_BoundTypeVarName _T_co -> S{<TypeVar: _T>}>]
dbg: context.names_to_types: [<_BoundTypeVarName _T_co -> S{<TypeVar: _T>}>] -> S{<TypeVar: _T>}
warning: Tried to infer the TypeVar '_T' without a given type
warning: Tried to infer the TypeVar '_T' without a given type
dbg: execute result: S{} in <BoundMethod: <MethodValue: <Function: __next__@150-151>>>
dbg: infer_node PythonNode(atom, [<Operator: [>, <Name: _T@1305,56>, <Operator: ]>])@(1305, 55) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: Any@1305,61>@(1305, 61) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: Any@1305,61> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=Any start_pos=(6, 69)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Any start_pos=(6, 69)>] -> S{Any(Any)}
warning: Tried to infer the TypeVar '_T' without a given type
warning: Tried to infer the TypeVar '_T' without a given type
dbg: execute result: S{} in OverloadedFunctionValue(<FunctionValue: <Function: max@1307-1308>>)
dbg: infer_node <Number: 1>@(505, 30) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: Start: Resolve lazy value wrapper
dbg: execute: <ClassValue: <Class: int@138-220>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>} in <ClassValue: <Class: int@138-220>>
dbg: End: Resolve lazy value wrapper
dbg: execute: <ClassValue: <Class: int@138-220>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>} in <ClassValue: <Class: int@138-220>>
dbg: infer_or_test types S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>}
dbg: infer_node <Number: 1>@(505, 48) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=next_num start_pos=(505, 4)>] -> S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: infer_expr_stmt <ExprStmt: num = next_num@508,8> (<Name: num@508,8>)
dbg: infer_node <Name: next_num@508,14>@(508, 14) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: next_num@508,14> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=next_num start_pos=(505, 4)>]
dbg: infer_expr_stmt <ExprStmt: next_num = max(allnums) + 1 if allnums else 1@505,4> (<Name: next_num@505,4>)
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=next_num start_pos=(505, 4)>] -> S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: Parse docstring code 'int'
dbg: infer_node <Name: int@8,4>@(8, 4) in AnonymousFunctionExecution(<FunctionValue: <Function: pseudo_docstring_stuff@2-9>>)
dbg: context.goto <Name: int@8,4> in (AnonymousFunctionExecution(<FunctionValue: <Function: pseudo_docstring_stuff@2-9>>)): [<StubName: string_name=int start_pos=(138, 6)>]
dbg: context.names_to_types: [<StubName: string_name=int start_pos=(138, 6)>] -> S{<ClassValue: <Class: int@138-220>>}
dbg: execute: <ClassValue: <Class: int@138-220>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>} in <ClassValue: <Class: int@138-220>>
dbg: Parse docstring code 'str, optional, default: None'
dbg: Found param types for docstring: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=num start_pos=(521, 8)>, <TreeNameDefinition: string_name=num start_pos=(519, 12)>, <TreeNameDefinition: string_name=num start_pos=(516, 12)>, <TreeNameDefinition: string_name=num start_pos=(508, 8)>, <ParamName: string_name=num start_pos=(427, 11)>] -> S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <TreeInstance of <ClassValue: <Class: int@138-220>>(<TreeArguments: <Name: num@521,18>>)>, <ExactValue: <CompiledValue: 1>>}
dbg: context.names_to_types: [<ParamName: string_name=cls start_pos=(30, 24)>] -> S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <TreeInstance of <ClassValue: <Class: int@138-220>>(<TreeArguments: <Name: num@521,18>>)>, <ExactValue: <CompiledValue: 1>>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: figs@35,22>]) in S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <TreeInstance of <ClassValue: <Class: int@138-220>>(<TreeArguments: <Name: num@521,18>>)>, <ExactValue: <CompiledValue: 1>>}
dbg: context.goto '__init__' in (<ClassValue: <Class: int@138-220>>): [<ClassName: string_name=__init__ start_pos=(142, 8)>]
dbg: decorator: <Decorator: @overload@141,4> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)}
dbg: infer_node <Name: overload@141,5>@(141, 5) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: overload@141,5> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=overload start_pos=(5, 43)>] -> S{OverloadFunction(overload)}
dbg: execute: OverloadFunction(overload) <ValuesArguments: [S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)}]>
dbg: execute result: S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)} in OverloadFunction(overload)
dbg: decorator end S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)}
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(142, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)}
dbg: Overloading match: '__init__(self, x: Union[Text, bytes, SupportsInt, _SupportsIndex] = ...)\n-> None'@140 (<InstanceArguments: <ValuesArguments: []>>)
dbg: infer_node <Name: Text@140,32>@(140, 32) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: Text@140,32> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=Text start_pos=(9, 73)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.7510027885437012
dbg: context.goto <Name: Text@9,73> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Text start_pos=(442, 0)>)]
dbg: infer_expr_stmt <ExprStmt: Text = str@442,0> (<Name: Text@442,0>)
dbg: infer_node <Name: str@442,7>@(442, 7) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: str@442,7> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [<StubName: string_name=str start_pos=(410, 6)>]
dbg: context.names_to_types: [<StubName: string_name=str start_pos=(410, 6)>] -> S{<ClassValue: <Class: str@410-557>>}
dbg: infer_expr_stmt result S{<ClassValue: <Class: str@410-557>>}
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Text start_pos=(442, 0)>)] -> S{<ClassValue: <Class: str@410-557>>}
dbg: after import: S{<ClassValue: <Class: str@410-557>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Text start_pos=(9, 73)>] -> S{<ClassValue: <Class: str@410-557>>}
dbg: infer_node <Name: bytes@140,38>@(140, 38) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: infer_node PythonNode(comparison, [PythonNode(atom_expr, [<Name: sys@558,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@558,7>])]), <Operator: >=>, PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>]), <Operator: )>])])@(558, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node PythonNode(atom_expr, [<Name: sys@558,3>, PythonNode(trailer, [<Operator: .>, <Name: version_info@558,7>])])@(558, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_node <Name: sys@558,3>@(558, 3) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: context.goto <Name: sys@558,3> in (StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)): [<TreeNameDefinition: string_name=sys start_pos=(15, 7)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=sys start_pos=(15, 7)>] -> S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: version_info@558,7>]) in S{<StubModuleValue: sys@6-214 is_stub=True>}
dbg: context.goto <Name: version_info@558,7> in (<StubModuleValue: sys@6-214 is_stub=True>): [<StubName: string_name=version_info start_pos=(128, 0)>]
dbg: execute: <ClassValue: <Class: _version_info@122-128>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>} in <ClassValue: <Class: _version_info@122-128>>
dbg: context.names_to_types: [<StubName: string_name=version_info start_pos=(128, 0)>] -> S{VersionInfo(<TreeInstance of <ClassValue: <Class: _version_info@122-128>>(<ValuesArguments: []>)>)}
dbg: infer_node PythonNode(atom, [<Operator: (>, PythonNode(testlist_comp, [<Number: 3>, <Operator: ,>]), <Operator: )>])@(558, 23) in StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>)
dbg: infer_or_test types S{<CompiledValue: True>}
dbg: context.goto <Name: bytes@140,38> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=bytes start_pos=(559, 10)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=bytes start_pos=(559, 10)>] -> S{<ClassValue: <Class: bytes@559-646>>}
dbg: infer_node <Name: SupportsInt@140,45>@(140, 45) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: SupportsInt@140,45> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=SupportsInt start_pos=(7, 64)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.7574536800384521
dbg: context.goto <Name: SupportsInt@7,64> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=SupportsInt start_pos=(85, 6)>)]
dbg: decorator: <Decorator: @runtime_checkable@84,0> S{<ClassValue: <Class: SupportsInt@85-88>>}
dbg: infer_node <Name: runtime_checkable@84,1>@(84, 1) in TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)
dbg: context.goto <Name: runtime_checkable@84,1> in (TypingModuleContext(<TypingModuleWrapper: typing@3-646 is_stub=True>)): [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)]
dbg: context.names_to_types: [TypingModuleName(<TreeNameDefinition: string_name=runtime_checkable start_pos=(82, 4)>)] -> S{<FunctionValue: <Function: runtime_checkable@82-83>>}
dbg: execute: <FunctionValue: <Function: runtime_checkable@82-83>> <ValuesArguments: [S{<ClassValue: <Class: SupportsInt@85-88>>}]>
warning: TypeError: 'object' expected at least 3 arguments, got 0
dbg: execute result: S{} in <FunctionValue: <Function: runtime_checkable@82-83>>
warning: not possible to resolve wrappers found <Class: SupportsInt@85-88>
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=SupportsInt start_pos=(85, 6)>)] -> S{<ClassValue: <Class: SupportsInt@85-88>>}
dbg: after import: S{<ClassValue: <Class: SupportsInt@85-88>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=SupportsInt start_pos=(7, 64)>] -> S{<ClassValue: <Class: SupportsInt@85-88>>}
dbg: infer_node <Name: _SupportsIndex@140,58>@(140, 58) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: _SupportsIndex@140,58> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=_SupportsIndex start_pos=(37, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=_SupportsIndex start_pos=(37, 6)>] -> S{<ClassValue: <Class: _SupportsIndex@37-39>>}
dbg: infer_node PythonNode(atom_expr, [<Name: Union@142,26>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: Text@142,32>, <Operator: ,>, <Name: bytes@142,38>, <Operator: ,>, <Name: bytearray@142,45>]), <Operator: ]>])])@(142, 26) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: infer_node <Name: Union@142,26>@(142, 26) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: Union@142,26> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=Union start_pos=(8, 35)>]
speed: import (<Name: typing@4,5>,) StubModuleContext(<StubModuleValue: builtins@4-1651 is_stub=True>) 0.7631337642669678
dbg: context.goto <Name: Union@8,35> in (<TypingModuleWrapper: typing@3-646 is_stub=True>): [TypingModuleName(<StubName: string_name=Union start_pos=(63, 0)>)]
dbg: context.names_to_types: [TypingModuleName(<StubName: string_name=Union start_pos=(63, 0)>)] -> S{ProxyTypingValue(Union)}
dbg: after import: S{ProxyTypingValue(Union)}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Union start_pos=(8, 35)>] -> S{ProxyTypingValue(Union)}
dbg: infer_node <Name: Text@142,32>@(142, 32) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: Text@142,32> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=Text start_pos=(9, 73)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Text start_pos=(9, 73)>] -> S{<ClassValue: <Class: str@410-557>>}
dbg: infer_node <Name: bytes@142,38>@(142, 38) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: bytes@142,38> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=bytes start_pos=(559, 10)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=bytes start_pos=(559, 10)>] -> S{<ClassValue: <Class: bytes@559-646>>}
dbg: infer_node <Name: bytearray@142,45>@(142, 45) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: bytearray@142,45> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=bytearray start_pos=(649, 6)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=bytearray start_pos=(649, 6)>] -> S{<ClassValue: <Class: bytearray@649-780>>}
dbg: py__getitem__ result: S{TypingValueWithIndex(Union<LazyG>[S{<ClassValue: <Class: str@410-557>>}, S{<ClassValue: <Class: bytes@559-646>>}, S{<ClassValue: <Class: bytearray@649-780>>}])}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: param compare False: S{} <=> S{TypingValueWithIndex(Union<LazyG>[S{<ClassValue: <Class: str@410-557>>}, S{<ClassValue: <Class: bytes@559-646>>}, S{<ClassValue: <Class: bytearray@649-780>>}])}
dbg: Overloading no match: '__init__(self, x: Union[Text, bytes, bytearray], base: int) -> None'@142 (<InstanceArguments: <ValuesArguments: []>>)
dbg: Start: convert values
dbg: End: convert values
dbg: context.goto <Name: figs@35,22> in (<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>): []
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/_pylab_helpers.py:35:22: E1 AttributeError: <TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)> has no attribute <Name: figs@35,22>.
dbg: context.names_to_types: [] -> S{}
dbg: context.goto '__init__' in (<ClassValue: <Class: int@138-220>>): [<ClassName: string_name=__init__ start_pos=(142, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(142, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)}
dbg: Overloading match: '__init__(self, x: Union[Text, bytes, SupportsInt, _SupportsIndex] = ...)\n-> None'@140 (<InstanceArguments: <ValuesArguments: []>>)
dbg: param compare False: S{} <=> S{TypingValueWithIndex(Union<LazyG>[S{<ClassValue: <Class: str@410-557>>}, S{<ClassValue: <Class: bytes@559-646>>}, S{<ClassValue: <Class: bytearray@649-780>>}])}
dbg: Overloading no match: '__init__(self, x: Union[Text, bytes, bytearray], base: int) -> None'@142 (<InstanceArguments: <ValuesArguments: []>>)
dbg: Start: convert values
dbg: End: convert values
dbg: context.goto <Name: figs@35,22> in (<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>): []
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/_pylab_helpers.py:35:22: E1 AttributeError: <TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)> has no attribute <Name: figs@35,22>.
dbg: context.names_to_types: [] -> S{}
dbg: context.goto '__init__' in (<ClassValue: <Class: int@138-220>>): [<ClassName: string_name=__init__ start_pos=(142, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(142, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)}
dbg: infer_node <Name: num@521,18>@(521, 18) in FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)
dbg: context.goto <Name: num@521,18> in (FunctionExecutionContext(<FunctionValue: <Function: figure@427-577>>)): [<TreeNameDefinition: string_name=num start_pos=(519, 12)>, <TreeNameDefinition: string_name=num start_pos=(516, 12)>, <TreeNameDefinition: string_name=num start_pos=(508, 8)>, <ParamName: string_name=num start_pos=(427, 11)>]
dbg: infer_expr_stmt <ExprStmt: num = allnums[inum]@519,12> (<Name: num@519,12>)
dbg: infer_expr_stmt result S{}
dbg: infer_expr_stmt <ExprStmt: num = next_num@516,12> (<Name: num@516,12>)
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: infer_expr_stmt <ExprStmt: num = next_num@508,8> (<Name: num@508,8>)
dbg: infer_expr_stmt result S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=num start_pos=(519, 12)>, <TreeNameDefinition: string_name=num start_pos=(516, 12)>, <TreeNameDefinition: string_name=num start_pos=(508, 8)>, <ParamName: string_name=num start_pos=(427, 11)>] -> S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>, <ExactValue: <CompiledValue: 1>>}
dbg: Start: Resolve lazy value wrapper
dbg: execute: <ClassValue: <Class: int@138-220>> <ValuesArguments: []>
dbg: execute result: S{<TreeInstance of <ClassValue: <Class: int@138-220>>(<ValuesArguments: []>)>} in <ClassValue: <Class: int@138-220>>
dbg: End: Resolve lazy value wrapper
dbg: infer_node PythonNode(atom_expr, [<Name: Union@140,26>, PythonNode(trailer, [<Operator: [>, PythonNode(subscriptlist, [<Name: Text@140,32>, <Operator: ,>, <Name: bytes@140,38>, <Operator: ,>, <Name: SupportsInt@140,45>, <Operator: ,>, <Name: _SupportsIndex@140,58>]), <Operator: ]>])])@(140, 26) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: infer_node <Name: Union@140,26>@(140, 26) in ClassContext(<ClassValue: <Class: int@138-220>>)
dbg: context.goto <Name: Union@140,26> in (ClassContext(<ClassValue: <Class: int@138-220>>)): [<TreeNameDefinition: string_name=Union start_pos=(8, 35)>]
dbg: context.names_to_types: [<TreeNameDefinition: string_name=Union start_pos=(8, 35)>] -> S{ProxyTypingValue(Union)}
dbg: py__getitem__ result: S{TypingValueWithIndex(Union<LazyG>[S{<ClassValue: <Class: str@410-557>>}, S{<ClassValue: <Class: bytes@559-646>>}, S{<ClassValue: <Class: SupportsInt@85-88>>}, S{<ClassValue: <Class: _SupportsIndex@37-39>>}])}
dbg: Start: Resolve lazy value wrapper
dbg: End: Resolve lazy value wrapper
dbg: param compare False: S{<ClassValue: <Class: int@138-220>>} <=> S{TypingValueWithIndex(Union<LazyG>[S{<ClassValue: <Class: str@410-557>>}, S{<ClassValue: <Class: bytes@559-646>>}, S{<ClassValue: <Class: SupportsInt@85-88>>}, S{<ClassValue: <Class: _SupportsIndex@37-39>>}])}
dbg: Overloading no match: '__init__(self, x: Union[Text, bytes, SupportsInt, _SupportsIndex] = ...)\n-> None'@140 (<InstanceArguments: <TreeArguments: <Name: num@521,18>>>)
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/pyplot.py:521:18: E5 TypeError: <Name: __init__@142,8>() takes exactly 3 arguments (2 given).
dbg: Start: convert values
dbg: End: convert values
dbg: context.goto <Name: figs@35,22> in (<TreeInstance of <ClassValue: <Class: int@138-220>>(<TreeArguments: <Name: num@521,18>>)>): []
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/_pylab_helpers.py:35:22: E1 AttributeError: <TreeInstance of <ClassValue: <Class: int@138-220>>(<TreeArguments: <Name: num@521,18>>)> has no attribute <Name: figs@35,22>.
dbg: context.names_to_types: [] -> S{}
dbg: context.goto '__init__' in (<ClassValue: <Class: int@138-220>>): [<ClassName: string_name=__init__ start_pos=(142, 8)>]
dbg: context.names_to_types: [<ClassName: string_name=__init__ start_pos=(142, 8)>] -> S{OverloadedFunctionValue(<MethodValue: <Function: __init__@142-143>>)}
dbg: Overloading match: '__init__(self, x: Union[Text, bytes, SupportsInt, _SupportsIndex] = ...)\n-> None'@140 (<InstanceArguments: <ValuesArguments: []>>)
dbg: param compare False: S{} <=> S{TypingValueWithIndex(Union<LazyG>[S{<ClassValue: <Class: str@410-557>>}, S{<ClassValue: <Class: bytes@559-646>>}, S{<ClassValue: <Class: bytearray@649-780>>}])}
dbg: Overloading no match: '__init__(self, x: Union[Text, bytes, bytearray], base: int) -> None'@142 (<InstanceArguments: <ValuesArguments: []>>)
dbg: Start: convert values
dbg: End: convert values
dbg: context.goto <Name: figs@35,22> in (<ExactValue: <CompiledValue: 1>>): []
warning: /anaconda3/lib/python3.7/site-packages/matplotlib/_pylab_helpers.py:35:22: E1 AttributeError: <ExactValue: <CompiledValue: 1>> has no attribute <Name: figs@35,22>.
dbg: context.names_to_types: [] -> S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: get@35,27>]) in S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: (>, PythonNode(arglist, [<Name: num@35,31>, <Operator: ,>, <Keyword: None>]), <Operator: )>]) in S{}
dbg: infer_expr_stmt result S{}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=manager start_pos=(35, 8)>] -> S{}
dbg: execute result: S{} in <MethodValue: <Function: get_fig_manager@30-39>>
dbg: infer_expr_stmt result S{}
dbg: context.names_to_types: [<TreeNameDefinition: string_name=figManager start_pos=(540, 8)>, <TreeNameDefinition: string_name=figManager start_pos=(523, 4)>] -> S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: canvas@576,22>]) in S{}
dbg: infer_trailer: PythonNode(trailer, [<Operator: .>, <Name: figure@576,29>]) in S{}
dbg: execute result: S{} in <MixedObject: <function figure at 0x11960a268>; <FunctionValue: <Function: figure@427-577>>>
dbg: trailer completion values: S{}
dbg: Start: convert values
dbg: End: convert values
dbg: End: complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment