Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitf1e925f
committed
Add private API retrieving the current event loop and backend GUI info.
Work towards implementation of backend switching.Note that the API is kept private for now as the lack of extensibilityis a bit unsatisfying; perhaps we'll figure out a better way to do itif other custom implementers (e.g., code editors?) get interested inlooking into it.The `required_event_loop` variable could be made private for now, ornot...1 parent65158f9 commitf1e925f
File tree
7 files changed
+65
-1
lines changed- lib/matplotlib/backends
- src
7 files changed
+65
-1
lines changedLines changed: 45 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
| |||
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
17 | 62 |
| |
18 | 63 |
| |
19 | 64 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
994 | 994 |
| |
995 | 995 |
| |
996 | 996 |
| |
| 997 | + | |
997 | 998 |
| |
998 | 999 |
| |
999 | 1000 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
971 | 971 |
| |
972 | 972 |
| |
973 | 973 |
| |
| 974 | + | |
974 | 975 |
| |
975 | 976 |
| |
976 | 977 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1109 | 1109 |
| |
1110 | 1110 |
| |
1111 | 1111 |
| |
| 1112 | + | |
1112 | 1113 |
| |
1113 | 1114 |
| |
1114 | 1115 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1930 | 1930 |
| |
1931 | 1931 |
| |
1932 | 1932 |
| |
| 1933 | + | |
1933 | 1934 |
| |
1934 | 1935 |
| |
1935 | 1936 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2789 | 2789 |
| |
2790 | 2790 |
| |
2791 | 2791 |
| |
| 2792 | + | |
| 2793 | + | |
| 2794 | + | |
| 2795 | + | |
| 2796 | + | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
2792 | 2802 |
| |
2793 | 2803 |
| |
2794 | 2804 |
| |
| |||
3038 | 3048 |
| |
3039 | 3049 |
| |
3040 | 3050 |
| |
| 3051 | + | |
| 3052 | + | |
| 3053 | + | |
| 3054 | + | |
| 3055 | + | |
3041 | 3056 |
| |
3042 | 3057 |
| |
3043 | 3058 |
| |
|
0 commit comments
Comments
(0)