Commit e3fcefd
File tree
Expand file treeCollapse file tree
8 files changed
+42
-14
lines changedFilter options
- appengine/standard/memcache/guestbook
- speech/api
- vision/api/face_detection
Expand file treeCollapse file tree
8 files changed
+42
-14
lines changedappengine/standard/memcache/guestbook/main.py
Copy file name to clipboardExpand all lines: appengine/standard/memcache/guestbook/main.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 | 23 |
|
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
speech/api/speech_async_grpc.py
Copy file name to clipboardExpand all lines: speech/api/speech_async_grpc.py+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
64 | 70 |
|
65 | 71 |
|
66 | 72 |
|
|
speech/api/speech_async_rest.py
Copy file name to clipboardExpand all lines: speech/api/speech_async_rest.py+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
61 |
| - |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
62 | 66 |
|
63 | 67 |
|
64 | 68 |
|
|
+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
61 | 67 |
|
62 | 68 |
|
63 | 69 |
|
|
+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 |
| - |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
65 | 69 |
|
66 | 70 |
|
67 | 71 |
|
|
speech/api/speech_streaming.py
Copy file name to clipboardExpand all lines: speech/api/speech_streaming.py+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
93 | 101 |
|
94 | 102 |
|
95 | 103 |
|
|
vision/api/face_detection/faces.py
Copy file name to clipboardExpand all lines: vision/api/face_detection/faces.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
24 | 22 |
|
25 | 23 |
|
| 24 | + |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
vision/api/face_detection/faces_test.py
Copy file name to clipboardExpand all lines: vision/api/face_detection/faces_test.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
0 commit comments