Skip to content

Commit dff956d

Browse files
committedAug 21, 2024·
clean
1 parent e3cc338 commit dff956d

File tree

1 file changed

+31
-43
lines changed

1 file changed

+31
-43
lines changed
 

‎01_funccall.ipynb

+31-43
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"id": "efe78920",
77
"metadata": {},
88
"outputs": [],
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": 2,
23+
"execution_count": null,
2424
"id": "e5ad6b86",
2525
"metadata": {},
2626
"outputs": [],
@@ -33,7 +33,7 @@
3333
},
3434
{
3535
"cell_type": "code",
36-
"execution_count": 3,
36+
"execution_count": null,
3737
"id": "a9f43047",
3838
"metadata": {},
3939
"outputs": [],
@@ -62,7 +62,7 @@
6262
},
6363
{
6464
"cell_type": "code",
65-
"execution_count": 4,
65+
"execution_count": null,
6666
"id": "4a017af1",
6767
"metadata": {},
6868
"outputs": [],
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"cell_type": "code",
89-
"execution_count": 5,
89+
"execution_count": null,
9090
"id": "b3f2ebcf",
9191
"metadata": {},
9292
"outputs": [
@@ -115,7 +115,7 @@
115115
" 'default': inspect._empty}}"
116116
]
117117
},
118-
"execution_count": 5,
118+
"execution_count": null,
119119
"metadata": {},
120120
"output_type": "execute_result"
121121
}
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"cell_type": "code",
138-
"execution_count": 6,
138+
"execution_count": null,
139139
"id": "35cb279d",
140140
"metadata": {},
141141
"outputs": [
@@ -145,7 +145,7 @@
145145
"('First thing to sum', int)"
146146
]
147147
},
148-
"execution_count": 6,
148+
"execution_count": null,
149149
"metadata": {},
150150
"output_type": "execute_result"
151151
}
@@ -156,7 +156,7 @@
156156
},
157157
{
158158
"cell_type": "code",
159-
"execution_count": 7,
159+
"execution_count": null,
160160
"id": "e7bf4025",
161161
"metadata": {},
162162
"outputs": [],
@@ -181,7 +181,7 @@
181181
},
182182
{
183183
"cell_type": "code",
184-
"execution_count": 8,
184+
"execution_count": null,
185185
"id": "8159984c",
186186
"metadata": {},
187187
"outputs": [
@@ -191,7 +191,7 @@
191191
"(('array', 'integer'), ('integer', None), ('integer', None))"
192192
]
193193
},
194-
"execution_count": 8,
194+
"execution_count": null,
195195
"metadata": {},
196196
"output_type": "execute_result"
197197
}
@@ -202,7 +202,7 @@
202202
},
203203
{
204204
"cell_type": "code",
205-
"execution_count": 9,
205+
"execution_count": null,
206206
"id": "4d5dc245",
207207
"metadata": {},
208208
"outputs": [],
@@ -227,7 +227,7 @@
227227
},
228228
{
229229
"cell_type": "code",
230-
"execution_count": 10,
230+
"execution_count": null,
231231
"id": "2450ace6",
232232
"metadata": {},
233233
"outputs": [
@@ -244,7 +244,7 @@
244244
"{'type': 'integer', 'description': 'First thing to sum'}"
245245
]
246246
},
247-
"execution_count": 10,
247+
"execution_count": null,
248248
"metadata": {},
249249
"output_type": "execute_result"
250250
}
@@ -257,7 +257,7 @@
257257
},
258258
{
259259
"cell_type": "code",
260-
"execution_count": 11,
260+
"execution_count": null,
261261
"id": "2394cfed",
262262
"metadata": {},
263263
"outputs": [],
@@ -290,7 +290,7 @@
290290
},
291291
{
292292
"cell_type": "code",
293-
"execution_count": 12,
293+
"execution_count": null,
294294
"id": "23c75a4a",
295295
"metadata": {},
296296
"outputs": [
@@ -321,7 +321,7 @@
321321
" 'required': ['a']}}"
322322
]
323323
},
324-
"execution_count": 12,
324+
"execution_count": null,
325325
"metadata": {},
326326
"output_type": "execute_result"
327327
}
@@ -343,7 +343,7 @@
343343
},
344344
{
345345
"cell_type": "code",
346-
"execution_count": 13,
346+
"execution_count": null,
347347
"id": "0e6f7789",
348348
"metadata": {},
349349
"outputs": [],
@@ -377,7 +377,7 @@
377377
},
378378
{
379379
"cell_type": "code",
380-
"execution_count": 15,
380+
"execution_count": null,
381381
"id": "873000d7",
382382
"metadata": {},
383383
"outputs": [],
@@ -389,7 +389,7 @@
389389
},
390390
{
391391
"cell_type": "code",
392-
"execution_count": 16,
392+
"execution_count": null,
393393
"id": "4703296a",
394394
"metadata": {},
395395
"outputs": [],
@@ -414,7 +414,7 @@
414414
},
415415
{
416416
"cell_type": "code",
417-
"execution_count": 17,
417+
"execution_count": null,
418418
"id": "84cadbec-0b34-4669-bfc9-6bf790816035",
419419
"metadata": {},
420420
"outputs": [],
@@ -453,7 +453,7 @@
453453
},
454454
{
455455
"cell_type": "code",
456-
"execution_count": 18,
456+
"execution_count": null,
457457
"id": "15b72cb2",
458458
"metadata": {},
459459
"outputs": [
@@ -463,7 +463,7 @@
463463
"479001600"
464464
]
465465
},
466-
"execution_count": 18,
466+
"execution_count": null,
467467
"metadata": {},
468468
"output_type": "execute_result"
469469
}
@@ -474,7 +474,7 @@
474474
},
475475
{
476476
"cell_type": "code",
477-
"execution_count": 19,
477+
"execution_count": null,
478478
"id": "632a7ac1",
479479
"metadata": {},
480480
"outputs": [
@@ -484,7 +484,7 @@
484484
"'2'"
485485
]
486486
},
487-
"execution_count": 19,
487+
"execution_count": null,
488488
"metadata": {},
489489
"output_type": "execute_result"
490490
}
@@ -503,7 +503,7 @@
503503
},
504504
{
505505
"cell_type": "code",
506-
"execution_count": 20,
506+
"execution_count": null,
507507
"id": "81857615",
508508
"metadata": {},
509509
"outputs": [],
@@ -532,7 +532,7 @@
532532
},
533533
{
534534
"cell_type": "code",
535-
"execution_count": 21,
535+
"execution_count": null,
536536
"id": "69d74f4d",
537537
"metadata": {},
538538
"outputs": [
@@ -542,7 +542,7 @@
542542
"120"
543543
]
544544
},
545-
"execution_count": 21,
545+
"execution_count": null,
546546
"metadata": {},
547547
"output_type": "execute_result"
548548
}
@@ -564,7 +564,7 @@
564564
},
565565
{
566566
"cell_type": "code",
567-
"execution_count": 22,
567+
"execution_count": null,
568568
"id": "fcb472b3",
569569
"metadata": {},
570570
"outputs": [],
@@ -583,7 +583,7 @@
583583
},
584584
{
585585
"cell_type": "code",
586-
"execution_count": 23,
586+
"execution_count": null,
587587
"id": "1e9ee5c1",
588588
"metadata": {},
589589
"outputs": [],
@@ -605,21 +605,9 @@
605605
],
606606
"metadata": {
607607
"kernelspec": {
608-
"display_name": "Python 3 (ipykernel)",
608+
"display_name": "python3",
609609
"language": "python",
610610
"name": "python3"
611-
},
612-
"language_info": {
613-
"codemirror_mode": {
614-
"name": "ipython",
615-
"version": 3
616-
},
617-
"file_extension": ".py",
618-
"mimetype": "text/x-python",
619-
"name": "python",
620-
"nbconvert_exporter": "python",
621-
"pygments_lexer": "ipython3",
622-
"version": "3.11.8"
623611
}
624612
},
625613
"nbformat": 4,

0 commit comments

Comments
 (0)
Please sign in to comment.