-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjedi-0.19.2-pyhff2d567_0.json
15521 lines (15521 loc) · 836 KB
/
jedi-0.19.2-pyhff2d567_0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"build": "pyhff2d567_0",
"build_number": 0,
"channel": "https://conda.anaconda.org/conda-forge/noarch",
"constrains": [],
"depends": [
"parso >=0.8.3,<0.9.0",
"python >=3.9"
],
"extracted_package_dir": "E:\\Anaconda\\pkgs\\jedi-0.19.2-pyhff2d567_0",
"files": [
"Lib/site-packages/jedi-0.19.2.dist-info/AUTHORS.txt",
"Lib/site-packages/jedi-0.19.2.dist-info/INSTALLER",
"Lib/site-packages/jedi-0.19.2.dist-info/LICENSE.txt",
"Lib/site-packages/jedi-0.19.2.dist-info/METADATA",
"Lib/site-packages/jedi-0.19.2.dist-info/RECORD",
"Lib/site-packages/jedi-0.19.2.dist-info/REQUESTED",
"Lib/site-packages/jedi-0.19.2.dist-info/WHEEL",
"Lib/site-packages/jedi-0.19.2.dist-info/direct_url.json",
"Lib/site-packages/jedi-0.19.2.dist-info/top_level.txt",
"Lib/site-packages/jedi/__init__.py",
"Lib/site-packages/jedi/__main__.py",
"Lib/site-packages/jedi/_compatibility.py",
"Lib/site-packages/jedi/api/__init__.py",
"Lib/site-packages/jedi/api/classes.py",
"Lib/site-packages/jedi/api/completion.py",
"Lib/site-packages/jedi/api/completion_cache.py",
"Lib/site-packages/jedi/api/environment.py",
"Lib/site-packages/jedi/api/errors.py",
"Lib/site-packages/jedi/api/exceptions.py",
"Lib/site-packages/jedi/api/file_name.py",
"Lib/site-packages/jedi/api/helpers.py",
"Lib/site-packages/jedi/api/interpreter.py",
"Lib/site-packages/jedi/api/keywords.py",
"Lib/site-packages/jedi/api/project.py",
"Lib/site-packages/jedi/api/refactoring/__init__.py",
"Lib/site-packages/jedi/api/refactoring/extract.py",
"Lib/site-packages/jedi/api/replstartup.py",
"Lib/site-packages/jedi/api/strings.py",
"Lib/site-packages/jedi/cache.py",
"Lib/site-packages/jedi/common.py",
"Lib/site-packages/jedi/debug.py",
"Lib/site-packages/jedi/file_io.py",
"Lib/site-packages/jedi/inference/__init__.py",
"Lib/site-packages/jedi/inference/analysis.py",
"Lib/site-packages/jedi/inference/arguments.py",
"Lib/site-packages/jedi/inference/base_value.py",
"Lib/site-packages/jedi/inference/cache.py",
"Lib/site-packages/jedi/inference/compiled/__init__.py",
"Lib/site-packages/jedi/inference/compiled/access.py",
"Lib/site-packages/jedi/inference/compiled/getattr_static.py",
"Lib/site-packages/jedi/inference/compiled/mixed.py",
"Lib/site-packages/jedi/inference/compiled/subprocess/__init__.py",
"Lib/site-packages/jedi/inference/compiled/subprocess/__main__.py",
"Lib/site-packages/jedi/inference/compiled/subprocess/functions.py",
"Lib/site-packages/jedi/inference/compiled/value.py",
"Lib/site-packages/jedi/inference/context.py",
"Lib/site-packages/jedi/inference/docstring_utils.py",
"Lib/site-packages/jedi/inference/docstrings.py",
"Lib/site-packages/jedi/inference/dynamic_params.py",
"Lib/site-packages/jedi/inference/filters.py",
"Lib/site-packages/jedi/inference/finder.py",
"Lib/site-packages/jedi/inference/flow_analysis.py",
"Lib/site-packages/jedi/inference/gradual/__init__.py",
"Lib/site-packages/jedi/inference/gradual/annotation.py",
"Lib/site-packages/jedi/inference/gradual/base.py",
"Lib/site-packages/jedi/inference/gradual/conversion.py",
"Lib/site-packages/jedi/inference/gradual/generics.py",
"Lib/site-packages/jedi/inference/gradual/stub_value.py",
"Lib/site-packages/jedi/inference/gradual/type_var.py",
"Lib/site-packages/jedi/inference/gradual/typeshed.py",
"Lib/site-packages/jedi/inference/gradual/typing.py",
"Lib/site-packages/jedi/inference/gradual/utils.py",
"Lib/site-packages/jedi/inference/helpers.py",
"Lib/site-packages/jedi/inference/imports.py",
"Lib/site-packages/jedi/inference/lazy_value.py",
"Lib/site-packages/jedi/inference/names.py",
"Lib/site-packages/jedi/inference/param.py",
"Lib/site-packages/jedi/inference/parser_cache.py",
"Lib/site-packages/jedi/inference/recursion.py",
"Lib/site-packages/jedi/inference/references.py",
"Lib/site-packages/jedi/inference/signature.py",
"Lib/site-packages/jedi/inference/star_args.py",
"Lib/site-packages/jedi/inference/syntax_tree.py",
"Lib/site-packages/jedi/inference/sys_path.py",
"Lib/site-packages/jedi/inference/utils.py",
"Lib/site-packages/jedi/inference/value/__init__.py",
"Lib/site-packages/jedi/inference/value/decorator.py",
"Lib/site-packages/jedi/inference/value/dynamic_arrays.py",
"Lib/site-packages/jedi/inference/value/function.py",
"Lib/site-packages/jedi/inference/value/instance.py",
"Lib/site-packages/jedi/inference/value/iterable.py",
"Lib/site-packages/jedi/inference/value/klass.py",
"Lib/site-packages/jedi/inference/value/module.py",
"Lib/site-packages/jedi/inference/value/namespace.py",
"Lib/site-packages/jedi/parser_utils.py",
"Lib/site-packages/jedi/plugins/__init__.py",
"Lib/site-packages/jedi/plugins/django.py",
"Lib/site-packages/jedi/plugins/flask.py",
"Lib/site-packages/jedi/plugins/pytest.py",
"Lib/site-packages/jedi/plugins/registry.py",
"Lib/site-packages/jedi/plugins/stdlib.py",
"Lib/site-packages/jedi/settings.py",
"Lib/site-packages/jedi/third_party/django-stubs/LICENSE.txt",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/apps/config.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/signals.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/signing.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/validators.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/db/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/models.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/http/request.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/http/response.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/context.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/engine.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/library.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/response.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/template/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/client.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/html.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/runner.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/selenium.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/signals.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/testcases.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/test/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/urls/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/html.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/http.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/log.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/six.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/text.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/version.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/debug.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi",
"Lib/site-packages/jedi/third_party/django-stubs/django-stubs/views/static.pyi",
"Lib/site-packages/jedi/third_party/typeshed/LICENSE",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/Cookie.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/Queue.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/SimpleHTTPServer.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/SocketServer.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/StringIO.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/UserDict.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/UserList.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/UserString.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/__builtin__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_ast.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_collections.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_functools.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_hotshot.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_io.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_json.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_md5.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_sha.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_sha256.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_sha512.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_socket.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_sre.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_struct.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_symtable.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/_winreg.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/abc.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/ast.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/atexit.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/builtins.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/cPickle.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/cStringIO.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/collections.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/commands.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/compileall.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/cookielib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/archive_util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/bcppcompiler.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/ccompiler.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/cmd.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_dumb.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_msi.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_packager.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_rpm.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_wininst.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_clib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_ext.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_py.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_scripts.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/check.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/clean.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/config.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_data.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_egg_info.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_headers.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_lib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_scripts.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/register.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/sdist.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/upload.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/config.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/core.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/cygwinccompiler.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/debug.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/dep_util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/dir_util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/dist.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/emxccompiler.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/errors.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/extension.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/fancy_getopt.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/file_util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/filelist.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/log.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/msvccompiler.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/spawn.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/sysconfig.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/text_file.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/unixccompiler.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/version.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/dummy_thread.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/MIMEText.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/_parseaddr.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/base64mime.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/charset.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/encoders.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/feedparser.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/generator.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/header.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/iterators.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/message.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/application.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/audio.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/base.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/image.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/message.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/multipart.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/nonmultipart.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/text.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/parser.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/quoprimime.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/email/utils.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/utf_8.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/exceptions.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/fcntl.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/fnmatch.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/functools.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/future_builtins.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/gc.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/getopt.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/getpass.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/gettext.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/glob.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/gzip.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/hashlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/heapq.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/htmlentitydefs.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/httplib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/imp.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/importlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/inspect.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/io.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/itertools.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/json.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/markupbase.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/md5.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/mimetools.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/pool.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/process.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/mutex.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/ntpath.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/nturl2path.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/os/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/os/path.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/os2emxpath.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/pipes.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/platform.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/popen2.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/posix.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/posixpath.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/random.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/re.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/repr.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/resource.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/rfc822.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/robotparser.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/runpy.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/sets.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/sha.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/shelve.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/shlex.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/signal.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/smtplib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/spwd.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/sre_constants.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/sre_parse.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/stat.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/string.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/stringold.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/strop.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/subprocess.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/symbol.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/sys.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/tempfile.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/textwrap.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/thread.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/toaiff.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/tokenize.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/types.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/typing.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/unittest.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/urllib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/urllib2.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/urlparse.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/user.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/whichdb.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2/xmlrpclib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/__future__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_codecs.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_csv.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_curses.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_dummy_threading.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_heapq.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_msi.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_random.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_typeshed/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_typeshed/wsgi.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_typeshed/xml.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakref.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/antigravity.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/argparse.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/array.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/asynchat.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/asyncore.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/audioop.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/base64.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/binascii.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/binhex.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/bz2.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/cProfile.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/calendar.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgitb.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/chunk.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmath.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmd.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/code.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/codecs.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/codeop.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/colorsys.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/contextlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/copy.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/crypt.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/csv.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/wintypes.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/ascii.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/panel.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/textpad.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/datetime.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/decimal.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/difflib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/dis.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/doctest.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/dummy_threading.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/errno.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/formatter.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/fractions.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/ftplib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/genericpath.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/grp.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/hmac.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/imaplib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/imghdr.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/keyword.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pygram.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pytree.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/linecache.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/locale.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/config.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/handlers.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailbox.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/marshal.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/math.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/mimetypes.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/mmap.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/modulefinder.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/schema.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/sequence.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/text.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/msvcrt.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/nis.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/numbers.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/opcode.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/operator.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/optparse.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/parser.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pdb.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickle.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickletools.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pkgutil.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/plistlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/poplib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pprint.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/profile.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pstats.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pty.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pwd.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/py_compile.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyclbr.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc_data/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc_data/topics.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/errors.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/model.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/quopri.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/readline.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/rlcompleter.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/sched.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/select.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/shutil.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/site.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/smtpd.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/sndhdr.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/socket.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/ssl.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/stringprep.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/struct.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/sunau.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/symtable.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/sysconfig.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/syslog.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/tabnanny.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/tarfile.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/telnetlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/termios.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/this.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/threading.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/time.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/timeit.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/token.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/trace.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/traceback.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/tty.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/turtle.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/unicodedata.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/uu.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/uuid.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/warnings.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wave.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/weakref.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/webbrowser.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/winsound.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/handlers.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/headers.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/simple_server.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/types.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/util.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/validate.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xdrlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/domreg.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/expatbuilder.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/minicompat.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/minidom.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/pulldom.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/xmlbuilder.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/cElementTree.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/errors.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/model.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/handler.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/saxutils.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipfile.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3.7/_py_abc.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3.7/contextvars.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3.9/graphlib.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3.9/zoneinfo/__init__.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_ast.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_bootlocale.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_compat_pickle.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_compression.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_decimal.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_imp.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_importlib_modulespec.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_json.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_markupbase.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_operator.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_osx_support.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_posixsubprocess.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_pydecimal.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_sitebuiltins.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_stat.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_thread.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_threading_local.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_tkinter.pyi",
"Lib/site-packages/jedi/third_party/typeshed/stdlib/3/_tracemalloc.pyi",