Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.19 KB | None | 0 0
  1. ************* Module mutpy.type_analysis
  2. type_analysis.py:15:19: C0326: Exactly one space required after comma
  3. def controlledP(str,end="\n"):
  4.  
  5. ^ (bad-whitespace)
  6. type_analysis.py:16:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  7. type_analysis.py:17:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  8. type_analysis.py:17:19: C0326: Exactly one space required after comma
  9. with open(log_name,'a') as f:
  10.  
  11. ^ (bad-whitespace)
  12. type_analysis.py:18:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  13. type_analysis.py:19:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  14. type_analysis.py:21:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  15. type_analysis.py:22:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  16. type_analysis.py:22:19: C0326: Exactly one space required after comma
  17. with open(log_name,'w') as f:
  18.  
  19. ^ (bad-whitespace)
  20. type_analysis.py:23:6: C0303: Trailing whitespace (trailing-whitespace)
  21. type_analysis.py:23:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  22. type_analysis.py:25:14: C0326: Exactly one space required after comma
  23. def nothing(*x,**X):
  24.  
  25. ^ (bad-whitespace)
  26. type_analysis.py:26:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  27. type_analysis.py:29:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  28. type_analysis.py:30:23: C0326: Exactly one space required after comma
  29. def controlledPrint(str,end="\n"):
  30.  
  31. ^ (bad-whitespace)
  32. type_analysis.py:31:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  33. type_analysis.py:35:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  34. type_analysis.py:37:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  35. type_analysis.py:40:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  36. type_analysis.py:42:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  37. type_analysis.py:46:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  38. type_analysis.py:47:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  39. type_analysis.py:48:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  40. type_analysis.py:49:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  41. type_analysis.py:50:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  42. type_analysis.py:51:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  43. type_analysis.py:52:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  44. type_analysis.py:53:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  45. type_analysis.py:54:0: C0303: Trailing whitespace (trailing-whitespace)
  46. type_analysis.py:60:5: C0303: Trailing whitespace (trailing-whitespace)
  47. type_analysis.py:60:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  48. type_analysis.py:62:5: C0303: Trailing whitespace (trailing-whitespace)
  49. type_analysis.py:62:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  50. type_analysis.py:64:5: C0303: Trailing whitespace (trailing-whitespace)
  51. type_analysis.py:64:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  52. type_analysis.py:66:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  53. type_analysis.py:69:30: C0326: Exactly one space required after :
  54. def check_for_types(left_types:set,right_types:set,operation):
  55.  
  56. ^ (bad-whitespace)
  57. type_analysis.py:69:34: C0326: Exactly one space required after comma
  58. def check_for_types(left_types:set,right_types:set,operation):
  59.  
  60. ^ (bad-whitespace)
  61. type_analysis.py:69:46: C0326: Exactly one space required after :
  62. def check_for_types(left_types:set,right_types:set,operation):
  63.  
  64. ^ (bad-whitespace)
  65. type_analysis.py:69:50: C0326: Exactly one space required after comma
  66. def check_for_types(left_types:set,right_types:set,operation):
  67.  
  68. ^ (bad-whitespace)
  69. type_analysis.py:70:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  70. type_analysis.py:71:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  71. type_analysis.py:72:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  72. type_analysis.py:73:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  73. type_analysis.py:74:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  74. type_analysis.py:75:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  75. type_analysis.py:76:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  76. type_analysis.py:77:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  77. type_analysis.py:78:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  78. type_analysis.py:79:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  79. type_analysis.py:80:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  80. type_analysis.py:81:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  81. type_analysis.py:82:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  82. type_analysis.py:83:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  83. type_analysis.py:83:40: C0326: Exactly one space required after comma
  84. result_dummy = operation(left_dummy,right_dummy)
  85.  
  86. ^ (bad-whitespace)
  87. type_analysis.py:84:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  88. type_analysis.py:85:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  89. type_analysis.py:86:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  90. type_analysis.py:87:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  91. type_analysis.py:88:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  92. type_analysis.py:89:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  93. type_analysis.py:90:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  94. type_analysis.py:91:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  95. type_analysis.py:93:40: C0326: Exactly one space required after :
  96. def check_for_types_with_node(left_types:set,right_types:set,node):
  97.  
  98. ^ (bad-whitespace)
  99. type_analysis.py:93:44: C0326: Exactly one space required after comma
  100. def check_for_types_with_node(left_types:set,right_types:set,node):
  101.  
  102. ^ (bad-whitespace)
  103. type_analysis.py:93:56: C0326: Exactly one space required after :
  104. def check_for_types_with_node(left_types:set,right_types:set,node):
  105.  
  106. ^ (bad-whitespace)
  107. type_analysis.py:93:60: C0326: Exactly one space required after comma
  108. def check_for_types_with_node(left_types:set,right_types:set,node):
  109.  
  110. ^ (bad-whitespace)
  111. type_analysis.py:94:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  112. type_analysis.py:95:0: C0330: Wrong continued indentation (add 8 spaces).
  113. ast.Sub:operator.sub,
  114.  
  115. ^ | (bad-continuation)
  116. type_analysis.py:96:0: C0330: Wrong continued indentation (add 8 spaces).
  117. ast.Mult:operator.mul,
  118.  
  119. ^ | (bad-continuation)
  120. type_analysis.py:97:0: C0330: Wrong continued indentation (add 8 spaces).
  121. ast.Div:operator.truediv,
  122.  
  123. ^ | (bad-continuation)
  124. type_analysis.py:98:0: C0330: Wrong continued indentation (add 8 spaces).
  125. ast.Mod:operator.mod,
  126.  
  127. ^ | (bad-continuation)
  128. type_analysis.py:99:0: C0330: Wrong continued indentation (add 8 spaces).
  129. ast.Pow:operator.pow,
  130.  
  131. ^ | (bad-continuation)
  132. type_analysis.py:100:0: C0330: Wrong continued indentation (add 8 spaces).
  133. ast.FloorDiv:operator.floordiv,
  134.  
  135. ^ | (bad-continuation)
  136. type_analysis.py:101:0: C0330: Wrong continued indentation (add 8 spaces).
  137. ast.Eq:operator.eq,
  138.  
  139. ^ | (bad-continuation)
  140. type_analysis.py:102:0: C0330: Wrong continued indentation (add 8 spaces).
  141. ast.NotEq:operator.ne,
  142.  
  143. ^ | (bad-continuation)
  144. type_analysis.py:103:0: C0330: Wrong continued indentation (add 8 spaces).
  145. ast.Gt:operator.gt,
  146.  
  147. ^ | (bad-continuation)
  148. type_analysis.py:104:0: C0330: Wrong continued indentation (add 8 spaces).
  149. ast.Lt:operator.lt,
  150.  
  151. ^ | (bad-continuation)
  152. type_analysis.py:105:0: C0330: Wrong continued indentation (add 8 spaces).
  153. ast.GtE:operator.ge,
  154.  
  155. ^ | (bad-continuation)
  156. type_analysis.py:106:0: C0330: Wrong continued indentation (add 8 spaces).
  157. ast.LtE:operator.le,
  158.  
  159. ^ | (bad-continuation)
  160. type_analysis.py:107:0: C0330: Wrong continued indentation (add 8 spaces).
  161. ast.BitOr:operator.or_,
  162.  
  163. ^ | (bad-continuation)
  164. type_analysis.py:108:0: C0330: Wrong continued indentation (add 8 spaces).
  165. ast.BitAnd:operator.and_}
  166.  
  167. ^ | (bad-continuation)
  168. type_analysis.py:109:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  169. type_analysis.py:109:47: C0326: Exactly one space required after comma
  170. operationToCheck = operator_map.get(type(node),None)
  171.  
  172. ^ (bad-whitespace)
  173. type_analysis.py:110:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  174. type_analysis.py:111:63: C0303: Trailing whitespace (trailing-whitespace)
  175. type_analysis.py:111:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  176. type_analysis.py:112:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  177. type_analysis.py:112:34: C0326: Exactly one space required after comma
  178. return check_for_types(left_types,right_types,operationToCheck)
  179.  
  180. ^ (bad-whitespace)
  181. type_analysis.py:112:46: C0326: Exactly one space required after comma
  182. return check_for_types(left_types,right_types,operationToCheck)
  183.  
  184. ^ (bad-whitespace)
  185. type_analysis.py:113:0: C0303: Trailing whitespace (trailing-whitespace)
  186. type_analysis.py:114:0: C0303: Trailing whitespace (trailing-whitespace)
  187. type_analysis.py:116:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  188. type_analysis.py:117:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  189. type_analysis.py:118:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  190. type_analysis.py:118:32: C0326: Exactly one space required after comma
  191. def visit_check_if_mutable(self,node,visitor):
  192.  
  193. ^ (bad-whitespace)
  194. type_analysis.py:118:37: C0326: Exactly one space required after comma
  195. def visit_check_if_mutable(self,node,visitor):
  196.  
  197. ^ (bad-whitespace)
  198. type_analysis.py:119:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  199. type_analysis.py:120:0: C0303: Trailing whitespace (trailing-whitespace)
  200. type_analysis.py:122:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  201. type_analysis.py:123:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  202. type_analysis.py:124:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  203. type_analysis.py:125:0: C0303: Trailing whitespace (trailing-whitespace)
  204. type_analysis.py:126:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  205. type_analysis.py:126:32: C0326: Exactly one space required after comma
  206. def visit_check_if_mutable(self,node,visitor):
  207.  
  208. ^ (bad-whitespace)
  209. type_analysis.py:126:37: C0326: Exactly one space required after comma
  210. def visit_check_if_mutable(self,node,visitor):
  211.  
  212. ^ (bad-whitespace)
  213. type_analysis.py:128:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  214. type_analysis.py:129:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  215. type_analysis.py:129:34: C0326: Exactly one space required after comma
  216. if not hasattr(annotationManager,name):
  217.  
  218. ^ (bad-whitespace)
  219. type_analysis.py:130:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  220. type_analysis.py:131:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  221. type_analysis.py:132:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  222. type_analysis.py:132:34: C0326: Exactly one space required after comma
  223. fun = getattr(annotationManager,name)
  224.  
  225. ^ (bad-whitespace)
  226. type_analysis.py:133:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  227. type_analysis.py:133:11: C0326: Exactly one space required after comma
  228. fun(self,node,visitor)
  229.  
  230. ^ (bad-whitespace)
  231. type_analysis.py:133:16: C0326: Exactly one space required after comma
  232. fun(self,node,visitor)
  233.  
  234. ^ (bad-whitespace)
  235. type_analysis.py:134:0: C0303: Trailing whitespace (trailing-whitespace)
  236. type_analysis.py:135:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  237. type_analysis.py:135:28: C0326: Exactly one space required after comma
  238. def check_whole_mutant(self,root_node):
  239.  
  240. ^ (bad-whitespace)
  241. type_analysis.py:136:0: C0301: Line too long (130/100) (line-too-long)
  242. type_analysis.py:136:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  243. type_analysis.py:136:28: C0326: Exactly one space required after comma
  244. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  245.  
  246. ^ (bad-whitespace)
  247. type_analysis.py:136:36: C0326: Exactly one space required after comma
  248. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  249.  
  250. ^ (bad-whitespace)
  251. type_analysis.py:136:45: C0326: Exactly one space required after comma
  252. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  253.  
  254. ^ (bad-whitespace)
  255. type_analysis.py:136:53: C0326: Exactly one space required after comma
  256. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  257.  
  258. ^ (bad-whitespace)
  259. type_analysis.py:136:61: C0326: Exactly one space required after comma
  260. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  261.  
  262. ^ (bad-whitespace)
  263. type_analysis.py:136:69: C0326: Exactly one space required after comma
  264. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  265.  
  266. ^ (bad-whitespace)
  267. type_analysis.py:136:82: C0326: Exactly one space required after comma
  268. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  269.  
  270. ^ (bad-whitespace)
  271. type_analysis.py:136:89: C0326: Exactly one space required after comma
  272. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  273.  
  274. ^ (bad-whitespace)
  275. type_analysis.py:136:99: C0326: Exactly one space required after comma
  276. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  277.  
  278. ^ (bad-whitespace)
  279. type_analysis.py:136:106: C0326: Exactly one space required after comma
  280. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  281.  
  282. ^ (bad-whitespace)
  283. type_analysis.py:136:113: C0326: Exactly one space required after comma
  284. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  285.  
  286. ^ (bad-whitespace)
  287. type_analysis.py:136:121: C0326: Exactly one space required after comma
  288. checkable_nodes = {ast.Add,ast.Sub,ast.Mult,ast.Div,ast.Mod,ast.Pow,ast.FloorDiv,ast.Eq,ast.NotEq,ast.Gt,ast.Lt,ast.GtE,ast.LtE}
  289.  
  290. ^ (bad-whitespace)
  291. type_analysis.py:137:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  292. type_analysis.py:138:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  293. type_analysis.py:138:20: C0326: Exactly one space required after comma
  294. def __call__(self,node):
  295.  
  296. ^ (bad-whitespace)
  297. type_analysis.py:139:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  298. type_analysis.py:140:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  299. type_analysis.py:141:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  300. type_analysis.py:142:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  301. type_analysis.py:143:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  302. type_analysis.py:143:36: C0326: Exactly one space required after comma
  303. if not hasattr(annotationManager,name):
  304.  
  305. ^ (bad-whitespace)
  306. type_analysis.py:144:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  307. type_analysis.py:145:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  308. type_analysis.py:146:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  309. type_analysis.py:146:36: C0326: Exactly one space required after comma
  310. fun = getattr(annotationManager,name)
  311.  
  312. ^ (bad-whitespace)
  313. type_analysis.py:147:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  314. type_analysis.py:147:13: C0326: Exactly one space required after comma
  315. fun(self,node,dummyVisitor())
  316.  
  317. ^ (bad-whitespace)
  318. type_analysis.py:147:18: C0326: Exactly one space required after comma
  319. fun(self,node,dummyVisitor())
  320.  
  321. ^ (bad-whitespace)
  322. type_analysis.py:148:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  323. type_analysis.py:149:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  324. type_analysis.py:150:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  325. type_analysis.py:151:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  326. type_analysis.py:152:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  327. type_analysis.py:153:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  328. type_analysis.py:154:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  329. type_analysis.py:155:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  330. type_analysis.py:156:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  331. type_analysis.py:157:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  332. type_analysis.py:158:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  333. type_analysis.py:159:0: C0303: Trailing whitespace (trailing-whitespace)
  334. type_analysis.py:160:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  335. type_analysis.py:160:28: C0326: Exactly one space required after comma
  336. def check_mutation_Add(self,node,visitor):
  337.  
  338. ^ (bad-whitespace)
  339. type_analysis.py:160:33: C0326: Exactly one space required after comma
  340. def check_mutation_Add(self,node,visitor):
  341.  
  342. ^ (bad-whitespace)
  343. type_analysis.py:161:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  344. type_analysis.py:162:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  345. type_analysis.py:163:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  346. type_analysis.py:164:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  347. type_analysis.py:165:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  348. type_analysis.py:166:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  349. type_analysis.py:167:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  350. type_analysis.py:168:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  351. type_analysis.py:169:0: C0303: Trailing whitespace (trailing-whitespace)
  352. type_analysis.py:170:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  353. type_analysis.py:170:22: C0326: Exactly one space required after comma
  354. if not(hasattr(right,self.mark_name) and hasattr(left,self.mark_name)):
  355.  
  356. ^ (bad-whitespace)
  357. type_analysis.py:170:55: C0326: Exactly one space required after comma
  358. if not(hasattr(right,self.mark_name) and hasattr(left,self.mark_name)):
  359.  
  360. ^ (bad-whitespace)
  361. type_analysis.py:171:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  362. type_analysis.py:172:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  363. type_analysis.py:172:27: C0326: Exactly one space required after comma
  364. left_types = getattr(left,self.mark_name)
  365.  
  366. ^ (bad-whitespace)
  367. type_analysis.py:173:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  368. type_analysis.py:173:29: C0326: Exactly one space required after comma
  369. right_types = getattr(right,self.mark_name)
  370.  
  371. ^ (bad-whitespace)
  372. type_analysis.py:174:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  373. type_analysis.py:175:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  374. type_analysis.py:176:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  375. type_analysis.py:176:26: C0326: Exactly one space required after comma
  376. if isinstance(left_types,type):
  377.  
  378. ^ (bad-whitespace)
  379. type_analysis.py:177:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  380. type_analysis.py:178:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  381. type_analysis.py:178:27: C0326: Exactly one space required after comma
  382. if isinstance(right_types,type):
  383.  
  384. ^ (bad-whitespace)
  385. type_analysis.py:179:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  386. type_analysis.py:180:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  387. type_analysis.py:181:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  388. type_analysis.py:182:0: C0303: Trailing whitespace (trailing-whitespace)
  389. type_analysis.py:183:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  390. type_analysis.py:184:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  391. type_analysis.py:184:57: C0326: Exactly one space required after comma
  392. result_types_set = check_for_types_with_node(left_types,right_types,mutated_node)
  393.  
  394. ^ (bad-whitespace)
  395. type_analysis.py:184:69: C0326: Exactly one space required after comma
  396. result_types_set = check_for_types_with_node(left_types,right_types,mutated_node)
  397.  
  398. ^ (bad-whitespace)
  399. type_analysis.py:185:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  400. type_analysis.py:186:155: C0303: Trailing whitespace (trailing-whitespace)
  401. type_analysis.py:186:0: C0301: Line too long (155/100) (line-too-long)
  402. type_analysis.py:186:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  403. type_analysis.py:186:118: C0326: Exactly one space required after comma
  404. raise MutationAnnResign('operation of {0} between {1} and {2} was impossible. Lineno:{3}'.format(type(mutated_node),left_types,right_types,node.lineno))
  405.  
  406. ^ (bad-whitespace)
  407. type_analysis.py:186:129: C0326: Exactly one space required after comma
  408. raise MutationAnnResign('operation of {0} between {1} and {2} was impossible. Lineno:{3}'.format(type(mutated_node),left_types,right_types,node.lineno))
  409.  
  410. ^ (bad-whitespace)
  411. type_analysis.py:186:141: C0326: Exactly one space required after comma
  412. raise MutationAnnResign('operation of {0} between {1} and {2} was impossible. Lineno:{3}'.format(type(mutated_node),left_types,right_types,node.lineno))
  413.  
  414. ^ (bad-whitespace)
  415. type_analysis.py:187:0: C0303: Trailing whitespace (trailing-whitespace)
  416. type_analysis.py:188:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  417. type_analysis.py:188:28: C0326: Exactly one space required after comma
  418. def check_mutation_Sub(self,node,visitor):
  419.  
  420. ^ (bad-whitespace)
  421. type_analysis.py:188:33: C0326: Exactly one space required after comma
  422. def check_mutation_Sub(self,node,visitor):
  423.  
  424. ^ (bad-whitespace)
  425. type_analysis.py:189:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  426. type_analysis.py:189:30: C0326: Exactly one space required after comma
  427. self.check_mutation_Add(node,visitor)
  428.  
  429. ^ (bad-whitespace)
  430. type_analysis.py:190:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  431. type_analysis.py:190:29: C0326: Exactly one space required after comma
  432. def check_mutation_Mult(self,node,visitor):
  433.  
  434. ^ (bad-whitespace)
  435. type_analysis.py:190:34: C0326: Exactly one space required after comma
  436. def check_mutation_Mult(self,node,visitor):
  437.  
  438. ^ (bad-whitespace)
  439. type_analysis.py:191:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  440. type_analysis.py:191:30: C0326: Exactly one space required after comma
  441. self.check_mutation_Add(node,visitor)
  442.  
  443. ^ (bad-whitespace)
  444. type_analysis.py:192:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  445. type_analysis.py:192:28: C0326: Exactly one space required after comma
  446. def check_mutation_Div(self,node,visitor):
  447.  
  448. ^ (bad-whitespace)
  449. type_analysis.py:192:33: C0326: Exactly one space required after comma
  450. def check_mutation_Div(self,node,visitor):
  451.  
  452. ^ (bad-whitespace)
  453. type_analysis.py:193:39: C0303: Trailing whitespace (trailing-whitespace)
  454. type_analysis.py:193:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  455. type_analysis.py:193:30: C0326: Exactly one space required after comma
  456. self.check_mutation_Add(node,visitor)
  457.  
  458. ^ (bad-whitespace)
  459. type_analysis.py:194:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  460. type_analysis.py:194:28: C0326: Exactly one space required after comma
  461. def check_mutation_Mod(self,node,visitor):
  462.  
  463. ^ (bad-whitespace)
  464. type_analysis.py:194:33: C0326: Exactly one space required after comma
  465. def check_mutation_Mod(self,node,visitor):
  466.  
  467. ^ (bad-whitespace)
  468. type_analysis.py:195:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  469. type_analysis.py:195:30: C0326: Exactly one space required after comma
  470. self.check_mutation_Add(node,visitor)
  471.  
  472. ^ (bad-whitespace)
  473. type_analysis.py:196:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  474. type_analysis.py:196:28: C0326: Exactly one space required after comma
  475. def check_mutation_Pow(self,node,visitor):
  476.  
  477. ^ (bad-whitespace)
  478. type_analysis.py:196:33: C0326: Exactly one space required after comma
  479. def check_mutation_Pow(self,node,visitor):
  480.  
  481. ^ (bad-whitespace)
  482. type_analysis.py:197:39: C0303: Trailing whitespace (trailing-whitespace)
  483. type_analysis.py:197:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  484. type_analysis.py:197:30: C0326: Exactly one space required after comma
  485. self.check_mutation_Add(node,visitor)
  486.  
  487. ^ (bad-whitespace)
  488. type_analysis.py:198:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  489. type_analysis.py:198:33: C0326: Exactly one space required after comma
  490. def check_mutation_FloorDiv(self,node,visitor):
  491.  
  492. ^ (bad-whitespace)
  493. type_analysis.py:198:38: C0326: Exactly one space required after comma
  494. def check_mutation_FloorDiv(self,node,visitor):
  495.  
  496. ^ (bad-whitespace)
  497. type_analysis.py:199:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  498. type_analysis.py:199:30: C0326: Exactly one space required after comma
  499. self.check_mutation_Add(node,visitor)
  500.  
  501. ^ (bad-whitespace)
  502. type_analysis.py:200:0: C0303: Trailing whitespace (trailing-whitespace)
  503. type_analysis.py:201:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  504. type_analysis.py:201:27: C0326: Exactly one space required after comma
  505. def check_mutation_Eq(self,node,visitor):
  506.  
  507. ^ (bad-whitespace)
  508. type_analysis.py:201:32: C0326: Exactly one space required after comma
  509. def check_mutation_Eq(self,node,visitor):
  510.  
  511. ^ (bad-whitespace)
  512. type_analysis.py:202:61: C0303: Trailing whitespace (trailing-whitespace)
  513. type_analysis.py:202:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  514. type_analysis.py:202:52: C0326: Exactly one space required after comma
  515. return self.check_mutation_for_compare_parent(node,visitor)
  516.  
  517. ^ (bad-whitespace)
  518. type_analysis.py:203:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  519. type_analysis.py:203:30: C0326: Exactly one space required after comma
  520. def check_mutation_NotEq(self,node,visitor):
  521.  
  522. ^ (bad-whitespace)
  523. type_analysis.py:203:35: C0326: Exactly one space required after comma
  524. def check_mutation_NotEq(self,node,visitor):
  525.  
  526. ^ (bad-whitespace)
  527. type_analysis.py:204:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  528. type_analysis.py:204:52: C0326: Exactly one space required after comma
  529. return self.check_mutation_for_compare_parent(node,visitor)
  530.  
  531. ^ (bad-whitespace)
  532. type_analysis.py:205:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  533. type_analysis.py:205:27: C0326: Exactly one space required after comma
  534. def check_mutation_Gt(self,node,visitor):
  535.  
  536. ^ (bad-whitespace)
  537. type_analysis.py:205:32: C0326: Exactly one space required after comma
  538. def check_mutation_Gt(self,node,visitor):
  539.  
  540. ^ (bad-whitespace)
  541. type_analysis.py:206:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  542. type_analysis.py:206:52: C0326: Exactly one space required after comma
  543. return self.check_mutation_for_compare_parent(node,visitor)
  544.  
  545. ^ (bad-whitespace)
  546. type_analysis.py:207:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  547. type_analysis.py:207:28: C0326: Exactly one space required after comma
  548. def check_mutation_GtE(self,node,visitor):
  549.  
  550. ^ (bad-whitespace)
  551. type_analysis.py:207:33: C0326: Exactly one space required after comma
  552. def check_mutation_GtE(self,node,visitor):
  553.  
  554. ^ (bad-whitespace)
  555. type_analysis.py:208:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  556. type_analysis.py:208:52: C0326: Exactly one space required after comma
  557. return self.check_mutation_for_compare_parent(node,visitor)
  558.  
  559. ^ (bad-whitespace)
  560. type_analysis.py:209:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  561. type_analysis.py:209:27: C0326: Exactly one space required after comma
  562. def check_mutation_Lt(self,node,visitor):
  563.  
  564. ^ (bad-whitespace)
  565. type_analysis.py:209:32: C0326: Exactly one space required after comma
  566. def check_mutation_Lt(self,node,visitor):
  567.  
  568. ^ (bad-whitespace)
  569. type_analysis.py:210:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  570. type_analysis.py:210:52: C0326: Exactly one space required after comma
  571. return self.check_mutation_for_compare_parent(node,visitor)
  572.  
  573. ^ (bad-whitespace)
  574. type_analysis.py:211:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  575. type_analysis.py:211:28: C0326: Exactly one space required after comma
  576. def check_mutation_LtE(self,node,visitor):
  577.  
  578. ^ (bad-whitespace)
  579. type_analysis.py:211:33: C0326: Exactly one space required after comma
  580. def check_mutation_LtE(self,node,visitor):
  581.  
  582. ^ (bad-whitespace)
  583. type_analysis.py:212:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  584. type_analysis.py:212:52: C0326: Exactly one space required after comma
  585. return self.check_mutation_for_compare_parent(node,visitor)
  586.  
  587. ^ (bad-whitespace)
  588. type_analysis.py:213:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  589. type_analysis.py:213:43: C0326: Exactly one space required after comma
  590. def check_mutation_for_compare_parent(self,node,visitor):
  591.  
  592. ^ (bad-whitespace)
  593. type_analysis.py:213:48: C0326: Exactly one space required after comma
  594. def check_mutation_for_compare_parent(self,node,visitor):
  595.  
  596. ^ (bad-whitespace)
  597. type_analysis.py:214:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  598. type_analysis.py:215:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  599. type_analysis.py:216:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  600. type_analysis.py:217:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  601. type_analysis.py:218:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  602. type_analysis.py:219:0: C0303: Trailing whitespace (trailing-whitespace)
  603. type_analysis.py:220:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  604. type_analysis.py:221:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  605. type_analysis.py:221:8: C0326: Exactly one space required around assignment
  606. index+=1
  607.  
  608. ^^ (bad-whitespace)
  609. type_analysis.py:222:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  610. type_analysis.py:224:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  611. type_analysis.py:225:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  612. type_analysis.py:226:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  613. type_analysis.py:227:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  614. type_analysis.py:228:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  615. type_analysis.py:229:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  616. type_analysis.py:230:0: C0303: Trailing whitespace (trailing-whitespace)
  617. type_analysis.py:231:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  618. type_analysis.py:231:22: C0326: Exactly one space required after comma
  619. if not(hasattr(right,self.mark_name) and hasattr(left,self.mark_name)):
  620.  
  621. ^ (bad-whitespace)
  622. type_analysis.py:231:55: C0326: Exactly one space required after comma
  623. if not(hasattr(right,self.mark_name) and hasattr(left,self.mark_name)):
  624.  
  625. ^ (bad-whitespace)
  626. type_analysis.py:232:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  627. type_analysis.py:233:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  628. type_analysis.py:233:27: C0326: Exactly one space required after comma
  629. left_types = getattr(left,self.mark_name)
  630.  
  631. ^ (bad-whitespace)
  632. type_analysis.py:234:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  633. type_analysis.py:234:29: C0326: Exactly one space required after comma
  634. right_types = getattr(right,self.mark_name)
  635.  
  636. ^ (bad-whitespace)
  637. type_analysis.py:235:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  638. type_analysis.py:236:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  639. type_analysis.py:237:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  640. type_analysis.py:237:26: C0326: Exactly one space required after comma
  641. if isinstance(left_types,type):
  642.  
  643. ^ (bad-whitespace)
  644. type_analysis.py:238:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  645. type_analysis.py:239:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  646. type_analysis.py:239:27: C0326: Exactly one space required after comma
  647. if isinstance(right_types,type):
  648.  
  649. ^ (bad-whitespace)
  650. type_analysis.py:240:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  651. type_analysis.py:241:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  652. type_analysis.py:242:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  653. type_analysis.py:243:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  654. type_analysis.py:244:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  655. type_analysis.py:244:57: C0326: Exactly one space required after comma
  656. result_types_set = check_for_types_with_node(left_types,right_types,mutated_node)
  657.  
  658. ^ (bad-whitespace)
  659. type_analysis.py:244:69: C0326: Exactly one space required after comma
  660. result_types_set = check_for_types_with_node(left_types,right_types,mutated_node)
  661.  
  662. ^ (bad-whitespace)
  663. type_analysis.py:245:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  664. type_analysis.py:246:167: C0303: Trailing whitespace (trailing-whitespace)
  665. type_analysis.py:246:0: C0301: Line too long (167/100) (line-too-long)
  666. type_analysis.py:246:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  667. type_analysis.py:246:129: C0326: Exactly one space required after comma
  668. raise MutationAnnResign(MutationAnnResign('Comparison of {0} between {1} and {2} was impossible. Lineno:{3}'.format(type(node),left_types,right_types,node.lineno)))
  669.  
  670. ^ (bad-whitespace)
  671. type_analysis.py:246:140: C0326: Exactly one space required after comma
  672. raise MutationAnnResign(MutationAnnResign('Comparison of {0} between {1} and {2} was impossible. Lineno:{3}'.format(type(node),left_types,right_types,node.lineno)))
  673.  
  674. ^ (bad-whitespace)
  675. type_analysis.py:246:152: C0326: Exactly one space required after comma
  676. raise MutationAnnResign(MutationAnnResign('Comparison of {0} between {1} and {2} was impossible. Lineno:{3}'.format(type(node),left_types,right_types,node.lineno)))
  677.  
  678. ^ (bad-whitespace)
  679. type_analysis.py:249:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  680. type_analysis.py:250:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  681. type_analysis.py:251:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  682. type_analysis.py:251:23: C0326: Exactly one space required after comma
  683. def mark_ast_tree(self,node,depth=0,bypassBlock=False):
  684.  
  685. ^ (bad-whitespace)
  686. type_analysis.py:251:28: C0326: Exactly one space required after comma
  687. def mark_ast_tree(self,node,depth=0,bypassBlock=False):
  688.  
  689. ^ (bad-whitespace)
  690. type_analysis.py:251:36: C0326: Exactly one space required after comma
  691. def mark_ast_tree(self,node,depth=0,bypassBlock=False):
  692.  
  693. ^ (bad-whitespace)
  694. type_analysis.py:252:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  695. type_analysis.py:254:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  696. type_analysis.py:255:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  697. type_analysis.py:256:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  698. type_analysis.py:257:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  699. type_analysis.py:258:0: C0303: Trailing whitespace (trailing-whitespace)
  700. type_analysis.py:259:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  701. type_analysis.py:260:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  702. type_analysis.py:261:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  703. type_analysis.py:262:0: C0303: Trailing whitespace (trailing-whitespace)
  704. type_analysis.py:263:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  705. type_analysis.py:264:0: C0303: Trailing whitespace (trailing-whitespace)
  706. type_analysis.py:265:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  707. type_analysis.py:266:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  708. type_analysis.py:267:0: C0303: Trailing whitespace (trailing-whitespace)
  709. type_analysis.py:268:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  710. type_analysis.py:269:28: C0303: Trailing whitespace (trailing-whitespace)
  711. type_analysis.py:269:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  712. type_analysis.py:270:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  713. type_analysis.py:271:0: C0303: Trailing whitespace (trailing-whitespace)
  714. type_analysis.py:272:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  715. type_analysis.py:273:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  716. type_analysis.py:274:0: C0303: Trailing whitespace (trailing-whitespace)
  717. type_analysis.py:275:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  718. type_analysis.py:275:23: C0326: Exactly one space required after comma
  719. def mark_ast_tree(self,node,depth=0,bypassBlock=False):
  720.  
  721. ^ (bad-whitespace)
  722. type_analysis.py:275:28: C0326: Exactly one space required after comma
  723. def mark_ast_tree(self,node,depth=0,bypassBlock=False):
  724.  
  725. ^ (bad-whitespace)
  726. type_analysis.py:275:36: C0326: Exactly one space required after comma
  727. def mark_ast_tree(self,node,depth=0,bypassBlock=False):
  728.  
  729. ^ (bad-whitespace)
  730. type_analysis.py:276:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  731. type_analysis.py:277:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  732. type_analysis.py:278:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  733. type_analysis.py:279:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  734. type_analysis.py:280:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  735. type_analysis.py:280:6: C0326: Exactly one space required around assignment
  736. str+=tree+self.variable_types_dictionary[tree].get_type_set().__str__()
  737.  
  738. ^^ (bad-whitespace)
  739. type_analysis.py:281:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  740. type_analysis.py:281:63: C0326: Exactly one space required after comma
  741. controlledPrint(depth*'\t'+'marking {0} dict {1}'.format(node,str))
  742.  
  743. ^ (bad-whitespace)
  744. type_analysis.py:282:0: C0303: Trailing whitespace (trailing-whitespace)
  745. type_analysis.py:283:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  746. type_analysis.py:284:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  747. type_analysis.py:285:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  748. type_analysis.py:286:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  749. type_analysis.py:287:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  750. type_analysis.py:287:32: C0326: Exactly one space required after comma
  751. self.action_before_field(node,field,value,depth)
  752.  
  753. ^ (bad-whitespace)
  754. type_analysis.py:287:38: C0326: Exactly one space required after comma
  755. self.action_before_field(node,field,value,depth)
  756.  
  757. ^ (bad-whitespace)
  758. type_analysis.py:287:44: C0326: Exactly one space required after comma
  759. self.action_before_field(node,field,value,depth)
  760.  
  761. ^ (bad-whitespace)
  762. type_analysis.py:288:46: C0303: Trailing whitespace (trailing-whitespace)
  763. type_analysis.py:288:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  764. type_analysis.py:289:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  765. type_analysis.py:290:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  766. type_analysis.py:291:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  767. type_analysis.py:292:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  768. type_analysis.py:292:33: C0326: Exactly one space required after comma
  769. self.mark_ast_tree(element,depth+1,bypassBlock)
  770.  
  771. ^ (bad-whitespace)
  772. type_analysis.py:292:41: C0326: Exactly one space required after comma
  773. self.mark_ast_tree(element,depth+1,bypassBlock)
  774.  
  775. ^ (bad-whitespace)
  776. type_analysis.py:293:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  777. type_analysis.py:294:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  778. type_analysis.py:294:29: C0326: Exactly one space required after comma
  779. self.mark_ast_tree(value,depth+1,bypassBlock)
  780.  
  781. ^ (bad-whitespace)
  782. type_analysis.py:294:37: C0326: Exactly one space required after comma
  783. self.mark_ast_tree(value,depth+1,bypassBlock)
  784.  
  785. ^ (bad-whitespace)
  786. type_analysis.py:295:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  787. type_analysis.py:296:0: C0303: Trailing whitespace (trailing-whitespace)
  788. type_analysis.py:297:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  789. type_analysis.py:298:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  790. type_analysis.py:299:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  791. type_analysis.py:299:6: C0326: Exactly one space required around assignment
  792. str+=tree+self.variable_types_dictionary[tree].get_type_set().__str__()
  793.  
  794. ^^ (bad-whitespace)
  795. type_analysis.py:300:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  796. type_analysis.py:300:67: C0326: Exactly one space required after comma
  797. controlledPrint(depth*'\t'+'End marking {0} dict {1}'.format(node,str))
  798.  
  799. ^ (bad-whitespace)
  800. type_analysis.py:302:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  801. type_analysis.py:302:34: C0326: Exactly one space required after comma
  802. def actions_before_recursion(self,node):
  803.  
  804. ^ (bad-whitespace)
  805. type_analysis.py:303:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  806. type_analysis.py:304:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  807. type_analysis.py:305:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  808. type_analysis.py:306:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  809. type_analysis.py:307:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  810. type_analysis.py:308:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  811. type_analysis.py:308:32: C0326: Exactly one space required after comma
  812. self.set_variable_type(node,annotation_type)
  813.  
  814. ^ (bad-whitespace)
  815. type_analysis.py:309:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  816. type_analysis.py:310:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  817. type_analysis.py:310:32: C0326: Exactly one space required after comma
  818. self.set_variable_type(node,UnknownType)
  819.  
  820. ^ (bad-whitespace)
  821. type_analysis.py:311:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  822. type_analysis.py:312:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  823. type_analysis.py:312:31: C0326: Exactly one space required after comma
  824. self.set_variable_type(node,UnknownType)
  825.  
  826. ^ (bad-whitespace)
  827. type_analysis.py:313:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  828. type_analysis.py:314:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  829. type_analysis.py:315:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  830. type_analysis.py:316:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  831. type_analysis.py:317:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  832. type_analysis.py:318:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  833. type_analysis.py:319:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  834. type_analysis.py:320:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  835. type_analysis.py:321:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  836. type_analysis.py:321:39: C0326: Exactly one space required after comma
  837. self.set_variable_type(node.target,UnknownType)
  838.  
  839. ^ (bad-whitespace)
  840. type_analysis.py:322:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  841. type_analysis.py:323:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  842. type_analysis.py:324:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  843. type_analysis.py:324:31: C0326: Exactly one space required after comma
  844. self.set_variable_type(el,UnknownType)
  845.  
  846. ^ (bad-whitespace)
  847. type_analysis.py:325:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  848. type_analysis.py:326:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  849. type_analysis.py:327:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  850. type_analysis.py:328:76: C0303: Trailing whitespace (trailing-whitespace)
  851. type_analysis.py:328:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  852. type_analysis.py:329:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  853. type_analysis.py:330:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  854. type_analysis.py:331:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  855. type_analysis.py:332:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  856. type_analysis.py:333:73: C0303: Trailing whitespace (trailing-whitespace)
  857. type_analysis.py:333:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  858. type_analysis.py:334:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  859. type_analysis.py:335:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  860. type_analysis.py:336:0: C0303: Trailing whitespace (trailing-whitespace)
  861. type_analysis.py:337:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  862. type_analysis.py:337:32: C0326: Exactly one space required after comma
  863. def action_after_recursion(self,node):
  864.  
  865. ^ (bad-whitespace)
  866. type_analysis.py:338:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  867. type_analysis.py:338:14: C0326: Exactly one space required after comma
  868. setattr(node,self.mark_name,self.determine_type(node))
  869.  
  870. ^ (bad-whitespace)
  871. type_analysis.py:338:29: C0326: Exactly one space required after comma
  872. setattr(node,self.mark_name,self.determine_type(node))
  873.  
  874. ^ (bad-whitespace)
  875. type_analysis.py:339:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  876. type_analysis.py:340:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  877. type_analysis.py:341:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  878. type_analysis.py:342:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  879. type_analysis.py:343:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  880. type_analysis.py:344:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  881. type_analysis.py:345:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  882. type_analysis.py:346:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  883. type_analysis.py:347:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  884. type_analysis.py:348:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  885. type_analysis.py:349:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  886. type_analysis.py:349:56: C0326: No space allowed before :
  887. elif type(node) == ast.While or type(node) == ast.For :
  888.  
  889. ^ (bad-whitespace)
  890. type_analysis.py:350:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  891. type_analysis.py:351:0: C0303: Trailing whitespace (trailing-whitespace)
  892. type_analysis.py:352:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  893. type_analysis.py:352:29: C0326: Exactly one space required after comma
  894. def action_before_field(self,node,field,value,depth):
  895.  
  896. ^ (bad-whitespace)
  897. type_analysis.py:352:34: C0326: Exactly one space required after comma
  898. def action_before_field(self,node,field,value,depth):
  899.  
  900. ^ (bad-whitespace)
  901. type_analysis.py:352:40: C0326: Exactly one space required after comma
  902. def action_before_field(self,node,field,value,depth):
  903.  
  904. ^ (bad-whitespace)
  905. type_analysis.py:352:46: C0326: Exactly one space required after comma
  906. def action_before_field(self,node,field,value,depth):
  907.  
  908. ^ (bad-whitespace)
  909. type_analysis.py:353:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  910. type_analysis.py:354:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  911. type_analysis.py:355:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  912. type_analysis.py:356:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  913. type_analysis.py:357:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  914. type_analysis.py:358:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  915. type_analysis.py:358:24: C0326: Exactly one space required after comma
  916. if hasattr(node.iter,self.mark_name) and node.target is not None:
  917.  
  918. ^ (bad-whitespace)
  919. type_analysis.py:359:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  920. type_analysis.py:359:33: C0326: Exactly one space required after comma
  921. iterType = getattr(node.iter,self.mark_name)
  922.  
  923. ^ (bad-whitespace)
  924. type_analysis.py:360:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  925. type_analysis.py:361:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  926. type_analysis.py:363:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  927. type_analysis.py:363:26: C0326: Exactly one space required after comma
  928. setattr(node.target,self.mark_name,iterType.contentType)
  929.  
  930. ^ (bad-whitespace)
  931. type_analysis.py:363:41: C0326: Exactly one space required after comma
  932. setattr(node.target,self.mark_name,iterType.contentType)
  933.  
  934. ^ (bad-whitespace)
  935. type_analysis.py:364:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  936. type_analysis.py:364:41: C0326: Exactly one space required after comma
  937. self.set_variable_type(node.target,iterType.contentType)
  938.  
  939. ^ (bad-whitespace)
  940. type_analysis.py:365:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  941. type_analysis.py:366:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  942. type_analysis.py:367:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  943. type_analysis.py:367:18: C0326: Exactly one space required after comma
  944. setattr(el,self.mark_name,iterType.contentType)
  945.  
  946. ^ (bad-whitespace)
  947. type_analysis.py:367:33: C0326: Exactly one space required after comma
  948. setattr(el,self.mark_name,iterType.contentType)
  949.  
  950. ^ (bad-whitespace)
  951. type_analysis.py:368:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  952. type_analysis.py:368:33: C0326: Exactly one space required after comma
  953. self.set_variable_type(el,iterType.contentType)
  954.  
  955. ^ (bad-whitespace)
  956. type_analysis.py:369:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  957. type_analysis.py:370:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  958. type_analysis.py:371:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  959. type_analysis.py:371:36: C0326: Exactly one space required after comma
  960. self.action_before_field_Try(node,field,value,depth)
  961.  
  962. ^ (bad-whitespace)
  963. type_analysis.py:371:42: C0326: Exactly one space required after comma
  964. self.action_before_field_Try(node,field,value,depth)
  965.  
  966. ^ (bad-whitespace)
  967. type_analysis.py:371:48: C0326: Exactly one space required after comma
  968. self.action_before_field_Try(node,field,value,depth)
  969.  
  970. ^ (bad-whitespace)
  971. type_analysis.py:372:0: C0303: Trailing whitespace (trailing-whitespace)
  972. type_analysis.py:373:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  973. type_analysis.py:373:33: C0326: Exactly one space required after comma
  974. def action_before_field_Try(self,node,field,value,depth):
  975.  
  976. ^ (bad-whitespace)
  977. type_analysis.py:373:38: C0326: Exactly one space required after comma
  978. def action_before_field_Try(self,node,field,value,depth):
  979.  
  980. ^ (bad-whitespace)
  981. type_analysis.py:373:44: C0326: Exactly one space required after comma
  982. def action_before_field_Try(self,node,field,value,depth):
  983.  
  984. ^ (bad-whitespace)
  985. type_analysis.py:373:50: C0326: Exactly one space required after comma
  986. def action_before_field_Try(self,node,field,value,depth):
  987.  
  988. ^ (bad-whitespace)
  989. type_analysis.py:374:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  990. type_analysis.py:375:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  991. type_analysis.py:376:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  992. type_analysis.py:377:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  993. type_analysis.py:378:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  994. type_analysis.py:378:31: C0326: Exactly one space required after comma
  995. self.mark_ast_tree(element,depth+1,True)
  996.  
  997. ^ (bad-whitespace)
  998. type_analysis.py:378:39: C0326: Exactly one space required after comma
  999. self.mark_ast_tree(element,depth+1,True)
  1000.  
  1001. ^ (bad-whitespace)
  1002. type_analysis.py:379:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1003. type_analysis.py:380:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1004. type_analysis.py:380:28: C0326: Exactly one space required after comma
  1005. self.mark_ast_tree(value,depth+1,True)
  1006.  
  1007. ^ (bad-whitespace)
  1008. type_analysis.py:380:36: C0326: Exactly one space required after comma
  1009. self.mark_ast_tree(value,depth+1,True)
  1010.  
  1011. ^ (bad-whitespace)
  1012. type_analysis.py:381:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1013. type_analysis.py:381:13: C0326: Exactly one space required after comparison
  1014. elif field =="handlers":
  1015.  
  1016. ^^ (bad-whitespace)
  1017. type_analysis.py:382:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1018. type_analysis.py:383:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1019. type_analysis.py:384:21: C0303: Trailing whitespace (trailing-whitespace)
  1020. type_analysis.py:384:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1021. type_analysis.py:384:17: C0326: Exactly one space required around comparison
  1022. if len(value)==0:
  1023.  
  1024. ^^ (bad-whitespace)
  1025. type_analysis.py:385:98: C0303: Trailing whitespace (trailing-whitespace)
  1026. type_analysis.py:385:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1027. type_analysis.py:386:101: C0303: Trailing whitespace (trailing-whitespace)
  1028. type_analysis.py:386:0: C0301: Line too long (101/100) (line-too-long)
  1029. type_analysis.py:386:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1030. type_analysis.py:387:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1031. type_analysis.py:388:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1032. type_analysis.py:389:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1033. type_analysis.py:390:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1034. type_analysis.py:390:32: C0326: Exactly one space required after comma
  1035. self.mark_ast_tree(element,depth+1,True)
  1036.  
  1037. ^ (bad-whitespace)
  1038. type_analysis.py:390:40: C0326: Exactly one space required after comma
  1039. self.mark_ast_tree(element,depth+1,True)
  1040.  
  1041. ^ (bad-whitespace)
  1042. type_analysis.py:391:0: C0301: Line too long (102/100) (line-too-long)
  1043. type_analysis.py:391:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1044. type_analysis.py:393:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1045. type_analysis.py:394:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1046. type_analysis.py:395:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1047. type_analysis.py:395:28: C0326: Exactly one space required after comma
  1048. self.mark_ast_tree(value,depth+1,True)
  1049.  
  1050. ^ (bad-whitespace)
  1051. type_analysis.py:395:36: C0326: Exactly one space required after comma
  1052. self.mark_ast_tree(value,depth+1,True)
  1053.  
  1054. ^ (bad-whitespace)
  1055. type_analysis.py:396:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1056. type_analysis.py:397:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1057. type_analysis.py:398:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1058. type_analysis.py:399:0: C0301: Line too long (108/100) (line-too-long)
  1059. type_analysis.py:399:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1060. type_analysis.py:400:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1061. type_analysis.py:401:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1062. type_analysis.py:402:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1063. type_analysis.py:402:78: C0326: Exactly one space required after comma
  1064. Type_tree_dict_interface.enter_try_field_all(self.variable_types_dictionary,field)
  1065.  
  1066. ^ (bad-whitespace)
  1067. type_analysis.py:403:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1068. type_analysis.py:404:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1069. type_analysis.py:405:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1070. type_analysis.py:405:31: C0326: Exactly one space required after comma
  1071. self.mark_ast_tree(element,depth+1,True)
  1072.  
  1073. ^ (bad-whitespace)
  1074. type_analysis.py:405:39: C0326: Exactly one space required after comma
  1075. self.mark_ast_tree(element,depth+1,True)
  1076.  
  1077. ^ (bad-whitespace)
  1078. type_analysis.py:406:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1079. type_analysis.py:407:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1080. type_analysis.py:407:28: C0326: Exactly one space required after comma
  1081. self.mark_ast_tree(value,depth+1,True)
  1082.  
  1083. ^ (bad-whitespace)
  1084. type_analysis.py:407:36: C0326: Exactly one space required after comma
  1085. self.mark_ast_tree(value,depth+1,True)
  1086.  
  1087. ^ (bad-whitespace)
  1088. type_analysis.py:408:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1089. type_analysis.py:409:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1090. type_analysis.py:410:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1091. type_analysis.py:411:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1092. type_analysis.py:412:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1093. type_analysis.py:412:78: C0326: Exactly one space required after comma
  1094. Type_tree_dict_interface.enter_try_field_all(self.variable_types_dictionary,field)
  1095.  
  1096. ^ (bad-whitespace)
  1097. type_analysis.py:413:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1098. type_analysis.py:414:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1099. type_analysis.py:415:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1100. type_analysis.py:415:31: C0326: Exactly one space required after comma
  1101. self.mark_ast_tree(element,depth+1,True)
  1102.  
  1103. ^ (bad-whitespace)
  1104. type_analysis.py:415:39: C0326: Exactly one space required after comma
  1105. self.mark_ast_tree(element,depth+1,True)
  1106.  
  1107. ^ (bad-whitespace)
  1108. type_analysis.py:416:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1109. type_analysis.py:417:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1110. type_analysis.py:417:28: C0326: Exactly one space required after comma
  1111. self.mark_ast_tree(value,depth+1,True)
  1112.  
  1113. ^ (bad-whitespace)
  1114. type_analysis.py:417:36: C0326: Exactly one space required after comma
  1115. self.mark_ast_tree(value,depth+1,True)
  1116.  
  1117. ^ (bad-whitespace)
  1118. type_analysis.py:418:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1119. type_analysis.py:419:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1120. type_analysis.py:420:0: C0303: Trailing whitespace (trailing-whitespace)
  1121. type_analysis.py:421:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1122. type_analysis.py:421:29: C0326: Exactly one space required after comma
  1123. def determine_AnnAssign(self,node):
  1124.  
  1125. ^ (bad-whitespace)
  1126. type_analysis.py:422:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1127. type_analysis.py:423:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1128. type_analysis.py:424:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1129. type_analysis.py:424:24: C0326: Exactly one space required after comma
  1130. if hasattr(node.value,self.mark_name):
  1131.  
  1132. ^ (bad-whitespace)
  1133. type_analysis.py:425:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1134. type_analysis.py:426:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1135. type_analysis.py:426:31: C0326: Exactly one space required after comma
  1136. elif hasattr(node.annotation,self.mark_name):
  1137.  
  1138. ^ (bad-whitespace)
  1139. type_analysis.py:427:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1140. type_analysis.py:428:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1141. type_analysis.py:429:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1142. type_analysis.py:430:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1143. type_analysis.py:430:37: C0326: Exactly one space required after comma
  1144. self.set_variable_type(node.target,getattr(type_node,self.mark_name))
  1145.  
  1146. ^ (bad-whitespace)
  1147. type_analysis.py:430:55: C0326: Exactly one space required after comma
  1148. self.set_variable_type(node.target,getattr(type_node,self.mark_name))
  1149.  
  1150. ^ (bad-whitespace)
  1151. type_analysis.py:431:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1152. type_analysis.py:431:22: C0326: Exactly one space required after comma
  1153. setattr(node.target,self.mark_name,getattr(type_node,self.mark_name))
  1154.  
  1155. ^ (bad-whitespace)
  1156. type_analysis.py:431:37: C0326: Exactly one space required after comma
  1157. setattr(node.target,self.mark_name,getattr(type_node,self.mark_name))
  1158.  
  1159. ^ (bad-whitespace)
  1160. type_analysis.py:431:55: C0326: Exactly one space required after comma
  1161. setattr(node.target,self.mark_name,getattr(type_node,self.mark_name))
  1162.  
  1163. ^ (bad-whitespace)
  1164. type_analysis.py:432:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1165. type_analysis.py:433:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1166. type_analysis.py:433:26: C0326: Exactly one space required after comma
  1167. def determine_Assign(self,node):
  1168.  
  1169. ^ (bad-whitespace)
  1170. type_analysis.py:434:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1171. type_analysis.py:435:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1172. type_analysis.py:436:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1173. type_analysis.py:436:16: C0326: Exactly one space required after comma
  1174. for variable,value in zip(node.targets[0].elts, node.value.elts):
  1175.  
  1176. ^ (bad-whitespace)
  1177. type_analysis.py:437:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1178. type_analysis.py:437:21: C0326: Exactly one space required after comma
  1179. if hasattr(value,self.mark_name):
  1180.  
  1181. ^ (bad-whitespace)
  1182. type_analysis.py:438:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1183. type_analysis.py:438:22: C0326: Exactly one space required after comma
  1184. setattr(variable,self.mark_name,getattr(value,self.mark_name))
  1185.  
  1186. ^ (bad-whitespace)
  1187. type_analysis.py:438:37: C0326: Exactly one space required after comma
  1188. setattr(variable,self.mark_name,getattr(value,self.mark_name))
  1189.  
  1190. ^ (bad-whitespace)
  1191. type_analysis.py:438:51: C0326: Exactly one space required after comma
  1192. setattr(variable,self.mark_name,getattr(value,self.mark_name))
  1193.  
  1194. ^ (bad-whitespace)
  1195. type_analysis.py:439:68: C0303: Trailing whitespace (trailing-whitespace)
  1196. type_analysis.py:439:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1197. type_analysis.py:439:37: C0326: Exactly one space required after comma
  1198. self.set_variable_type(variable,getattr(value,self.mark_name))
  1199.  
  1200. ^ (bad-whitespace)
  1201. type_analysis.py:439:51: C0326: Exactly one space required after comma
  1202. self.set_variable_type(variable,getattr(value,self.mark_name))
  1203.  
  1204. ^ (bad-whitespace)
  1205. type_analysis.py:440:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1206. type_analysis.py:441:41: C0303: Trailing whitespace (trailing-whitespace)
  1207. type_analysis.py:441:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1208. type_analysis.py:441:24: C0326: Exactly one space required after comma
  1209. if hasattr(node.value,self.mark_name):
  1210.  
  1211. ^ (bad-whitespace)
  1212. type_analysis.py:442:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1213. type_analysis.py:442:42: C0326: Exactly one space required after comma
  1214. self.set_variable_type(node.targets[0],getattr(node.value,self.mark_name))
  1215.  
  1216. ^ (bad-whitespace)
  1217. type_analysis.py:442:61: C0326: Exactly one space required after comma
  1218. self.set_variable_type(node.targets[0],getattr(node.value,self.mark_name))
  1219.  
  1220. ^ (bad-whitespace)
  1221. type_analysis.py:443:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1222. type_analysis.py:443:27: C0326: Exactly one space required after comma
  1223. setattr(node.targets[0],self.mark_name,getattr(node.value,self.mark_name))
  1224.  
  1225. ^ (bad-whitespace)
  1226. type_analysis.py:443:42: C0326: Exactly one space required after comma
  1227. setattr(node.targets[0],self.mark_name,getattr(node.value,self.mark_name))
  1228.  
  1229. ^ (bad-whitespace)
  1230. type_analysis.py:443:61: C0326: Exactly one space required after comma
  1231. setattr(node.targets[0],self.mark_name,getattr(node.value,self.mark_name))
  1232.  
  1233. ^ (bad-whitespace)
  1234. type_analysis.py:444:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1235. type_analysis.py:445:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1236. type_analysis.py:445:23: C0326: Exactly one space required after comma
  1237. def determine_arg(self,node):
  1238.  
  1239. ^ (bad-whitespace)
  1240. type_analysis.py:446:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1241. type_analysis.py:447:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1242. type_analysis.py:447:25: C0326: Exactly one space required after comma
  1243. def determine_BinOp(self,node):
  1244.  
  1245. ^ (bad-whitespace)
  1246. type_analysis.py:448:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1247. type_analysis.py:448:27: C0326: Exactly one space required after comma
  1248. if not (hasattr(node.left,self.mark_name) and hasattr(node.right,self.mark_name)):
  1249.  
  1250. ^ (bad-whitespace)
  1251. type_analysis.py:448:66: C0326: Exactly one space required after comma
  1252. if not (hasattr(node.left,self.mark_name) and hasattr(node.right,self.mark_name)):
  1253.  
  1254. ^ (bad-whitespace)
  1255. type_analysis.py:449:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1256. type_analysis.py:450:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1257. type_analysis.py:450:32: C0326: Exactly one space required after comma
  1258. left_types = getattr(node.left,self.mark_name)
  1259.  
  1260. ^ (bad-whitespace)
  1261. type_analysis.py:451:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1262. type_analysis.py:451:34: C0326: Exactly one space required after comma
  1263. right_types = getattr(node.right,self.mark_name)
  1264.  
  1265. ^ (bad-whitespace)
  1266. type_analysis.py:452:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1267. type_analysis.py:453:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1268. type_analysis.py:454:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1269. type_analysis.py:454:26: C0326: Exactly one space required after comma
  1270. if isinstance(left_types,type):
  1271.  
  1272. ^ (bad-whitespace)
  1273. type_analysis.py:455:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1274. type_analysis.py:456:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1275. type_analysis.py:456:27: C0326: Exactly one space required after comma
  1276. if isinstance(right_types,type):
  1277.  
  1278. ^ (bad-whitespace)
  1279. type_analysis.py:457:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1280. type_analysis.py:458:0: C0303: Trailing whitespace (trailing-whitespace)
  1281. type_analysis.py:459:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1282. type_analysis.py:459:55: C0326: Exactly one space required after comma
  1283. possible_types = check_for_types_with_node(left_types,right_types,node.op)
  1284.  
  1285. ^ (bad-whitespace)
  1286. type_analysis.py:459:67: C0326: Exactly one space required after comma
  1287. possible_types = check_for_types_with_node(left_types,right_types,node.op)
  1288.  
  1289. ^ (bad-whitespace)
  1290. type_analysis.py:460:0: C0303: Trailing whitespace (trailing-whitespace)
  1291. type_analysis.py:461:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1292. type_analysis.py:462:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1293. type_analysis.py:463:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1294. type_analysis.py:464:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1295. type_analysis.py:464:26: C0326: Exactly one space required after comma
  1296. def determine_BoolOp(self,node):
  1297.  
  1298. ^ (bad-whitespace)
  1299. type_analysis.py:465:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1300. type_analysis.py:466:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1301. type_analysis.py:466:24: C0326: Exactly one space required after comma
  1302. def determine_Call(self,node):
  1303.  
  1304. ^ (bad-whitespace)
  1305. type_analysis.py:467:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1306. type_analysis.py:468:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1307. type_analysis.py:468:27: C0326: Exactly one space required after comma
  1308. def determine_Compare(self,node):
  1309.  
  1310. ^ (bad-whitespace)
  1311. type_analysis.py:469:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1312. type_analysis.py:470:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1313. type_analysis.py:470:24: C0326: Exactly one space required after comma
  1314. def determine_Dict(self,node):
  1315.  
  1316. ^ (bad-whitespace)
  1317. type_analysis.py:471:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1318. type_analysis.py:472:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1319. type_analysis.py:472:28: C0326: Exactly one space required after comma
  1320. def determine_DictComp(self,node):
  1321.  
  1322. ^ (bad-whitespace)
  1323. type_analysis.py:473:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1324. type_analysis.py:474:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1325. type_analysis.py:474:24: C0326: Exactly one space required after comma
  1326. def determine_List(self,node):
  1327.  
  1328. ^ (bad-whitespace)
  1329. type_analysis.py:475:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1330. type_analysis.py:476:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1331. type_analysis.py:476:28: C0326: Exactly one space required after comma
  1332. def determine_ListComp(self,node):
  1333.  
  1334. ^ (bad-whitespace)
  1335. type_analysis.py:477:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1336. type_analysis.py:478:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1337. type_analysis.py:478:26: C0326: Exactly one space required after comma
  1338. def determine_Module(self,node):
  1339.  
  1340. ^ (bad-whitespace)
  1341. type_analysis.py:479:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1342. type_analysis.py:480:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1343. type_analysis.py:480:24: C0326: Exactly one space required after comma
  1344. def determine_Name(self,node):
  1345.  
  1346. ^ (bad-whitespace)
  1347. type_analysis.py:481:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1348. type_analysis.py:482:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1349. type_analysis.py:483:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1350. type_analysis.py:484:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1351. type_analysis.py:485:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1352. type_analysis.py:486:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1353. type_analysis.py:487:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1354. type_analysis.py:487:32: C0326: Exactly one space required after comma
  1355. def determine_NameConstant(self,node):
  1356.  
  1357. ^ (bad-whitespace)
  1358. type_analysis.py:488:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1359. type_analysis.py:489:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1360. type_analysis.py:489:23: C0326: Exactly one space required after comma
  1361. def determine_Num(self,node):
  1362.  
  1363. ^ (bad-whitespace)
  1364. type_analysis.py:490:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1365. type_analysis.py:491:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1366. type_analysis.py:492:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1367. type_analysis.py:493:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1368. type_analysis.py:494:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1369. type_analysis.py:495:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1370. type_analysis.py:496:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1371. type_analysis.py:496:23: C0326: Exactly one space required after comma
  1372. def determine_Set(self,node):
  1373.  
  1374. ^ (bad-whitespace)
  1375. type_analysis.py:497:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1376. type_analysis.py:498:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1377. type_analysis.py:498:27: C0326: Exactly one space required after comma
  1378. def determine_SetComp(self,node):
  1379.  
  1380. ^ (bad-whitespace)
  1381. type_analysis.py:499:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1382. type_analysis.py:500:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1383. type_analysis.py:500:23: C0326: Exactly one space required after comma
  1384. def determine_Str(self,node):
  1385.  
  1386. ^ (bad-whitespace)
  1387. type_analysis.py:501:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1388. type_analysis.py:502:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1389. type_analysis.py:502:29: C0326: Exactly one space required after comma
  1390. def determine_Subscript(self,node):
  1391.  
  1392. ^ (bad-whitespace)
  1393. type_analysis.py:504:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1394. type_analysis.py:504:27: C0326: Exactly one space required after comma
  1395. if not hasattr(node.value,'id'):
  1396.  
  1397. ^ (bad-whitespace)
  1398. type_analysis.py:505:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1399. type_analysis.py:506:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1400. type_analysis.py:507:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1401. type_analysis.py:508:23: C0303: Trailing whitespace (trailing-whitespace)
  1402. type_analysis.py:508:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1403. type_analysis.py:509:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1404. type_analysis.py:510:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1405. type_analysis.py:510:14: C0326: Exactly one space required after comma
  1406. return {str,bytes}
  1407.  
  1408. ^ (bad-whitespace)
  1409. type_analysis.py:511:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1410. type_analysis.py:512:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1411. type_analysis.py:513:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1412. type_analysis.py:514:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1413. type_analysis.py:515:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1414. type_analysis.py:516:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1415. type_analysis.py:517:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1416. type_analysis.py:518:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1417. type_analysis.py:518:0: C0325: Unnecessary parens after 'if' keyword (superfluous-parens)
  1418. type_analysis.py:518:25: C0326: Exactly one space required after comma
  1419. if (hasattr(node.slice,self.mark_name)):
  1420.  
  1421. ^ (bad-whitespace)
  1422. type_analysis.py:519:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1423. type_analysis.py:519:29: C0326: Exactly one space required after comma
  1424. return getattr(node.slice,self.mark_name)
  1425.  
  1426. ^ (bad-whitespace)
  1427. type_analysis.py:520:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1428. type_analysis.py:521:32: C0303: Trailing whitespace (trailing-whitespace)
  1429. type_analysis.py:521:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1430. type_analysis.py:522:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1431. type_analysis.py:523:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1432. type_analysis.py:524:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1433. type_analysis.py:525:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1434. type_analysis.py:526:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1435. type_analysis.py:527:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1436. type_analysis.py:528:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1437. type_analysis.py:529:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1438. type_analysis.py:530:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1439. type_analysis.py:531:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1440. type_analysis.py:532:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1441. type_analysis.py:533:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1442. type_analysis.py:534:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1443. type_analysis.py:535:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1444. type_analysis.py:536:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1445. type_analysis.py:537:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1446. type_analysis.py:538:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1447. type_analysis.py:539:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1448. type_analysis.py:540:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1449. type_analysis.py:541:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1450. type_analysis.py:542:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1451. type_analysis.py:543:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1452. type_analysis.py:544:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1453. type_analysis.py:545:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1454. type_analysis.py:545:0: C0325: Unnecessary parens after 'if' keyword (superfluous-parens)
  1455. type_analysis.py:545:25: C0326: Exactly one space required after comma
  1456. if (hasattr(node.slice,self.mark_name)):
  1457.  
  1458. ^ (bad-whitespace)
  1459. type_analysis.py:546:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1460. type_analysis.py:546:29: C0326: Exactly one space required after comma
  1461. return getattr(node.slice,self.mark_name)
  1462.  
  1463. ^ (bad-whitespace)
  1464. type_analysis.py:547:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1465. type_analysis.py:548:32: C0303: Trailing whitespace (trailing-whitespace)
  1466. type_analysis.py:548:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1467. type_analysis.py:549:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1468. type_analysis.py:550:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1469. type_analysis.py:551:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1470. type_analysis.py:552:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1471. type_analysis.py:553:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1472. type_analysis.py:554:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1473. type_analysis.py:555:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1474. type_analysis.py:556:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1475. type_analysis.py:557:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1476. type_analysis.py:558:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1477. type_analysis.py:559:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1478. type_analysis.py:560:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1479. type_analysis.py:561:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1480. type_analysis.py:562:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1481. type_analysis.py:563:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1482. type_analysis.py:564:24: C0303: Trailing whitespace (trailing-whitespace)
  1483. type_analysis.py:564:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1484. type_analysis.py:565:22: C0303: Trailing whitespace (trailing-whitespace)
  1485. type_analysis.py:565:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1486. type_analysis.py:566:0: C0303: Trailing whitespace (trailing-whitespace)
  1487. type_analysis.py:567:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1488. type_analysis.py:567:24: C0326: Exactly one space required after comma
  1489. def determine_type(self,node):
  1490.  
  1491. ^ (bad-whitespace)
  1492. type_analysis.py:568:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1493. type_analysis.py:569:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1494. type_analysis.py:570:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1495. type_analysis.py:571:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1496. type_analysis.py:571:33: C0326: Exactly one space required after comma
  1497. if not hasattr(annotationMarker,name):
  1498.  
  1499. ^ (bad-whitespace)
  1500. type_analysis.py:572:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1501. type_analysis.py:573:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1502. type_analysis.py:574:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1503. type_analysis.py:575:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1504. type_analysis.py:575:33: C0326: Exactly one space required after comma
  1505. fun = getattr(annotationMarker,name)
  1506.  
  1507. ^ (bad-whitespace)
  1508. type_analysis.py:576:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1509. type_analysis.py:576:22: C0326: Exactly one space required after comma
  1510. toReturn = fun(self,node)
  1511.  
  1512. ^ (bad-whitespace)
  1513. type_analysis.py:577:0: C0303: Trailing whitespace (trailing-whitespace)
  1514. type_analysis.py:578:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1515. type_analysis.py:579:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1516. type_analysis.py:579:22: C0326: Exactly one space required after comma
  1517. if hasattr(toReturn,'__name__'):
  1518.  
  1519. ^ (bad-whitespace)
  1520. type_analysis.py:580:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1521. type_analysis.py:581:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1522. type_analysis.py:581:24: C0326: Exactly one space required after comma
  1523. elif hasattr(toReturn,'__str__'):
  1524.  
  1525. ^ (bad-whitespace)
  1526. type_analysis.py:582:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1527. type_analysis.py:583:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1528. type_analysis.py:584:0: C0303: Trailing whitespace (trailing-whitespace)
  1529. type_analysis.py:585:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1530. type_analysis.py:586:0: C0303: Trailing whitespace (trailing-whitespace)
  1531. type_analysis.py:587:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1532. type_analysis.py:587:28: C0326: Exactly one space required after comma
  1533. def annotation_to_type(self,node):
  1534.  
  1535. ^ (bad-whitespace)
  1536. type_analysis.py:588:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1537. type_analysis.py:589:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1538. type_analysis.py:590:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1539. type_analysis.py:591:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1540. type_analysis.py:592:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1541. type_analysis.py:593:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1542. type_analysis.py:594:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1543. type_analysis.py:595:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1544. type_analysis.py:596:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1545. type_analysis.py:597:0: C0303: Trailing whitespace (trailing-whitespace)
  1546. type_analysis.py:598:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1547. type_analysis.py:599:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1548. type_analysis.py:600:0: C0303: Trailing whitespace (trailing-whitespace)
  1549. type_analysis.py:601:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1550. type_analysis.py:601:27: C0326: Exactly one space required after comma
  1551. def set_variable_type(self,node,typeToReplace):
  1552.  
  1553. ^ (bad-whitespace)
  1554. type_analysis.py:601:32: C0326: Exactly one space required after comma
  1555. def set_variable_type(self,node,typeToReplace):
  1556.  
  1557. ^ (bad-whitespace)
  1558. type_analysis.py:602:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1559. type_analysis.py:603:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1560. type_analysis.py:604:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1561. type_analysis.py:605:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1562. type_analysis.py:606:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1563. type_analysis.py:607:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1564. type_analysis.py:608:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1565. type_analysis.py:609:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1566. type_analysis.py:610:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1567. type_analysis.py:611:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1568. type_analysis.py:612:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1569. type_analysis.py:612:76: C0326: Exactly one space required after comma
  1570. Type_tree_dict_interface.set_variable_type(self.variable_types_dictionary,name,typeToReplace)
  1571.  
  1572. ^ (bad-whitespace)
  1573. type_analysis.py:612:81: C0326: Exactly one space required after comma
  1574. Type_tree_dict_interface.set_variable_type(self.variable_types_dictionary,name,typeToReplace)
  1575.  
  1576. ^ (bad-whitespace)
  1577. type_analysis.py:616:0: C0303: Trailing whitespace (trailing-whitespace)
  1578. type_analysis.py:617:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1579. type_analysis.py:617:32: C0326: Exactly one space required after comma
  1580. def determine_return_types(self,node):
  1581.  
  1582. ^ (bad-whitespace)
  1583. type_analysis.py:618:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1584. type_analysis.py:619:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1585. type_analysis.py:620:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1586. type_analysis.py:621:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1587. type_analysis.py:622:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1588. type_analysis.py:623:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1589. type_analysis.py:624:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1590. type_analysis.py:625:0: C0303: Trailing whitespace (trailing-whitespace)
  1591. type_analysis.py:626:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1592. type_analysis.py:627:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1593. type_analysis.py:627:23: C0326: Exactly one space required around assignment
  1594. self.dictionary_level+=1
  1595.  
  1596. ^^ (bad-whitespace)
  1597. type_analysis.py:628:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1598. type_analysis.py:629:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1599. type_analysis.py:630:0: C0303: Trailing whitespace (trailing-whitespace)
  1600. type_analysis.py:631:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1601. type_analysis.py:632:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1602. type_analysis.py:632:26: C0326: Exactly one space required around comparison
  1603. if self.dictionary_level>0:
  1604.  
  1605. ^ (bad-whitespace)
  1606. type_analysis.py:633:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1607. type_analysis.py:633:24: C0326: Exactly one space required around assignment
  1608. self.dictionary_level-=1
  1609.  
  1610. ^^ (bad-whitespace)
  1611. type_analysis.py:634:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1612. type_analysis.py:635:0: C0303: Trailing whitespace (trailing-whitespace)
  1613. type_analysis.py:636:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1614. type_analysis.py:637:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1615. type_analysis.py:637:30: C0326: Exactly one space required around assignment
  1616. self.return_dictionary_level+=1
  1617.  
  1618. ^^ (bad-whitespace)
  1619. type_analysis.py:638:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1620. type_analysis.py:639:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1621. type_analysis.py:640:0: C0303: Trailing whitespace (trailing-whitespace)
  1622. type_analysis.py:641:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1623. type_analysis.py:642:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1624. type_analysis.py:642:33: C0326: Exactly one space required around comparison
  1625. if self.return_dictionary_level>0:
  1626.  
  1627. ^ (bad-whitespace)
  1628. type_analysis.py:643:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1629. type_analysis.py:643:31: C0326: Exactly one space required around assignment
  1630. self.return_dictionary_level-=1
  1631.  
  1632. ^^ (bad-whitespace)
  1633. type_analysis.py:644:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1634. type_analysis.py:645:0: C0303: Trailing whitespace (trailing-whitespace)
  1635. type_analysis.py:646:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1636. type_analysis.py:646:30: C0326: Exactly one space required after comma
  1637. def type_from_dictionary(self,name):
  1638.  
  1639. ^ (bad-whitespace)
  1640. type_analysis.py:647:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1641. type_analysis.py:648:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1642. type_analysis.py:649:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1643. type_analysis.py:650:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1644. type_analysis.py:651:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1645. type_analysis.py:652:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1646. type_analysis.py:653:0: C0303: Trailing whitespace (trailing-whitespace)
  1647. type_analysis.py:654:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1648. type_analysis.py:654:37: C0326: Exactly one space required after comma
  1649. def type_from_return_dictionary(self,node):
  1650.  
  1651. ^ (bad-whitespace)
  1652. type_analysis.py:655:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1653. type_analysis.py:656:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1654. type_analysis.py:657:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1655. type_analysis.py:658:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1656. type_analysis.py:659:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1657. type_analysis.py:660:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1658. type_analysis.py:661:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1659. type_analysis.py:662:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1660. type_analysis.py:663:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1661. type_analysis.py:664:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1662. type_analysis.py:665:22: C0303: Trailing whitespace (trailing-whitespace)
  1663. type_analysis.py:665:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1664. type_analysis.py:666:0: C0303: Trailing whitespace (trailing-whitespace)
  1665. type_analysis.py:668:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1666. type_analysis.py:668:24: C0326: Exactly one space required after comma
  1667. __python_version__ = (3,6)
  1668.  
  1669. ^ (bad-whitespace)
  1670. type_analysis.py:669:0: C0303: Trailing whitespace (trailing-whitespace)
  1671. type_analysis.py:670:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1672. type_analysis.py:673:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1673. type_analysis.py:673:44: C0326: Exactly one space required after comma
  1674. self.return_types_dictionary['abs'] = {int,float}
  1675.  
  1676. ^ (bad-whitespace)
  1677. type_analysis.py:674:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1678. type_analysis.py:675:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1679. type_analysis.py:676:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1680. type_analysis.py:677:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1681. type_analysis.py:678:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1682. type_analysis.py:679:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1683. type_analysis.py:680:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1684. type_analysis.py:681:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1685. type_analysis.py:682:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1686. type_analysis.py:683:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1687. type_analysis.py:684:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1688. type_analysis.py:685:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1689. type_analysis.py:686:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1690. type_analysis.py:687:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1691. type_analysis.py:688:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1692. type_analysis.py:689:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1693. type_analysis.py:690:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1694. type_analysis.py:691:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1695. type_analysis.py:692:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1696. type_analysis.py:693:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1697. type_analysis.py:694:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1698. type_analysis.py:695:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1699. type_analysis.py:696:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1700. type_analysis.py:697:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1701. type_analysis.py:698:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1702. type_analysis.py:699:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1703. type_analysis.py:700:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1704. type_analysis.py:701:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1705. type_analysis.py:702:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1706. type_analysis.py:703:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1707. type_analysis.py:704:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1708. type_analysis.py:704:44: C0326: Exactly one space required after comma
  1709. self.return_types_dictionary['pow'] = {int,float,complex}
  1710.  
  1711. ^ (bad-whitespace)
  1712. type_analysis.py:704:50: C0326: Exactly one space required after comma
  1713. self.return_types_dictionary['pow'] = {int,float,complex}
  1714.  
  1715. ^ (bad-whitespace)
  1716. type_analysis.py:705:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1717. type_analysis.py:706:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1718. type_analysis.py:706:46: C0326: Exactly one space required after comma
  1719. self.return_types_dictionary['round'] = {int,float}
  1720.  
  1721. ^ (bad-whitespace)
  1722. type_analysis.py:707:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1723. type_analysis.py:708:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1724. type_analysis.py:709:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1725. type_analysis.py:710:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1726. type_analysis.py:711:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1727. type_analysis.py:711:44: C0326: Exactly one space required after comma
  1728. self.return_types_dictionary['sum'] = {int,float,complex}
  1729.  
  1730. ^ (bad-whitespace)
  1731. type_analysis.py:711:50: C0326: Exactly one space required after comma
  1732. self.return_types_dictionary['sum'] = {int,float,complex}
  1733.  
  1734. ^ (bad-whitespace)
  1735. type_analysis.py:712:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1736. type_analysis.py:713:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1737. type_analysis.py:714:0: C0303: Trailing whitespace (trailing-whitespace)
  1738. type_analysis.py:716:0: C0303: Trailing whitespace (trailing-whitespace)
  1739. type_analysis.py:717:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1740. type_analysis.py:718:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1741. type_analysis.py:719:0: C0303: Trailing whitespace (trailing-whitespace)
  1742. type_analysis.py:721:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1743. type_analysis.py:722:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1744. type_analysis.py:723:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1745. type_analysis.py:723:19: C0326: Exactly one space required after comma
  1746. def __init__(self,parent):
  1747.  
  1748. ^ (bad-whitespace)
  1749. type_analysis.py:724:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1750. type_analysis.py:725:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1751. type_analysis.py:726:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1752. type_analysis.py:727:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1753. type_analysis.py:728:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1754. type_analysis.py:728:20: C0326: Exactly one space required after comma
  1755. def add_child(self,child):
  1756.  
  1757. ^ (bad-whitespace)
  1758. type_analysis.py:729:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1759. type_analysis.py:730:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1760. type_analysis.py:730:23: C0326: Exactly one space required after comma
  1761. def remove_child(self,child):
  1762.  
  1763. ^ (bad-whitespace)
  1764. type_analysis.py:731:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1765. type_analysis.py:732:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1766. type_analysis.py:733:0: C0301: Line too long (141/100) (line-too-long)
  1767. type_analysis.py:733:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1768. type_analysis.py:733:96: C0326: Exactly one space required after comma
  1769. return "outer_node children:{0}, breakable:{1}, breakable_try:{2}".format(len(self.children),str(self.breakable),str(self.breakable_try))
  1770.  
  1771. ^ (bad-whitespace)
  1772. type_analysis.py:733:116: C0326: Exactly one space required after comma
  1773. return "outer_node children:{0}, breakable:{1}, breakable_try:{2}".format(len(self.children),str(self.breakable),str(self.breakable_try))
  1774.  
  1775. ^ (bad-whitespace)
  1776. type_analysis.py:734:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1777. type_analysis.py:735:0: C0301: Line too long (150/100) (line-too-long)
  1778. type_analysis.py:735:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1779. type_analysis.py:735:16: C0326: Exactly one space required around assignment
  1780. try_state_dict={'not_in_try':1,'original_premature':2,'copied_premature':3,'finished_premature':4,'full_for_else':5,'copied_premature_last_added':6}
  1781.  
  1782. ^ (bad-whitespace)
  1783. type_analysis.py:735:32: C0326: Exactly one space required after comma
  1784. try_state_dict={'not_in_try':1,'original_premature':2,'copied_premature':3,'finished_premature':4,'full_for_else':5,'copied_premature_last_added':6}
  1785.  
  1786. ^ (bad-whitespace)
  1787. type_analysis.py:735:55: C0326: Exactly one space required after comma
  1788. try_state_dict={'not_in_try':1,'original_premature':2,'copied_premature':3,'finished_premature':4,'full_for_else':5,'copied_premature_last_added':6}
  1789.  
  1790. ^ (bad-whitespace)
  1791. type_analysis.py:735:76: C0326: Exactly one space required after comma
  1792. try_state_dict={'not_in_try':1,'original_premature':2,'copied_premature':3,'finished_premature':4,'full_for_else':5,'copied_premature_last_added':6}
  1793.  
  1794. ^ (bad-whitespace)
  1795. type_analysis.py:735:99: C0326: Exactly one space required after comma
  1796. try_state_dict={'not_in_try':1,'original_premature':2,'copied_premature':3,'finished_premature':4,'full_for_else':5,'copied_premature_last_added':6}
  1797.  
  1798. ^ (bad-whitespace)
  1799. type_analysis.py:735:117: C0326: Exactly one space required after comma
  1800. try_state_dict={'not_in_try':1,'original_premature':2,'copied_premature':3,'finished_premature':4,'full_for_else':5,'copied_premature_last_added':6}
  1801.  
  1802. ^ (bad-whitespace)
  1803. type_analysis.py:736:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1804. type_analysis.py:736:19: C0326: Exactly one space required after comma
  1805. def __init__(self,parent,new_type):
  1806.  
  1807. ^ (bad-whitespace)
  1808. type_analysis.py:736:26: C0326: Exactly one space required after comma
  1809. def __init__(self,parent,new_type):
  1810.  
  1811. ^ (bad-whitespace)
  1812. type_analysis.py:737:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1813. type_analysis.py:738:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1814. type_analysis.py:739:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1815. type_analysis.py:740:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1816. type_analysis.py:740:25: C0326: Exactly one space required after comma
  1817. def set_try_status(self,status):
  1818.  
  1819. ^ (bad-whitespace)
  1820. type_analysis.py:741:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1821. type_analysis.py:742:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1822. type_analysis.py:743:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1823. type_analysis.py:744:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1824. type_analysis.py:744:24: C0326: Exactly one space required after comma
  1825. def is_try_status(self,status):
  1826.  
  1827. ^ (bad-whitespace)
  1828. type_analysis.py:745:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1829. type_analysis.py:746:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1830. type_analysis.py:747:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1831. type_analysis.py:748:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1832. type_analysis.py:749:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1833. type_analysis.py:750:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1834. type_analysis.py:751:0: C0301: Line too long (157/100) (line-too-long)
  1835. type_analysis.py:751:0: W0312: Found indentation with tabs instead of spaces (mixed-indentation)
  1836. type_analysis.py:751:89: C0326: Exactly one space required after comma
  1837. return "inner_node type:{0} children:{1} try:{2} fake_last_added:{3}".format(self.type,len(self.children),self.try_status,hasattr(self,'fake_last_added'))
  1838.  
  1839. ^ (bad-whitespace)
  1840. type_analysis.py:751:108: C0326: Exactly one space required after comma
  1841. return "inner_node type:{0} children:{1} try:{2} fake_last_added:{3}".format(self.type,len(self.children),self.try_status,hasattr(self,'fake_last_added'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement