Commit 6536b0e
File tree
Expand file treeCollapse file tree
14 files changed
+41
-64
lines changedFilter options
- .github/workflows
- docs/source/guides/adding-interactivity/dangers-of-mutability/_examples
- src/py/reactpy
- reactpy
- core
- web
- tests
- test__console
- test_core
Expand file treeCollapse file tree
14 files changed
+41
-64
lines changed.github/workflows/.hatch-run.yml
Copy file name to clipboardExpand all lines: .github/workflows/.hatch-run.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
docs/source/guides/adding-interactivity/dangers-of-mutability/_examples/set_remove.py
Copy file name to clipboardExpand all lines: docs/source/guides/adding-interactivity/dangers-of-mutability/_examples/set_remove.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
29 |
| - |
| 27 | + |
| 28 | + |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
docs/source/guides/adding-interactivity/dangers-of-mutability/_examples/set_update.py
Copy file name to clipboardExpand all lines: docs/source/guides/adding-interactivity/dangers-of-mutability/_examples/set_update.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
src/py/reactpy/reactpy/core/_life_cycle_hook.py
Copy file name to clipboardExpand all lines: src/py/reactpy/reactpy/core/_life_cycle_hook.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
| 16 | + |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
|
src/py/reactpy/reactpy/core/events.py
Copy file name to clipboardExpand all lines: src/py/reactpy/reactpy/core/events.py+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
| 18 | + |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 |
| - |
29 |
| - |
| 27 | + |
30 | 28 |
|
31 | 29 |
|
32 | 30 |
|
|
src/py/reactpy/reactpy/core/hooks.py
Copy file name to clipboardExpand all lines: src/py/reactpy/reactpy/core/hooks.py+9-18Lines changed: 9 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
46 |
| - |
| 45 | + |
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
50 |
| - |
51 |
| - |
| 49 | + |
52 | 50 |
|
53 | 51 |
|
54 | 52 |
|
| ||
105 | 103 |
|
106 | 104 |
|
107 | 105 |
|
108 |
| - |
109 |
| - |
| 106 | + |
110 | 107 |
|
111 | 108 |
|
112 | 109 |
|
113 | 110 |
|
114 | 111 |
|
115 | 112 |
|
116 |
| - |
117 |
| - |
| 113 | + |
118 | 114 |
|
119 | 115 |
|
120 | 116 |
|
| ||
313 | 309 |
|
314 | 310 |
|
315 | 311 |
|
316 |
| - |
317 |
| - |
| 312 | + |
318 | 313 |
|
319 | 314 |
|
320 | 315 |
|
321 | 316 |
|
322 | 317 |
|
323 | 318 |
|
324 |
| - |
325 |
| - |
| 319 | + |
326 | 320 |
|
327 | 321 |
|
328 | 322 |
|
| ||
358 | 352 |
|
359 | 353 |
|
360 | 354 |
|
361 |
| - |
362 |
| - |
| 355 | + |
363 | 356 |
|
364 | 357 |
|
365 | 358 |
|
366 | 359 |
|
367 | 360 |
|
368 | 361 |
|
369 |
| - |
370 |
| - |
| 362 | + |
371 | 363 |
|
372 | 364 |
|
373 | 365 |
|
374 | 366 |
|
375 | 367 |
|
376 | 368 |
|
377 |
| - |
378 |
| - |
| 369 | + |
379 | 370 |
|
380 | 371 |
|
381 | 372 |
|
|
src/py/reactpy/reactpy/core/types.py
Copy file name to clipboardExpand all lines: src/py/reactpy/reactpy/core/types.py+7-10Lines changed: 7 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 |
| - |
163 |
| - |
| 162 | + |
164 | 163 |
|
165 | 164 |
|
166 | 165 |
|
| ||
192 | 191 |
|
193 | 192 |
|
194 | 193 |
|
195 |
| - |
196 |
| - |
| 194 | + |
| 195 | + |
| 196 | + |
197 | 197 |
|
198 | 198 |
|
199 |
| - |
200 |
| - |
| 199 | + |
201 | 200 |
|
202 | 201 |
|
203 | 202 |
|
204 | 203 |
|
205 |
| - |
206 |
| - |
| 204 | + |
207 | 205 |
|
208 | 206 |
|
209 | 207 |
|
| ||
236 | 234 |
|
237 | 235 |
|
238 | 236 |
|
239 |
| - |
240 |
| - |
| 237 | + |
241 | 238 |
|
242 | 239 |
|
243 | 240 |
|
|
src/py/reactpy/reactpy/core/vdom.py
Copy file name to clipboardExpand all lines: src/py/reactpy/reactpy/core/vdom.py+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
128 |
| - |
129 |
| - |
| 128 | + |
130 | 129 |
|
131 | 130 |
|
132 | 131 |
|
133 |
| - |
134 |
| - |
| 132 | + |
135 | 133 |
|
136 | 134 |
|
137 | 135 |
|
| ||
345 | 343 |
|
346 | 344 |
|
347 | 345 |
|
348 |
| - |
349 |
| - |
| 346 | + |
350 | 347 |
|
351 | 348 |
|
352 | 349 |
|
|
src/py/reactpy/reactpy/web/module.py
Copy file name to clipboardExpand all lines: src/py/reactpy/reactpy/web/module.py+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
317 |
| - |
318 |
| - |
| 317 | + |
319 | 318 |
|
320 | 319 |
|
321 | 320 |
|
| ||
324 | 323 |
|
325 | 324 |
|
326 | 325 |
|
327 |
| - |
328 |
| - |
| 326 | + |
329 | 327 |
|
330 | 328 |
|
331 | 329 |
|
|
src/py/reactpy/reactpy/widgets.py
Copy file name to clipboardExpand all lines: src/py/reactpy/reactpy/widgets.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
| 85 | + |
87 | 86 |
|
88 | 87 |
|
89 | 88 |
|
|
src/py/reactpy/tests/test__console/test_rewrite_camel_case_props.py
Copy file name to clipboardExpand all lines: src/py/reactpy/tests/test__console/test_rewrite_camel_case_props.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
110 |
| - |
111 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
|
src/py/reactpy/tests/test__console/test_rewrite_keys.py
Copy file name to clipboardExpand all lines: src/py/reactpy/tests/test__console/test_rewrite_keys.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
225 | 225 |
|
226 | 226 |
|
227 | 227 |
|
228 |
| - |
229 |
| - |
230 |
| - |
| 228 | + |
| 229 | + |
| 230 | + |
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
|
src/py/reactpy/tests/test_core/test_layout.py
Copy file name to clipboardExpand all lines: src/py/reactpy/tests/test_core/test_layout.py+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
| 51 | + |
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
| ||
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
68 |
| - |
69 |
| - |
| 67 | + |
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
|
+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
| 31 | + |
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
|
0 commit comments