Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FP for no-member: function attributes from decorator #9308

Merged

Conversation

jacobtylerwalls
Copy link
Member

Type
βœ“ πŸ› Bug fix

Description

Closes #9246

@jacobtylerwalls jacobtylerwalls added Needs backport Needs to be cherry-picked on the current patch version by a pylint's maintainer False Positive 🦟 A message is emitted but nothing is wrong with the code labels Dec 17, 2023
@jacobtylerwalls jacobtylerwalls added this to the 3.0.4 milestone Dec 17, 2023
@jacobtylerwalls jacobtylerwalls force-pushed the 9246-decorator-no-member branch 2 times, most recently from 757c3d8 to 05d6276 Compare December 17, 2023 13:31
Copy link

codecov bot commented Dec 17, 2023

Codecov Report

All modified and coverable lines are covered by tests βœ…

Comparison is base (278de0f) 95.81% compared to head (2a2e12a) 95.81%.
Report is 16 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9308   +/-   ##
=======================================
  Coverage   95.81%   95.81%           
=======================================
  Files         173      173           
  Lines       18767    18769    +2     
=======================================
+ Hits        17981    17983    +2     
  Misses        786      786           
Files Coverage Ξ”
pylint/checkers/typecheck.py 96.62% <100.00%> (+<0.01%) ⬆️

Copy link
Contributor

πŸ€– Effect of this PR on checked open source code: πŸ€–

Effect on home-assistant:
The following messages are no longer emitted:

  1. import-private-name:
    Imported private module (_collections_abc)
    https://github.com/home-assistant/core/blob/dff7725c1f76a786aa9f044d895da2414500c812/homeassistant/components/renson/button.py#L6
  2. no-member:
    Method 'get_exposed_states' has no 'cache_clear' member
    https://github.com/home-assistant/core/blob/dff7725c1f76a786aa9f044d895da2414500c812/homeassistant/components/emulated_hue/config.py#L228

Effect on music21:
The following messages are no longer emitted:

  1. redefined-variable-type:
    Redefinition of n type from music21.note.Note to music21.note.GeneralNote
    https://github.com/cuthbertLab/music21/blob/a938a8c8c74f21ceec5a99a1998d96c00d5f77e9/music21/abcFormat/translate.py#L381

Effect on pytest:
The following messages are now emitted:

  1. redefined-variable-type:
    Redefinition of file type from _io.TextIOWrapper to colorama.ansitowin32.StreamWrapper
    https://github.com/pytest-dev/pytest/blob/2b86d2bddc3eda0a1b342ddb7d7d3aed7b29501f/src/_pytest/_io/terminalwriter.py#L75

Effect on django:
The following messages are no longer emitted:

  1. no-member:
    Method 'get_swappable_settings_name' has no 'cache_clear' member
    https://github.com/django/django/blob/8fa7c2ae88aee7a2b54a745d25ed38152aad2591/django/apps/registry.py#L376
  2. no-member:
    Method 'get_models' has no 'cache_clear' member
    https://github.com/django/django/blob/8fa7c2ae88aee7a2b54a745d25ed38152aad2591/django/apps/registry.py#L379
  3. no-member:
    Method 'Migration' has no 'objects' member
    https://github.com/django/django/blob/8fa7c2ae88aee7a2b54a745d25ed38152aad2591/django/db/migrations/recorder.py#L54
  4. no-member:
    Method 'Migration' has no '_meta' member
    https://github.com/django/django/blob/8fa7c2ae88aee7a2b54a745d25ed38152aad2591/django/db/migrations/recorder.py#L66

Effect on pandas:
The following messages are now emitted:

  1. redefined-variable-type:
    Redefinition of expected type from pandas.core.series.Series to pandas.core.frame.DataFrame
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/series/methods/test_update.py#L39

