Commit 18494f7
File tree
Expand file treeCollapse file tree
10 files changed
+54
-38
lines changedFilter options
- .kokoro
- appengine/standard_python37/django
- mysite
- polls
- bigtable/hello
- ml_engine/online_prediction
Expand file treeCollapse file tree
10 files changed
+54
-38
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
| ||
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
30 |
| - |
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 |
| - |
| 35 | + |
appengine/standard_python37/django/mysite/settings.py
Copy file name to clipboardExpand all lines: appengine/standard_python37/django/mysite/settings.py+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
84 |
| - |
85 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 |
| - |
| 129 | + |
130 | 130 |
|
131 | 131 |
|
132 |
| - |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 |
| - |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
|
appengine/standard_python37/django/polls/admin.py
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
appengine/standard_python37/django/polls/models.py
Copy file name to clipboardExpand all lines: appengine/standard_python37/django/polls/models.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
appengine/standard_python37/django/polls/tests.py
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
appengine/standard_python37/django/polls/views.py
Copy file name to clipboardExpand all lines: appengine/standard_python37/django/polls/views.py+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
|
ml_engine/online_prediction/predict.py
Copy file name to clipboardExpand all lines: ml_engine/online_prediction/predict.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 |
| - |
| 144 | + |
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
|
+31-21Lines changed: 31 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
| ||
147 | 149 |
|
148 | 150 |
|
149 | 151 |
|
150 |
| - |
| 152 | + |
151 | 153 |
|
152 | 154 |
|
153 | 155 |
|
154 | 156 |
|
155 | 157 |
|
156 |
| - |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
157 | 163 |
|
158 | 164 |
|
159 | 165 |
|
| ||
162 | 168 |
|
163 | 169 |
|
164 | 170 |
|
165 |
| - |
166 |
| - |
167 |
| - |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
168 | 176 |
|
169 | 177 |
|
170 | 178 |
|
| ||
193 | 201 |
|
194 | 202 |
|
195 | 203 |
|
196 |
| - |
| 204 | + |
197 | 205 |
|
198 | 206 |
|
199 | 207 |
|
| ||
208 | 216 |
|
209 | 217 |
|
210 | 218 |
|
| 219 | + |
211 | 220 |
|
212 |
| - |
| 221 | + |
213 | 222 |
|
214 |
| - |
215 | 223 |
|
216 | 224 |
|
217 | 225 |
|
| ||
221 | 229 |
|
222 | 230 |
|
223 | 231 |
|
| 232 | + |
224 | 233 |
|
225 |
| - |
| 234 | + |
226 | 235 |
|
227 |
| - |
228 | 236 |
|
229 | 237 |
|
230 | 238 |
|
| 239 | + |
231 | 240 |
|
232 |
| - |
| 241 | + |
233 | 242 |
|
234 |
| - |
235 | 243 |
|
236 | 244 |
|
237 | 245 |
|
| 246 | + |
238 | 247 |
|
239 |
| - |
| 248 | + |
240 | 249 |
|
241 | 250 |
|
242 | 251 |
|
| ||
253 | 262 |
|
254 | 263 |
|
255 | 264 |
|
256 |
| - |
257 |
| - |
| 265 | + |
| 266 | + |
258 | 267 |
|
259 |
| - |
260 | 268 |
|
261 | 269 |
|
262 | 270 |
|
| ||
266 | 274 |
|
267 | 275 |
|
268 | 276 |
|
| 277 | + |
269 | 278 |
|
270 |
| - |
| 279 | + |
271 | 280 |
|
272 | 281 |
|
273 | 282 |
|
| ||
278 | 287 |
|
279 | 288 |
|
280 | 289 |
|
281 |
| - |
| 290 | + |
| 291 | + |
282 | 292 |
|
283 | 293 |
|
284 | 294 |
|
|
0 commit comments