MikePiTop

Untitled

Nov 12th, 2021
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. pitop/pulse/configuration.py:100: error: Call to untyped function "__get_bit_string" in typed context
  2. pitop/pulse/configuration.py:102: error: Call to untyped function "__get_bit_string" in typed context
  3. pitop/pulse/configuration.py:107: error: Function is missing a type annotation
  4. pitop/pulse/configuration.py:118: error: Call to untyped function "__get_bit_string" in typed context
  5. pitop/pulse/configuration.py:121: error: Call to untyped function "connect" in typed context
  6. pitop/pulse/configuration.py:123: error: Call to untyped function "disconnect" in typed context
  7. pitop/pulse/configuration.py:125: error: Call to untyped function "__verify_device_state" in typed context
  8. pitop/pulse/configuration.py:139: error: Function is missing a return type annotation
  9. pitop/pulse/configuration.py:149: error: Call to untyped function "connect" in typed context
  10. pitop/pulse/configuration.py:151: error: Call to untyped function "disconnect" in typed context
  11. pitop/pulse/configuration.py:161: error: Function is missing a type annotation
  12. pitop/pulse/configuration.py:164: error: Call to untyped function "__get_addr_for_bit" in typed context
  13. pitop/pulse/configuration.py:165: error: Call to untyped function "__get_addr_for_bit" in typed context
  14. pitop/pulse/configuration.py:170: error: Call to untyped function "__write_device_state" in typed context
  15. pitop/pulse/configuration.py:178: error: Function is missing a type annotation
  16. pitop/pulse/configuration.py:187: error: Function is missing a return type annotation
  17. pitop/pulse/configuration.py:194: error: Function is missing a return type annotation
  18. pitop/pulse/configuration.py:201: error: Function is missing a return type annotation
  19. pitop/pulse/configuration.py:205: error: Call to untyped function "__update_device_state_bit" in typed context
  20. pitop/pulse/configuration.py:208: error: Function is missing a return type annotation
  21. pitop/pulse/configuration.py:212: error: Call to untyped function "__update_device_state_bit" in typed context
  22. pitop/pulse/configuration.py:218: error: Function is missing a return type annotation
  23. pitop/pulse/configuration.py:221: error: Call to untyped function "__get_addr_for_bit" in typed context
  24. pitop/pulse/configuration.py:221: error: Call to untyped function "__read_device_state" in typed context
  25. pitop/pulse/configuration.py:224: error: Function is missing a return type annotation
  26. pitop/pulse/configuration.py:227: error: Call to untyped function "__get_addr_for_bit" in typed context
  27. pitop/pulse/configuration.py:227: error: Call to untyped function "__read_device_state" in typed context
  28. pitop/pulse/configuration.py:22: error: Function is missing a type annotation
  29. pitop/pulse/configuration.py:230: error: Function is missing a return type annotation
  30. pitop/pulse/configuration.py:233: error: Call to untyped function "__get_addr_for_bit" in typed context
  31. pitop/pulse/configuration.py:233: error: Call to untyped function "__read_device_state" in typed context
  32. pitop/pulse/configuration.py:236: error: Function is missing a return type annotation
  33. pitop/pulse/configuration.py:240: error: Call to untyped function "__get_addr_for_bit" in typed context
  34. pitop/pulse/configuration.py:240: error: Call to untyped function "__read_device_state" in typed context
  35. pitop/pulse/configuration.py:243: error: Function is missing a return type annotation
  36. pitop/pulse/configuration.py:247: error: Call to untyped function "__get_addr_for_bit" in typed context
  37. pitop/pulse/configuration.py:247: error: Call to untyped function "__read_device_state" in typed context
  38. pitop/pulse/configuration.py:33: error: Function is missing a type annotation
  39. pitop/pulse/configuration.py:42: error: Function is missing a type annotation
  40. pitop/pulse/configuration.py:57: error: Call to untyped function "__read_device_state" in typed context
  41. pitop/pulse/configuration.py:58: error: Call to untyped function "__get_bit_string" in typed context
  42. pitop/pulse/configuration.py:65: error: Call to untyped function "__get_addr_for_bit" in typed context
  43. pitop/pulse/configuration.py:83: error: Call to untyped function "__write_device_state" in typed context
  44. pitop/pulse/configuration.py:86: error: Function is missing a type annotation
  45. pitop/pulse/configuration.py:92: error: Call to untyped function "__read_device_state" in typed context
  46. pitop/pulse/ledmatrix.py:311: error: Function is missing a return type annotation
  47. pitop/pulse/ledmatrix.py:311: note: Use "-> None" if function does not return a value
  48. pitop/pulse/ledmatrix.py:322: error: Call to untyped function "mcu_enabled" in typed context
  49. pitop/pulse/ledmatrix.py:329: error: Name "_serial_device" is not defined
  50. pitop/pulse/ledmatrix.py:331: error: Name "_serial_device" is not defined
  51. pitop/pulse/ledmatrix.py:342: error: Function is missing a type annotation
  52. pitop/pulse/ledmatrix.py:350: error: Call to untyped function "stop" in typed context
  53. pitop/pulse/ledmatrix.py:351: error: Call to untyped function "off" in typed context
  54. pitop/pulse/ledmatrix.py:355: error: Function is missing a return type annotation
  55. pitop/pulse/ledmatrix.py:375: error: Function is missing a type annotation
  56. pitop/pulse/ledmatrix.py:396: error: Name "_serial_device" is not defined
  57. pitop/pulse/ledmatrix.py:400: error: Function is missing a type annotation
  58. pitop/pulse/ledmatrix.py:410: error: Function is missing a type annotation
  59. pitop/pulse/ledmatrix.py:424: error: Function is missing a return type annotation
  60. pitop/pulse/ledmatrix.py:440: error: Argument 1 to "list" has incompatible type "zip[Tuple[Any, ...]]"; expected "Iterable[List[List[int]]]"
  61. pitop/pulse/ledmatrix.py:445: error: Function is missing a type annotation
  62. pitop/pulse/ledmatrix.py:451: error: Call to untyped function "__scale_pixel_to_brightness" in typed context
  63. pitop/pulse/ledmatrix.py:452: error: Call to untyped function "__get_gamma_corrected_value" in typed context
  64. pitop/pulse/ledmatrix.py:457: error: Function is missing a type annotation
  65. pitop/pulse/ledmatrix.py:463: error: Call to untyped function "__brightness_correct" in typed context
  66. pitop/pulse/ledmatrix.py:464: error: Call to untyped function "__brightness_correct" in typed context
  67. pitop/pulse/ledmatrix.py:465: error: Call to untyped function "__brightness_correct" in typed context
  68. pitop/pulse/ledmatrix.py:470: error: Function is missing a return type annotation
  69. pitop/pulse/ledmatrix.py:470: note: Use "-> None" if function does not return a value
  70. pitop/pulse/ledmatrix.py:476: error: Call to untyped function "__initialise" in typed context
  71. pitop/pulse/ledmatrix.py:478: error: Call to untyped function "__write" in typed context
  72. pitop/pulse/ledmatrix.py:481: error: Function is missing a type annotation
  73. pitop/pulse/ledmatrix.py:507: error: Function is missing a return type annotation
  74. pitop/pulse/ledmatrix.py:507: note: Use "-> None" if function does not return a value
  75. pitop/pulse/ledmatrix.py:517: error: Call to untyped function "show" in typed context
  76. pitop/pulse/ledmatrix.py:521: error: Function is missing a type annotation
  77. pitop/pulse/ledmatrix.py:543: error: Function is missing a type annotation
  78. pitop/pulse/ledmatrix.py:554: error: Function is missing a return type annotation
  79. pitop/pulse/ledmatrix.py:554: note: Use "-> None" if function does not return a value
  80. pitop/pulse/ledmatrix.py:557: error: Call to untyped function "__set_show_state" in typed context
  81. pitop/pulse/ledmatrix.py:560: error: Function is missing a return type annotation
  82. pitop/pulse/ledmatrix.py:560: note: Use "-> None" if function does not return a value
  83. pitop/pulse/ledmatrix.py:563: error: Call to untyped function "__set_show_state" in typed context
  84. pitop/pulse/ledmatrix.py:571: error: Function is missing a type annotation
  85. pitop/pulse/ledmatrix.py:575: error: Name "_debug" is not defined
  86. pitop/pulse/ledmatrix.py:578: error: Function is missing a type annotation
  87. pitop/pulse/ledmatrix.py:591: error: Function is missing a return type annotation
  88. pitop/pulse/ledmatrix.py:600: error: Function is missing a type annotation
  89. pitop/pulse/ledmatrix.py:615: error: Function is missing a return type annotation
  90. pitop/pulse/ledmatrix.py:615: note: Use "-> None" if function does not return a value
  91. pitop/pulse/ledmatrix.py:618: error: Call to untyped function "__flip" in typed context
  92. pitop/pulse/ledmatrix.py:621: error: Function is missing a return type annotation
  93. pitop/pulse/ledmatrix.py:621: note: Use "-> None" if function does not return a value
  94. pitop/pulse/ledmatrix.py:624: error: Call to untyped function "__flip" in typed context
  95. pitop/pulse/ledmatrix.py:627: error: Function is missing a return type annotation
  96. pitop/pulse/ledmatrix.py:633: error: Function is missing a type annotation
  97. pitop/pulse/ledmatrix.py:645: error: Function is missing a type annotation
  98. pitop/pulse/ledmatrix.py:657: error: Call to untyped function "__adjust_r_g_b_for_brightness_correction" in typed context
  99. pitop/pulse/ledmatrix.py:661: error: Function is missing a type annotation
  100. pitop/pulse/ledmatrix.py:668: error: Call to untyped function "__adjust_r_g_b_for_brightness_correction" in typed context
  101. pitop/pulse/ledmatrix.py:674: error: Function is missing a return type annotation
  102. pitop/pulse/ledmatrix.py:674: note: Use "-> None" if function does not return a value
  103. pitop/pulse/ledmatrix.py:695: error: Call to untyped function "__enable_show_state" in typed context
  104. pitop/pulse/ledmatrix.py:704: error: Call to untyped function "__sync_with_device" in typed context
  105. pitop/pulse/ledmatrix.py:706: error: Call to untyped function "__get_rotated_pixel_map" in typed context
  106. pitop/pulse/ledmatrix.py:707: error: Call to untyped function "__get_avg_color" in typed context
  107. pitop/pulse/ledmatrix.py:709: error: Call to untyped function "__initialise" in typed context
  108. pitop/pulse/ledmatrix.py:721: error: Call to untyped function "__rgb_to_bytes_to_send" in typed context
  109. pitop/pulse/ledmatrix.py:723: error: Call to untyped function "__rgb_to_bytes_to_send" in typed context
  110. pitop/pulse/ledmatrix.py:730: error: Call to untyped function "__write" in typed context
  111. pitop/pulse/ledmatrix.py:733: error: Call to untyped function "__disable_show_state" in typed context
  112. pitop/pulse/ledmatrix.py:736: error: Function is missing a return type annotation
  113. pitop/pulse/ledmatrix.py:736: note: Use "-> None" if function does not return a value
  114. pitop/pulse/ledmatrix.py:744: error: Function is missing a return type annotation
  115. pitop/pulse/ledmatrix.py:744: note: Use "-> None" if function does not return a value
  116. pitop/pulse/ledmatrix.py:747: error: Call to untyped function "clear" in typed context
  117. pitop/pulse/ledmatrix.py:748: error: Call to untyped function "show" in typed context
  118. pitop/pulse/ledmatrix.py:751: error: Function is missing a return type annotation
  119. pitop/pulse/ledmatrix.py:751: note: Use "-> None" if function does not return a value
  120. pitop/pulse/ledmatrix.py:754: error: Call to untyped function "off" in typed context
  121. pitop/pulse/ledmatrix.py:763: error: Call to untyped function "rotation" in typed context
  122. pitop/pulse/ledmatrix.py:772: error: Call to untyped function "set_pixel" in typed context
  123. pitop/pulse/ledmatrix.py:773: error: Call to untyped function "show" in typed context
  124. pitop/pulse/ledmatrix.py:776: error: Call to untyped function "off" in typed context
  125. pitop/pulse/ledmatrix.py:785: error: Call to untyped function "rotation" in typed context
  126. pitop/pulse/ledmatrix.py:789: error: Call to untyped function "set_pixel" in typed context
  127. pitop/pulse/ledmatrix.py:797: error: Call to untyped function "show" in typed context
  128. pitop/pulse/ledmatrix.py:800: error: Call to untyped function "off" in typed context
  129. pitop/pulse/ledmatrix.py:808: error: Call to untyped function "brightness" in typed context
  130. pitop/pulse/ledmatrix.py:809: error: Call to untyped function "set_all" in typed context
  131. pitop/pulse/ledmatrix.py:810: error: Call to untyped function "show" in typed context
  132. pitop/pulse/ledmatrix.py:814: error: Call to untyped function "brightness" in typed context
  133. pitop/pulse/ledmatrix.py:815: error: Call to untyped function "set_all" in typed context
  134. pitop/pulse/ledmatrix.py:816: error: Call to untyped function "show" in typed context
  135. pitop/pulse/ledmatrix.py:819: error: Call to untyped function "off" in typed context
  136. pitop/pulse/ledmatrix.py:820: error: Call to untyped function "brightness" in typed context
  137. pitop/pulse/ledmatrix.py:830: error: Call to untyped function "set_pixel" in typed context
  138. pitop/pulse/ledmatrix.py:832: error: Call to untyped function "set_pixel" in typed context
  139. pitop/pulse/ledmatrix.py:834: error: Call to untyped function "show" in typed context
  140. pitop/pulse/ledmatrix.py:840: error: Call to untyped function "flip_h" in typed context
  141. pitop/pulse/ledmatrix.py:842: error: Call to untyped function "flip_v" in typed context
  142. pitop/pulse/ledmatrix.py:843: error: Call to untyped function "show" in typed context
  143. pitop/pulse/ledmatrix.py:846: error: Call to untyped function "off" in typed context
  144. pitop/pulse/ledmatrix.py:853: error: Call to untyped function "start" in typed context
  145. pitop/pulse/ledmatrix.py:890: error: Call to untyped function "set_pixel" in typed context
  146. pitop/pulse/ledmatrix.py:892: error: Call to untyped function "set_pixel" in typed context
  147. pitop/pulse/ledmatrix.py:896: error: Call to untyped function "stop" in typed context
  148. pitop/pulse/ledmatrix.py:897: error: Call to untyped function "off" in typed context
  149. pitop/pulse/ledmatrix.py:900: error: Function is missing a type annotation
  150. pitop/pulse/ledmatrix.py:916: error: Function is missing a return type annotation
  151. pitop/pulse/ledmatrix.py:916: note: Use "-> None" if function does not return a value
  152. pitop/pulse/ledmatrix.py:934: error: Call to untyped function "clear" in typed context
Advertisement
Add Comment
Please, Sign In to add comment