The following messages are no longer emitted:

  1. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/base.py#L212
  2. no-member:
    Method '_selected_obj' has no 'groupby' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L395
  3. no-member:
    Method '_obj_with_exclusions' has no 'copy' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1509
  4. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1547
  5. no-member:
    Method '_selected_obj' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1548
  6. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1559
  7. no-member:
    Method '_selected_obj' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1561
  8. no-member:
    Method '_obj_with_exclusions' has no 'copy' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1757
  9. no-member:
    Method '_selected_obj' has no 'copy' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1831
  10. no-member:
    Method '_selected_obj' has no 'reindex' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/resample.py#L1836
  11. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L668
  12. no-member:
    Method '_selected_obj' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L669
  13. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L1054
  14. no-member:
    Method '_selected_obj' has no 'shape' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L1058
  15. no-member:
    Method '_selected_obj' has no 'index' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L1076
  16. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L1078
  17. no-member:
    Method '_selected_obj' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L1080
  18. no-member:
    Method '_selected_obj' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L1081
  19. no-member:
    Method '_selected_obj' has no '_constructor' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/ewm.py#L1094
  20. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/rolling.py#L251
  21. no-member:
    Method '_selected_obj' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/rolling.py#L253
  22. no-member:
    Method '_selected_obj' has no 'set_axis' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/rolling.py#L340
  23. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/rolling.py#L394
  24. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/rolling.py#L396
  25. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/rolling.py#L469
  26. no-member:
    Method '_selected_obj' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/window/rolling.py#L520
  27. no-member:
    Method 'dtype' has no 'freq' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L397
  28. no-member:
    Method 'dtype' has no '_n' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L675
  29. no-member:
    Method 'dtype' has no '_n' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L747
  30. no-member:
    Method 'dtype' has no '_dtype_code' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L774
  31. no-member:
    Method 'dtype' has no '_is_tick_like' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L901
  32. no-member:
    Method 'dtype' has no '_td64_unit' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L907
  33. no-member:
    Method 'dtype' has no '_is_tick_like' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L946
  34. no-member:
    Method 'dtype' has no '_td64_unit' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/period.py#L948
  35. redefined-variable-type:
    Redefinition of result type from pandas.core.generic.NDFrame to pandas.core.series.Series
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/arrays/sparse/accessor.py#L114
  36. no-member:
    Method '_engine' has no 'sizeof' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/multi.py#L1375
  37. no-member:
    Method '_engine' has no 'get_loc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/multi.py#L3053
  38. no-member:
    Method '_engine' has no 'get_loc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/multi.py#L3220
  39. no-member:
    Method 'left' has no 'memory_usage' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L415
  40. no-member:
    Method 'right' has no 'memory_usage' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L415
  41. no-member:
    Method '_isnan' has no 'sum' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L435
  42. no-member:
    Method 'left' has no 'is_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L438
  43. no-member:
    Method 'right' has no 'is_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L438
  44. no-member:
    Method 'left' has no 'duplicated' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L442
  45. no-member:
    Method '_engine' has no 'is_overlapping' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L499
  46. no-member:
    Method 'dtype' has no 'subtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L582
  47. no-member:
    Method 'left' has no 'is_monotonic_increasing' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L605
  48. no-member:
    Method 'left' has no 'is_monotonic_increasing' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L606
  49. no-member:
    Method 'right' has no '_searchsorted_monotonic' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L616
  50. no-member:
    Method 'left' has no '_searchsorted_monotonic' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L616
  51. no-member:
    Method '_engine' has no 'get_indexer' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L706
  52. no-member:
    Method 'left' has no 'is_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L726
  53. no-member:
    Method 'right' has no 'is_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L726
  54. no-member:
    Method '_engine' has no 'get_indexer_non_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L741
  55. no-member:
    Method 'left' has no 'get_indexer' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L752
  56. no-member:
    Method 'right' has no 'get_indexer' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L753
  57. no-member:
    Method '_engine' has no '_na_count' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L791
  58. no-member:
    Method 'dtype' has no 'subtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L817
  59. no-member:
    Method 'left' has no 'is_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L854
  60. no-member:
    Method 'right' has no 'is_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L854
  61. no-member:
    Method '_isnan' has no 'sum' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L856
  62. no-member:
    Method 'left' has no 'get_indexer' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L882
  63. no-member:
    Method 'right' has no 'get_indexer' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/interval.py#L883
  64. no-member:
    Method '_engine' has no 'clear_mapping' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L825
  65. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L834
  66. no-member:
    Method 'array' has no 'view' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L1005
  67. no-member:
    Method '_constructor' has no '_simple_new' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L1159
  68. no-member:
    Method '_constructor' has no '_simple_new' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L1230
  69. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L1374
  70. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L2199
  71. no-member:
    Method '_engine' has no 'is_monotonic_increasing' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L2225
  72. no-member:
    Method '_engine' has no 'is_monotonic_decreasing' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L2249
  73. no-member:
    Method '_engine' has no 'is_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L2320
  74. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L2773
  75. no-member:
    Method 'dtype' has no 'na_value' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L2776
  76. no-member:
    Method '_isnan' has no 'any' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L2814
  77. no-member:
    Method '_engine' has no 'get_loc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L3776
  78. no-member:
    Method '_engine' has no '_extract_level_codes' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L3945
  79. no-member:
    Method '_engine' has no 'get_indexer' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L3951
  80. no-member:
    Method '_engine' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L4038
  81. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L4217
  82. no-member:
    Method '_constructor' has no '_with_infer' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5026
  83. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5149
  84. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5167
  85. no-member:
    Method '_engine' has no 'sizeof' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5210
  86. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5276
  87. no-member:
    Method '_constructor' has no '_simple_new' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5393
  88. no-member:
    Method '_engine' has no '_update_from_sliced' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5403
  89. no-member:
    Method 'dtype' has no 'storage' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L5593
  90. no-member:
    Method '_engine' has no '_extract_level_codes' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L6095
  91. no-member:
    Method '_engine' has no 'get_indexer_non_unique' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L6099
  92. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L6289
  93. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L6359
  94. no-member:
    Method '_constructor' has no '_simple_new' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L6894
  95. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/base.py#L7303
  96. no-member:
    Method '_as_range_index' has no 'intersection' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/datetimelike.py#L571
  97. no-member:
    Method '_as_range_index' has no 'union' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/datetimelike.py#L578
  98. no-member:
    Method 'dtype' has no '_resolution_obj' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/period.py#L195
  99. no-member:
    Method '_constructor' has no '_simple_new' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/range.py#L478
  100. no-member:
    Method '_constructor' has no '_simple_new' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/indexes/range.py#L1147
  101. no-member:
    Method 'dtype' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/blocks.py#L227
  102. no-member:
    Method 'dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/blocks.py#L237
  103. no-member:
    Method 'dtype' has no '_can_hold_na' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/blocks.py#L238
  104. no-member:
    Method 'dtype' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/blocks.py#L766
  105. no-member:
    Method '_block' has no 'copy' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L1961
  106. no-member:
    Method '_block' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L1962
  107. no-member:
    Method '_block' has no 'refs' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L1969
  108. no-member:
    Method '_block' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L1984
  109. no-member:
    Method '_block' has no 'refs' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L1988
  110. no-member:
    Method '_block' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L1998
  111. no-member:
    Method '_block' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2001
  112. no-member:
    Method '_block' has no 'external_values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2005
  113. no-member:
    Method '_block' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2009
  114. no-member:
    Method '_block' has no 'array_values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2013
  115. no-member:
    Method '_block' has no 'is_numeric' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2016
  116. no-member:
    Method '_block' has no '_can_hold_na' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2022
  117. no-member:
    Method '_block' has no 'copy' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2038
  118. no-member:
    Method '_block' has no 'delete' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/internals/managers.py#L2055
  119. no-member:
    Method '_obj_with_exclusions' has no '_mgr' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L164
  120. no-member:
    Method '_obj_with_exclusions' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L165
  121. no-member:
    Method '_obj_with_exclusions' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L287
  122. no-member:
    Method '_obj_with_exclusions' has no '_constructor' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L328
  123. no-member:
    Method '_obj_with_exclusions' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L328
  124. no-member:
    Method '_obj_with_exclusions' has no '_values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L530
  125. no-member:
    Method '_obj_with_exclusions' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L534
  126. no-member:
    Method '_obj_with_exclusions' has no '_constructor' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L536
  127. no-member:
    Method '_obj_with_exclusions' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L536
  128. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L1498
  129. no-member:
    Method '_obj_with_exclusions' has no 'T' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L1523
  130. no-member:
    Method '_obj_with_exclusions' has no 'axes' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L1550
  131. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L1751
  132. no-member:
    Method '_obj_with_exclusions' has no 'index' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L1751
  133. no-member:
    Method '_obj_with_exclusions' has no 'T' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L2006
  134. no-member:
    Method '_obj_with_exclusions' has no '_mgr' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L2008
  135. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L2021
  136. no-member:
    Method '_obj_with_exclusions' has no 'iloc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L2024
  137. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/generic.py#L2030
  138. no-member:
    Method '_result_index' has no '_values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/grouper.py#L703
  139. no-member:
    Method '_group_index' has no '_values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/grouper.py#L706
  140. no-member:
    Method '_group_index' has no 'set_categories' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/grouper.py#L733
  141. no-member:
    Method '_selected_obj' has no 'iloc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1106
  142. no-member:
    Method '_selected_obj' has no '_get_axis' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1462
  143. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1666
  144. no-member:
    Method '_obj_with_exclusions' has no 'to_frame' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1666
  145. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1685
  146. no-member:
    Method '_obj_with_exclusions' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1687
  147. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1689
  148. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1702
  149. no-member:
    Method '_obj_with_exclusions' has no 'to_frame' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1702
  150. no-member:
    Method '_obj_with_exclusions' has no 'index' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1720
  151. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1721
  152. no-member:
    Method '_obj_with_exclusions' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1722
  153. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1725
  154. no-member:
    Method '_obj_with_exclusions' has no '_constructor' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1726
  155. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1738
  156. no-member:
    Method '_obj_with_exclusions' has no 'to_frame' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1738
  157. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1754
  158. no-member:
    Method '_obj_with_exclusions' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1755
  159. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1758
  160. no-member:
    Method '_obj_with_exclusions' has no '_constructor' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1759
  161. no-member:
    Method '_selected_obj' has no 'shape' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1816
  162. no-member:
    Method '_obj_with_exclusions' has no 'shape' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L1816
  163. no-member:
    Method '_obj_with_exclusions' has no '_constructor' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2056
  164. no-member:
    Method '_obj_with_exclusions' has no 'index' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2056
  165. no-member:
    Method '_obj_with_exclusions' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2056
  166. no-member:
    Method '_obj_with_exclusions' has no '_get_axis' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2067
  167. no-member:
    Method '_selected_obj' has no 'take' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2080
  168. no-member:
    Method '_selected_obj' has no 'index' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2082
  169. no-member:
    Method '_selected_obj' has no 'shape' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2086
  170. no-member:
    Method '_selected_obj' has no 'where' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2087
  171. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2773
  172. no-member:
    Method '_obj_with_exclusions' has no 'iloc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2793
  173. no-member:
    Method '_obj_with_exclusions' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L2794
  174. no-member:
    Method '_selected_obj' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L3526
  175. no-member:
    Method '_selected_obj' has no '_values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L3531
  176. no-member:
    Method '_obj_with_exclusions' has no 'describe' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L3553
  177. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L3556
  178. no-member:
    Method '_selected_obj' has no 'dropna' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L4277
  179. no-member:
    Method '_obj_with_exclusions' has no '_get_axis' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L4597
  180. no-member:
    Method '_obj_with_exclusions' has no '_get_axis' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L4671
  181. no-member:
    Method '_selected_obj' has no '_get_numeric_data' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L4973
  182. no-member:
    Method '_selected_obj' has no '_get_numeric_data' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5048
  183. no-member:
    Method '_obj_with_exclusions' has no '_reindex_with_indexers' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5192
  184. no-member:
    Method '_obj_with_exclusions' has no 'axes' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5193
  185. no-member:
    Method '_obj_with_exclusions' has no 'ndim' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5302
  186. no-member:
    Method '_obj_with_exclusions' has no 'dtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5303
  187. no-member:
    Method '_obj_with_exclusions' has no 'dtypes' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5306
  188. no-member:
    Method '_selected_obj' has no 'iloc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5530
  189. no-member:
    Method '_selected_obj' has no 'empty' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5724
  190. no-member:
    Method '_selected_obj' has no 'take' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5757
  191. no-member:
    Method '_obj_with_exclusions' has no '_get_numeric_data' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5819
  192. no-member:
    Method '_obj_with_exclusions' has no 'isna' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/groupby/groupby.py#L5828
  193. no-member:
    Method 'numpy_dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/dtypes/dtypes.py#L1552
  194. no-member:
    Method 'numpy_dtype' has no 'itemsize' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/dtypes/dtypes.py#L1557
  195. no-member:
    Method 'numpy_dtype' has no 'kind' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/dtypes/dtypes.py#L2206
  196. no-member:
    Method 'numpy_dtype' has no 'itemsize' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/core/dtypes/dtypes.py#L2211
  197. no-member:
    Method 'num' has no 'search' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/io/parsers/python_parser.py#L904
  198. no-member:
    Method 'plt' has no 'draw_if_interactive' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/plotting/_matplotlib/core.py#L495
  199. no-member:
    Method 'plt' has no 'figure' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/plotting/_matplotlib/core.py#L580
  200. no-member:
    Method 'axes' has no 'reshape' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/plotting/_matplotlib/core.py#L611
  201. no-member:
    Method 'plt' has no 'rcParams' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/plotting/_matplotlib/core.py#L1383
  202. no-member:
    Method '_values' has no 'sort' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/test_algos.py#L582
  203. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L26
  204. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L26
  205. no-member:
    Method '_selected_obj' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L29
  206. no-member:
    Method '_selected_obj' has no 'name' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L29
  207. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L33
  208. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L33
  209. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L36
  210. no-member:
    Method '_selected_obj' has no 'columns' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/window/test_api.py#L36
  211. no-member:
    Method 'dtype' has no 'tz' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexing/test_coercion.py#L279
  212. no-member:
    Method 'array' has no 'closed' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/interval/test_interval_pyarrow.py#L34
  213. no-member:
    Method 'array' has no 'sum' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/timedeltas/test_reductions.py#L33
  214. no-member:
    Method 'array' has no 'sum' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/timedeltas/test_reductions.py#L61
  215. no-member:
    Method 'array' has no 'sum' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/timedeltas/test_reductions.py#L70
  216. no-member:
    Method 'array' has no 'sum' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/timedeltas/test_reductions.py#L76
  217. no-member:
    Method 'array' has no 'sum' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/timedeltas/test_reductions.py#L82
  218. no-member:
    Method 'array' has no 'median' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/timedeltas/test_reductions.py#L171
  219. no-member:
    Method 'array' has no 'median' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/timedeltas/test_reductions.py#L180
  220. no-member:
    Method 'dtype' has no 'categories' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/arrays/categorical/test_dtypes.py#L135
  221. no-member:
    Method '_isnan' has no 'all' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/test_index_new.py#L63
  222. no-member:
    Method '_isnan' has no 'all' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/test_index_new.py#L66
  223. no-member:
    Method '_isnan' has no 'all' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/test_index_new.py#L69
  224. no-member:
    Method '_isnan' has no 'all' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/test_index_new.py#L72
  225. no-member:
    Method 'dtype' has no 'type' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/test_base.py#L1165
  226. no-member:
    Method 'dtype' has no 'subtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval_range.py#L203
  227. no-member:
    Method 'dtype' has no 'subtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval_range.py#L209
  228. no-member:
    Method 'dtype' has no 'subtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval_range.py#L215
  229. no-member:
    Method 'dtype' has no 'subtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval_range.py#L221
  230. no-member:
    Method 'dtype' has no 'subtype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_constructors.py#L258
  231. no-member:
    Method 'left' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_astype.py#L111
  232. no-member:
    Method 'right' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_astype.py#L112
  233. no-member:
    Method 'left' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_astype.py#L152
  234. no-member:
    Method 'right' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_astype.py#L152
  235. no-member:
    Method 'left' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_astype.py#L167
  236. no-member:
    Method 'right' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_astype.py#L167
  237. no-member:
    Method 'left' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_setops.py#L146
  238. no-member:
    Method 'left' has no 'astype' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_setops.py#L170
  239. no-member:
    Method 'left' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L150
  240. no-member:
    Method 'left' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L150
  241. no-member:
    Method 'right' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L153
  242. no-member:
    Method 'right' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L153
  243. no-member:
    Method 'left' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L159
  244. no-member:
    Method 'left' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L159
  245. no-member:
    Method 'right' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L162
  246. no-member:
    Method 'right' has no 'values' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/interval/test_interval.py#L162
  247. no-member:
    Method '_values' has no 'tolist' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/multi/test_duplicates.py#L237
  248. no-member:
    Method '_values' has no 'copy' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/multi/test_compat.py#L51
  249. no-member:
    Method '_values' has no 'copy' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/multi/test_compat.py#L52
  250. no-member:
    Method '_engine' has no 'get_loc' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/indexes/numeric/test_indexing.py#L104
  251. no-member:
    Method '_engine' has no 'over_size_threshold' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/series/indexing/test_datetime.py#L359
  252. redefined-variable-type:
    Redefinition of expected type from pandas.core.series.Series to pandas.core.frame.DataFrame
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tests/series/methods/test_update.py#L35
  253. no-member:
    Method 'rep_stamp' has no 'month' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tseries/frequencies.py#L297
  254. no-member:
    Method 'rep_stamp' has no 'month' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tseries/frequencies.py#L305
  255. no-member:
    Method 'rep_stamp' has no 'weekday' member
    https://github.com/pandas-dev/pandas/blob/db6fd22b6b1fceb8f8e6a2b23c7cb615b55c2c5e/pandas/tseries/frequencies.py#L330

Effect on sentry:
The following messages are now emitted:

  1. arguments-differ:
    Number of parameters was 5 in 'Signal.connect' and is now 3 in overriding 'BetterSignal.connect' method
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/signals.py#L57
  2. not-callable:
    receiver is not callable
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/signals.py#L93
  3. no-name-in-module:
    No name 'encoding' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/event_manager.py#L35
  4. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/data_export/models.py#L6
  5. no-name-in-module:
    No name 'encoding' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/data_export/models.py#L7
  6. missing-function-docstring:
    Missing function or method docstring
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/data_export/models.py#L77
  7. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/data_export/tasks.py#L12
  8. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/organizationmember_mapping/model.py#L9
  9. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/organization/model.py#L10
  10. no-name-in-module:
    No name 'text' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/user/impl.py#L9
  11. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/access/service.py#L5
  12. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/integration/impl.py#L6
  13. import-error:
    Unable to import 'django.db.models.base'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/import_export/service.py#L9
  14. no-name-in-module:
    No name 'base' in module 'django.db.models'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/import_export/service.py#L9
  15. no-member:
    Module 'django.db.models' has no 'base' member; maybe 'Case'?
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/import_export/impl.py#L52
  16. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/services/hybrid_cloud/organization_mapping/model.py#L9
  17. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/sentry_webhooks/plugin.py#L40
  18. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/sentry_webhooks/plugin.py#L39
  19. no-name-in-module:
    No name 'safestring' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/base/configuration.py#L4
  20. no-member:
    Module 'django.forms' has no 'Form' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/bases/issue.py#L20
  21. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/bases/issue.py#L21
  22. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/bases/issue.py#L22
  23. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/bases/issue.py#L20
  24. no-member:
    Module 'django.forms' has no 'Form' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/bases/notify.py#L20
  25. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/bases/notify.py#L20
  26. no-member:
    Module 'django.forms' has no 'Form' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/bases/notify.py#L24
  27. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/plugins/interfaces/releasehook.py#L4
  28. no-name-in-module:
    No name 'json' in module 'django.core.serializers'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/backup/helpers.py#L15
  29. import-error:
    Unable to import 'django.db.models.base'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/backup/imports.py#L9
  30. no-name-in-module:
    No name 'base' in module 'django.db.models'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/backup/imports.py#L9
  31. import-error:
    Unable to import 'django.db.models.fields.related'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/backup/dependencies.py#L10
  32. no-name-in-module:
    No name 'related' in module 'django.db.models.fields'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/backup/dependencies.py#L10
  33. no-name-in-module:
    No name 'encoding' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/buffer/redis.py#L10
  34. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/search/utils.py#L21
  35. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/search/snuba/backend.py#L13
  36. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/search/snuba/executors.py#L15
  37. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/options.py#L4
  38. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/clear_expired_snoozes.py#L1
  39. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/clear_expired_rulesnoozes.py#L1
  40. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/collect_project_platforms.py#L3
  41. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/files.py#L5
  42. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/update_user_reports.py#L5
  43. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/beacon.py#L8
  44. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/weekly_reports.py#L12
  45. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/commit_context.py#L6
  46. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/reprocessing.py#L5
  47. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/app_store_connect.py#L14
  48. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/statistical_detectors.py#L9
  49. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/groupowner.py#L4
  50. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/auto_resolve_issues.py#L8
  51. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/post_process.py#L12
  52. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/check_auth.py#L9
  53. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/assemble.py#L14
  54. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/integrations/github/pr_comment.py#L11
  55. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/integrations/slack/link_slack_user_identities.py#L5
  56. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/deletion/scheduled.py#L9
  57. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/tasks/deletion/hybrid_cloud.py#L23
  58. no-name-in-module:
    No name 'timezone' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/pipeline.py#L13
  59. no-name-in-module:
    No name 'crypto' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/webhook.py#L8
  60. no-member:
    Module 'django.forms' has no 'Form' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L240
  61. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L241
  62. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L248
  63. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L255
  64. no-member:
    Module 'django.forms' has no 'BooleanField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L264
  65. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L274
  66. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L285
  67. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L295
  68. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L298
  69. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github_enterprise/integration.py#L240
  70. no-member:
    Module 'django.forms' has no 'Form' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L220
  71. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L221
  72. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L231
  73. no-member:
    Module 'django.forms' has no 'BooleanField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L246
  74. no-member:
    Module 'django.forms' has no 'BooleanField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L258
  75. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L270
  76. no-member:
    Module 'django.forms' has no 'CharField' member
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L278
  77. too-few-public-methods:
    Too few public methods (1/2)
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/integration.py#L220
  78. no-name-in-module:
    No name 'crypto' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/gitlab/webhooks.py#L10
  79. no-name-in-module:
    No name 'crypto' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/src/sentry/integrations/github/webhook.py#L12
  80. no-name-in-module:
    No name 'text' in module 'django.utils'
    https://github.com/getsentry/sentry/blob/055bd33956fcb97a3ebfa68cfe5c59fa9cd614ed/...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 2a2e12a

Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The primer looks Amazing (unlikely that a Real no-member exists in those code bases). There's probably a lot of issues to close related to decorators too.

@Pierre-Sassoulas Pierre-Sassoulas added backport maintenance/3.2.x and removed Needs backport Needs to be cherry-picked on the current patch version by a pylint's maintainer labels Jan 10, 2024
@Pierre-Sassoulas Pierre-Sassoulas merged commit 4739f84 into pylint-dev:main Jan 10, 2024
47 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 10, 2024
@jacobtylerwalls jacobtylerwalls deleted the 9246-decorator-no-member branch January 10, 2024 19:19
Pierre-Sassoulas pushed a commit that referenced this pull request Jan 10, 2024
…9355)

(cherry picked from commit 4739f84)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backported False Positive 🦟 A message is emitted but nothing is wrong with the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attributes on functions supplied by decorators trigger no-member
2 participants