nbdev-stdlib 0.0.2104__py3-none-any.whl → 0.0.2386__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nbdev_stdlib/_modidx.py +208 -62
- {nbdev_stdlib-0.0.2104.dist-info → nbdev_stdlib-0.0.2386.dist-info}/METADATA +1 -1
- nbdev_stdlib-0.0.2386.dist-info/RECORD +9 -0
- {nbdev_stdlib-0.0.2104.dist-info → nbdev_stdlib-0.0.2386.dist-info}/WHEEL +1 -1
- nbdev_stdlib-0.0.2104.dist-info/RECORD +0 -9
- {nbdev_stdlib-0.0.2104.dist-info → nbdev_stdlib-0.0.2386.dist-info}/entry_points.txt +0 -0
- {nbdev_stdlib-0.0.2104.dist-info → nbdev_stdlib-0.0.2386.dist-info}/licenses/LICENSE +0 -0
- {nbdev_stdlib-0.0.2104.dist-info → nbdev_stdlib-0.0.2386.dist-info}/top_level.txt +0 -0
nbdev_stdlib/_modidx.py
CHANGED
|
@@ -11,6 +11,15 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
11
11
|
'abc.abstractstaticmethod': 'https://docs.python.org/3/library/abc.html#abc.abstractstaticmethod',
|
|
12
12
|
'abc.get_cache_token': 'https://docs.python.org/3/library/abc.html#abc.get_cache_token',
|
|
13
13
|
'abc.update_abstractmethods': 'https://docs.python.org/3/library/abc.html#abc.update_abstractmethods'},
|
|
14
|
+
'annotationlib': { 'annotationlib.Format': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.Format',
|
|
15
|
+
'annotationlib.ForwardRef': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.ForwardRef',
|
|
16
|
+
'annotationlib.ForwardRef.evaluate': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.ForwardRef.evaluate',
|
|
17
|
+
'annotationlib.annotations_to_string': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.annotations_to_string',
|
|
18
|
+
'annotationlib.call_annotate_function': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.call_annotate_function',
|
|
19
|
+
'annotationlib.call_evaluate_function': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.call_evaluate_function',
|
|
20
|
+
'annotationlib.get_annotate_from_class_namespace': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.get_annotate_from_class_namespace',
|
|
21
|
+
'annotationlib.get_annotations': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.get_annotations',
|
|
22
|
+
'annotationlib.type_repr': 'https://docs.python.org/3/library/annotationlib.html#annotationlib.type_repr'},
|
|
14
23
|
'argparse': { 'argparse.Action': 'https://docs.python.org/3/library/argparse.html#argparse.Action',
|
|
15
24
|
'argparse.Action.__call__': 'https://docs.python.org/3/library/argparse.html#argparse.Action.__call__',
|
|
16
25
|
'argparse.Action.format_usage': 'https://docs.python.org/3/library/argparse.html#argparse.Action.format_usage',
|
|
@@ -107,6 +116,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
107
116
|
'ast.ImportFrom': 'https://docs.python.org/3/library/ast.html#ast.ImportFrom',
|
|
108
117
|
'ast.In': 'https://docs.python.org/3/library/ast.html#ast.In',
|
|
109
118
|
'ast.Interactive': 'https://docs.python.org/3/library/ast.html#ast.Interactive',
|
|
119
|
+
'ast.Interpolation': 'https://docs.python.org/3/library/ast.html#ast.Interpolation',
|
|
110
120
|
'ast.Invert': 'https://docs.python.org/3/library/ast.html#ast.Invert',
|
|
111
121
|
'ast.Is': 'https://docs.python.org/3/library/ast.html#ast.Is',
|
|
112
122
|
'ast.IsNot': 'https://docs.python.org/3/library/ast.html#ast.IsNot',
|
|
@@ -156,6 +166,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
156
166
|
'ast.Store': 'https://docs.python.org/3/library/ast.html#ast.Store',
|
|
157
167
|
'ast.Sub': 'https://docs.python.org/3/library/ast.html#ast.Sub',
|
|
158
168
|
'ast.Subscript': 'https://docs.python.org/3/library/ast.html#ast.Subscript',
|
|
169
|
+
'ast.TemplateStr': 'https://docs.python.org/3/library/ast.html#ast.TemplateStr',
|
|
159
170
|
'ast.Try': 'https://docs.python.org/3/library/ast.html#ast.Try',
|
|
160
171
|
'ast.TryStar': 'https://docs.python.org/3/library/ast.html#ast.TryStar',
|
|
161
172
|
'ast.Tuple': 'https://docs.python.org/3/library/ast.html#ast.Tuple',
|
|
@@ -173,6 +184,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
173
184
|
'ast.alias': 'https://docs.python.org/3/library/ast.html#ast.alias',
|
|
174
185
|
'ast.arg': 'https://docs.python.org/3/library/ast.html#ast.arg',
|
|
175
186
|
'ast.arguments': 'https://docs.python.org/3/library/ast.html#ast.arguments',
|
|
187
|
+
'ast.compare': 'https://docs.python.org/3/library/ast.html#ast.compare',
|
|
176
188
|
'ast.comprehension': 'https://docs.python.org/3/library/ast.html#ast.comprehension',
|
|
177
189
|
'ast.copy_location': 'https://docs.python.org/3/library/ast.html#ast.copy_location',
|
|
178
190
|
'ast.dump': 'https://docs.python.org/3/library/ast.html#ast.dump',
|
|
@@ -189,18 +201,10 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
189
201
|
'ast.unparse': 'https://docs.python.org/3/library/ast.html#ast.unparse',
|
|
190
202
|
'ast.walk': 'https://docs.python.org/3/library/ast.html#ast.walk',
|
|
191
203
|
'ast.withitem': 'https://docs.python.org/3/library/ast.html#ast.withitem'},
|
|
192
|
-
'asyncio': { 'asyncio.
|
|
193
|
-
'asyncio.AbstractChildWatcher.add_child_handler': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractChildWatcher.add_child_handler',
|
|
194
|
-
'asyncio.AbstractChildWatcher.attach_loop': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractChildWatcher.attach_loop',
|
|
195
|
-
'asyncio.AbstractChildWatcher.close': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractChildWatcher.close',
|
|
196
|
-
'asyncio.AbstractChildWatcher.is_active': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractChildWatcher.is_active',
|
|
197
|
-
'asyncio.AbstractChildWatcher.remove_child_handler': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractChildWatcher.remove_child_handler',
|
|
198
|
-
'asyncio.AbstractEventLoop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop',
|
|
204
|
+
'asyncio': { 'asyncio.AbstractEventLoop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop',
|
|
199
205
|
'asyncio.AbstractEventLoopPolicy': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy',
|
|
200
|
-
'asyncio.AbstractEventLoopPolicy.get_child_watcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.get_child_watcher',
|
|
201
206
|
'asyncio.AbstractEventLoopPolicy.get_event_loop': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.get_event_loop',
|
|
202
207
|
'asyncio.AbstractEventLoopPolicy.new_event_loop': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.new_event_loop',
|
|
203
|
-
'asyncio.AbstractEventLoopPolicy.set_child_watcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.set_child_watcher',
|
|
204
208
|
'asyncio.AbstractEventLoopPolicy.set_event_loop': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractEventLoopPolicy.set_event_loop',
|
|
205
209
|
'asyncio.Barrier': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Barrier',
|
|
206
210
|
'asyncio.Barrier.abort': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Barrier.abort',
|
|
@@ -243,7 +247,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
243
247
|
'asyncio.Event.set': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event.set',
|
|
244
248
|
'asyncio.Event.wait': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event.wait',
|
|
245
249
|
'asyncio.EventLoop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.EventLoop',
|
|
246
|
-
'asyncio.FastChildWatcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.FastChildWatcher',
|
|
247
250
|
'asyncio.Future': 'https://docs.python.org/3/library/asyncio-future.html#asyncio.Future',
|
|
248
251
|
'asyncio.Future.__init__': 'https://docs.python.org/3/library/asyncio-extending.html#asyncio.Future.__init__',
|
|
249
252
|
'asyncio.Future.add_done_callback': 'https://docs.python.org/3/library/asyncio-future.html#asyncio.Future.add_done_callback',
|
|
@@ -265,8 +268,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
265
268
|
'asyncio.Lock.acquire': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Lock.acquire',
|
|
266
269
|
'asyncio.Lock.locked': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Lock.locked',
|
|
267
270
|
'asyncio.Lock.release': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Lock.release',
|
|
268
|
-
'asyncio.MultiLoopChildWatcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.MultiLoopChildWatcher',
|
|
269
|
-
'asyncio.PidfdChildWatcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.PidfdChildWatcher',
|
|
270
271
|
'asyncio.PriorityQueue': 'https://docs.python.org/3/library/asyncio-queue.html#asyncio.PriorityQueue',
|
|
271
272
|
'asyncio.ProactorEventLoop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.ProactorEventLoop',
|
|
272
273
|
'asyncio.Protocol': 'https://docs.python.org/3/library/asyncio-protocol.html#asyncio.Protocol',
|
|
@@ -291,7 +292,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
291
292
|
'asyncio.Runner.close': 'https://docs.python.org/3/library/asyncio-runner.html#asyncio.Runner.close',
|
|
292
293
|
'asyncio.Runner.get_loop': 'https://docs.python.org/3/library/asyncio-runner.html#asyncio.Runner.get_loop',
|
|
293
294
|
'asyncio.Runner.run': 'https://docs.python.org/3/library/asyncio-runner.html#asyncio.Runner.run',
|
|
294
|
-
'asyncio.SafeChildWatcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.SafeChildWatcher',
|
|
295
295
|
'asyncio.SelectorEventLoop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.SelectorEventLoop',
|
|
296
296
|
'asyncio.Semaphore': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Semaphore',
|
|
297
297
|
'asyncio.Semaphore.acquire': 'https://docs.python.org/3/library/asyncio-sync.html#asyncio.Semaphore.acquire',
|
|
@@ -355,7 +355,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
355
355
|
'asyncio.Task.uncancel': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.uncancel',
|
|
356
356
|
'asyncio.TaskGroup': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.TaskGroup',
|
|
357
357
|
'asyncio.TaskGroup.create_task': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.TaskGroup.create_task',
|
|
358
|
-
'asyncio.ThreadedChildWatcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.ThreadedChildWatcher',
|
|
359
358
|
'asyncio.Timeout': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.Timeout',
|
|
360
359
|
'asyncio.Timeout.expired': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.Timeout.expired',
|
|
361
360
|
'asyncio.Timeout.reschedule': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.Timeout.reschedule',
|
|
@@ -380,6 +379,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
380
379
|
'asyncio._unregister_task': 'https://docs.python.org/3/library/asyncio-extending.html#asyncio._unregister_task',
|
|
381
380
|
'asyncio.all_tasks': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.all_tasks',
|
|
382
381
|
'asyncio.as_completed': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.as_completed',
|
|
382
|
+
'asyncio.capture_call_graph': 'https://docs.python.org/3/library/asyncio-graph.html#asyncio.capture_call_graph',
|
|
383
383
|
'asyncio.create_eager_task_factory': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.create_eager_task_factory',
|
|
384
384
|
'asyncio.create_subprocess_exec': 'https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_exec',
|
|
385
385
|
'asyncio.create_subprocess_shell': 'https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell',
|
|
@@ -387,8 +387,10 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
387
387
|
'asyncio.current_task': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.current_task',
|
|
388
388
|
'asyncio.eager_task_factory': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.eager_task_factory',
|
|
389
389
|
'asyncio.ensure_future': 'https://docs.python.org/3/library/asyncio-future.html#asyncio.ensure_future',
|
|
390
|
+
'asyncio.format_call_graph': 'https://docs.python.org/3/library/asyncio-graph.html#asyncio.format_call_graph',
|
|
391
|
+
'asyncio.future_add_to_awaited_by': 'https://docs.python.org/3/library/asyncio-graph.html#asyncio.future_add_to_awaited_by',
|
|
392
|
+
'asyncio.future_discard_from_awaited_by': 'https://docs.python.org/3/library/asyncio-graph.html#asyncio.future_discard_from_awaited_by',
|
|
390
393
|
'asyncio.gather': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.gather',
|
|
391
|
-
'asyncio.get_child_watcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.get_child_watcher',
|
|
392
394
|
'asyncio.get_event_loop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop',
|
|
393
395
|
'asyncio.get_event_loop_policy': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.get_event_loop_policy',
|
|
394
396
|
'asyncio.get_running_loop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_running_loop',
|
|
@@ -451,9 +453,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
451
453
|
'asyncio.new_event_loop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.new_event_loop',
|
|
452
454
|
'asyncio.open_connection': 'https://docs.python.org/3/library/asyncio-stream.html#asyncio.open_connection',
|
|
453
455
|
'asyncio.open_unix_connection': 'https://docs.python.org/3/library/asyncio-stream.html#asyncio.open_unix_connection',
|
|
456
|
+
'asyncio.print_call_graph': 'https://docs.python.org/3/library/asyncio-graph.html#asyncio.print_call_graph',
|
|
454
457
|
'asyncio.run': 'https://docs.python.org/3/library/asyncio-runner.html#asyncio.run',
|
|
455
458
|
'asyncio.run_coroutine_threadsafe': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.run_coroutine_threadsafe',
|
|
456
|
-
'asyncio.set_child_watcher': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.set_child_watcher',
|
|
457
459
|
'asyncio.set_event_loop': 'https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.set_event_loop',
|
|
458
460
|
'asyncio.set_event_loop_policy': 'https://docs.python.org/3/library/asyncio-policy.html#asyncio.set_event_loop_policy',
|
|
459
461
|
'asyncio.shield': 'https://docs.python.org/3/library/asyncio-task.html#asyncio.shield',
|
|
@@ -504,6 +506,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
504
506
|
'bdb.Bdb.clear_all_file_breaks': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.clear_all_file_breaks',
|
|
505
507
|
'bdb.Bdb.clear_bpbynumber': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.clear_bpbynumber',
|
|
506
508
|
'bdb.Bdb.clear_break': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.clear_break',
|
|
509
|
+
'bdb.Bdb.disable_current_event': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.disable_current_event',
|
|
507
510
|
'bdb.Bdb.dispatch_call': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.dispatch_call',
|
|
508
511
|
'bdb.Bdb.dispatch_exception': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.dispatch_exception',
|
|
509
512
|
'bdb.Bdb.dispatch_line': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.dispatch_line',
|
|
@@ -516,8 +519,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
516
519
|
'bdb.Bdb.get_breaks': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.get_breaks',
|
|
517
520
|
'bdb.Bdb.get_file_breaks': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.get_file_breaks',
|
|
518
521
|
'bdb.Bdb.get_stack': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.get_stack',
|
|
519
|
-
'bdb.Bdb.
|
|
522
|
+
'bdb.Bdb.is_skipped_module': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.is_skipped_module',
|
|
520
523
|
'bdb.Bdb.reset': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.reset',
|
|
524
|
+
'bdb.Bdb.restart_events': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.restart_events',
|
|
521
525
|
'bdb.Bdb.run': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.run',
|
|
522
526
|
'bdb.Bdb.runcall': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.runcall',
|
|
523
527
|
'bdb.Bdb.runctx': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.runctx',
|
|
@@ -530,7 +534,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
530
534
|
'bdb.Bdb.set_step': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.set_step',
|
|
531
535
|
'bdb.Bdb.set_trace': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.set_trace',
|
|
532
536
|
'bdb.Bdb.set_until': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.set_until',
|
|
537
|
+
'bdb.Bdb.start_trace': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.start_trace',
|
|
533
538
|
'bdb.Bdb.stop_here': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.stop_here',
|
|
539
|
+
'bdb.Bdb.stop_trace': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.stop_trace',
|
|
534
540
|
'bdb.Bdb.trace_dispatch': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.trace_dispatch',
|
|
535
541
|
'bdb.Bdb.user_call': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.user_call',
|
|
536
542
|
'bdb.Bdb.user_exception': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.user_exception',
|
|
@@ -565,6 +571,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
565
571
|
'bisect.insort_right': 'https://docs.python.org/3/library/bisect.html#bisect.insort_right'},
|
|
566
572
|
'builtins': { 'builtins.BaseException.add_note': 'https://docs.python.org/3/library/exceptions.html#BaseException.add_note',
|
|
567
573
|
'builtins.BaseException.with_traceback': 'https://docs.python.org/3/library/exceptions.html#BaseException.with_traceback',
|
|
574
|
+
'builtins.BaseExceptionGroup.derive': 'https://docs.python.org/3/library/exceptions.html#BaseExceptionGroup.derive',
|
|
575
|
+
'builtins.BaseExceptionGroup.split': 'https://docs.python.org/3/library/exceptions.html#BaseExceptionGroup.split',
|
|
576
|
+
'builtins.BaseExceptionGroup.subgroup': 'https://docs.python.org/3/library/exceptions.html#BaseExceptionGroup.subgroup',
|
|
568
577
|
'builtins.abs': 'https://docs.python.org/3/library/functions.html#abs',
|
|
569
578
|
'builtins.aiter': 'https://docs.python.org/3/library/functions.html#aiter',
|
|
570
579
|
'builtins.all': 'https://docs.python.org/3/library/functions.html#all',
|
|
@@ -609,6 +618,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
609
618
|
'builtins.bytearray.removeprefix': 'https://docs.python.org/3/library/stdtypes.html#bytearray.removeprefix',
|
|
610
619
|
'builtins.bytearray.removesuffix': 'https://docs.python.org/3/library/stdtypes.html#bytearray.removesuffix',
|
|
611
620
|
'builtins.bytearray.replace': 'https://docs.python.org/3/library/stdtypes.html#bytearray.replace',
|
|
621
|
+
'builtins.bytearray.resize': 'https://docs.python.org/3/library/stdtypes.html#bytearray.resize',
|
|
612
622
|
'builtins.bytearray.reverse': 'https://docs.python.org/3/library/stdtypes.html#bytearray.reverse',
|
|
613
623
|
'builtins.bytearray.rfind': 'https://docs.python.org/3/library/stdtypes.html#bytearray.rfind',
|
|
614
624
|
'builtins.bytearray.rindex': 'https://docs.python.org/3/library/stdtypes.html#bytearray.rindex',
|
|
@@ -673,6 +683,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
673
683
|
'builtins.classmethod': 'https://docs.python.org/3/library/functions.html#classmethod',
|
|
674
684
|
'builtins.compile': 'https://docs.python.org/3/library/functions.html#compile',
|
|
675
685
|
'builtins.complex': 'https://docs.python.org/3/library/functions.html#complex',
|
|
686
|
+
'builtins.complex.from_number': 'https://docs.python.org/3/library/stdtypes.html#complex.from_number',
|
|
676
687
|
'builtins.delattr': 'https://docs.python.org/3/library/functions.html#delattr',
|
|
677
688
|
'builtins.dict': 'https://docs.python.org/3/library/stdtypes.html#dict',
|
|
678
689
|
'builtins.dict.clear': 'https://docs.python.org/3/library/stdtypes.html#dict.clear',
|
|
@@ -694,28 +705,20 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
694
705
|
'builtins.filter': 'https://docs.python.org/3/library/functions.html#filter',
|
|
695
706
|
'builtins.float': 'https://docs.python.org/3/library/functions.html#float',
|
|
696
707
|
'builtins.float.as_integer_ratio': 'https://docs.python.org/3/library/stdtypes.html#float.as_integer_ratio',
|
|
708
|
+
'builtins.float.from_number': 'https://docs.python.org/3/library/stdtypes.html#float.from_number',
|
|
697
709
|
'builtins.float.fromhex': 'https://docs.python.org/3/library/stdtypes.html#float.fromhex',
|
|
698
710
|
'builtins.float.hex': 'https://docs.python.org/3/library/stdtypes.html#float.hex',
|
|
699
711
|
'builtins.float.is_integer': 'https://docs.python.org/3/library/stdtypes.html#float.is_integer',
|
|
700
712
|
'builtins.format': 'https://docs.python.org/3/library/functions.html#format',
|
|
701
713
|
'builtins.frozenset': 'https://docs.python.org/3/library/stdtypes.html#frozenset',
|
|
702
|
-
'builtins.frozenset.add': 'https://docs.python.org/3/library/stdtypes.html#frozenset.add',
|
|
703
|
-
'builtins.frozenset.clear': 'https://docs.python.org/3/library/stdtypes.html#frozenset.clear',
|
|
704
714
|
'builtins.frozenset.copy': 'https://docs.python.org/3/library/stdtypes.html#frozenset.copy',
|
|
705
715
|
'builtins.frozenset.difference': 'https://docs.python.org/3/library/stdtypes.html#frozenset.difference',
|
|
706
|
-
'builtins.frozenset.difference_update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.difference_update',
|
|
707
|
-
'builtins.frozenset.discard': 'https://docs.python.org/3/library/stdtypes.html#frozenset.discard',
|
|
708
716
|
'builtins.frozenset.intersection': 'https://docs.python.org/3/library/stdtypes.html#frozenset.intersection',
|
|
709
|
-
'builtins.frozenset.intersection_update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.intersection_update',
|
|
710
717
|
'builtins.frozenset.isdisjoint': 'https://docs.python.org/3/library/stdtypes.html#frozenset.isdisjoint',
|
|
711
718
|
'builtins.frozenset.issubset': 'https://docs.python.org/3/library/stdtypes.html#frozenset.issubset',
|
|
712
719
|
'builtins.frozenset.issuperset': 'https://docs.python.org/3/library/stdtypes.html#frozenset.issuperset',
|
|
713
|
-
'builtins.frozenset.pop': 'https://docs.python.org/3/library/stdtypes.html#frozenset.pop',
|
|
714
|
-
'builtins.frozenset.remove': 'https://docs.python.org/3/library/stdtypes.html#frozenset.remove',
|
|
715
720
|
'builtins.frozenset.symmetric_difference': 'https://docs.python.org/3/library/stdtypes.html#frozenset.symmetric_difference',
|
|
716
|
-
'builtins.frozenset.symmetric_difference_update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.symmetric_difference_update',
|
|
717
721
|
'builtins.frozenset.union': 'https://docs.python.org/3/library/stdtypes.html#frozenset.union',
|
|
718
|
-
'builtins.frozenset.update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.update',
|
|
719
722
|
'builtins.getattr': 'https://docs.python.org/3/library/functions.html#getattr',
|
|
720
723
|
'builtins.globals': 'https://docs.python.org/3/library/functions.html#globals',
|
|
721
724
|
'builtins.hasattr': 'https://docs.python.org/3/library/functions.html#hasattr',
|
|
@@ -753,7 +756,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
753
756
|
'builtins.memoryview': 'https://docs.python.org/3/library/stdtypes.html#memoryview',
|
|
754
757
|
'builtins.memoryview.__eq__': 'https://docs.python.org/3/library/stdtypes.html#memoryview.__eq__',
|
|
755
758
|
'builtins.memoryview.cast': 'https://docs.python.org/3/library/stdtypes.html#memoryview.cast',
|
|
759
|
+
'builtins.memoryview.count': 'https://docs.python.org/3/library/stdtypes.html#memoryview.count',
|
|
756
760
|
'builtins.memoryview.hex': 'https://docs.python.org/3/library/stdtypes.html#memoryview.hex',
|
|
761
|
+
'builtins.memoryview.index': 'https://docs.python.org/3/library/stdtypes.html#memoryview.index',
|
|
757
762
|
'builtins.memoryview.release': 'https://docs.python.org/3/library/stdtypes.html#memoryview.release',
|
|
758
763
|
'builtins.memoryview.tobytes': 'https://docs.python.org/3/library/stdtypes.html#memoryview.tobytes',
|
|
759
764
|
'builtins.memoryview.tolist': 'https://docs.python.org/3/library/stdtypes.html#memoryview.tolist',
|
|
@@ -768,6 +773,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
768
773
|
'builtins.object.__aiter__': 'https://docs.python.org/3/reference/datamodel.html#object.__aiter__',
|
|
769
774
|
'builtins.object.__and__': 'https://docs.python.org/3/reference/datamodel.html#object.__and__',
|
|
770
775
|
'builtins.object.__anext__': 'https://docs.python.org/3/reference/datamodel.html#object.__anext__',
|
|
776
|
+
'builtins.object.__annotate__': 'https://docs.python.org/3/reference/datamodel.html#object.__annotate__',
|
|
771
777
|
'builtins.object.__await__': 'https://docs.python.org/3/reference/datamodel.html#object.__await__',
|
|
772
778
|
'builtins.object.__bool__': 'https://docs.python.org/3/reference/datamodel.html#object.__bool__',
|
|
773
779
|
'builtins.object.__buffer__': 'https://docs.python.org/3/reference/datamodel.html#object.__buffer__',
|
|
@@ -882,6 +888,23 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
882
888
|
'builtins.reversed': 'https://docs.python.org/3/library/functions.html#reversed',
|
|
883
889
|
'builtins.round': 'https://docs.python.org/3/library/functions.html#round',
|
|
884
890
|
'builtins.set': 'https://docs.python.org/3/library/stdtypes.html#set',
|
|
891
|
+
'builtins.set.add': 'https://docs.python.org/3/library/stdtypes.html#set.add',
|
|
892
|
+
'builtins.set.clear': 'https://docs.python.org/3/library/stdtypes.html#set.clear',
|
|
893
|
+
'builtins.set.copy': 'https://docs.python.org/3/library/stdtypes.html#set.copy',
|
|
894
|
+
'builtins.set.difference': 'https://docs.python.org/3/library/stdtypes.html#set.difference',
|
|
895
|
+
'builtins.set.difference_update': 'https://docs.python.org/3/library/stdtypes.html#set.difference_update',
|
|
896
|
+
'builtins.set.discard': 'https://docs.python.org/3/library/stdtypes.html#set.discard',
|
|
897
|
+
'builtins.set.intersection': 'https://docs.python.org/3/library/stdtypes.html#set.intersection',
|
|
898
|
+
'builtins.set.intersection_update': 'https://docs.python.org/3/library/stdtypes.html#set.intersection_update',
|
|
899
|
+
'builtins.set.isdisjoint': 'https://docs.python.org/3/library/stdtypes.html#set.isdisjoint',
|
|
900
|
+
'builtins.set.issubset': 'https://docs.python.org/3/library/stdtypes.html#set.issubset',
|
|
901
|
+
'builtins.set.issuperset': 'https://docs.python.org/3/library/stdtypes.html#set.issuperset',
|
|
902
|
+
'builtins.set.pop': 'https://docs.python.org/3/library/stdtypes.html#set.pop',
|
|
903
|
+
'builtins.set.remove': 'https://docs.python.org/3/library/stdtypes.html#set.remove',
|
|
904
|
+
'builtins.set.symmetric_difference': 'https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference',
|
|
905
|
+
'builtins.set.symmetric_difference_update': 'https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference_update',
|
|
906
|
+
'builtins.set.union': 'https://docs.python.org/3/library/stdtypes.html#set.union',
|
|
907
|
+
'builtins.set.update': 'https://docs.python.org/3/library/stdtypes.html#set.update',
|
|
885
908
|
'builtins.setattr': 'https://docs.python.org/3/library/functions.html#setattr',
|
|
886
909
|
'builtins.slice': 'https://docs.python.org/3/library/functions.html#slice',
|
|
887
910
|
'builtins.slice.indices': 'https://docs.python.org/3/reference/datamodel.html#slice.indices',
|
|
@@ -941,6 +964,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
941
964
|
'builtins.tuple.count': 'https://docs.python.org/3/library/stdtypes.html#tuple.count',
|
|
942
965
|
'builtins.tuple.index': 'https://docs.python.org/3/library/stdtypes.html#tuple.index',
|
|
943
966
|
'builtins.type': 'https://docs.python.org/3/library/functions.html#type',
|
|
967
|
+
'builtins.type.__annotate__': 'https://docs.python.org/3/reference/datamodel.html#type.__annotate__',
|
|
944
968
|
'builtins.type.__instancecheck__': 'https://docs.python.org/3/reference/datamodel.html#type.__instancecheck__',
|
|
945
969
|
'builtins.type.__subclasscheck__': 'https://docs.python.org/3/reference/datamodel.html#type.__subclasscheck__',
|
|
946
970
|
'builtins.type.__subclasses__': 'https://docs.python.org/3/reference/datamodel.html#type.__subclasses__',
|
|
@@ -1189,7 +1213,30 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1189
1213
|
'compileall': { 'compileall.compile_dir': 'https://docs.python.org/3/library/compileall.html#compileall.compile_dir',
|
|
1190
1214
|
'compileall.compile_file': 'https://docs.python.org/3/library/compileall.html#compileall.compile_file',
|
|
1191
1215
|
'compileall.compile_path': 'https://docs.python.org/3/library/compileall.html#compileall.compile_path'},
|
|
1192
|
-
'
|
|
1216
|
+
'compression': {'compression.zstd': 'https://docs.python.org/3/library/compression.zstd.html#module-compression.zstd'},
|
|
1217
|
+
'compression.zstd': { 'compression.zstd.CompressionParameter': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.CompressionParameter',
|
|
1218
|
+
'compression.zstd.CompressionParameter.bounds': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.CompressionParameter.bounds',
|
|
1219
|
+
'compression.zstd.DecompressionParameter': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.DecompressionParameter',
|
|
1220
|
+
'compression.zstd.DecompressionParameter.bounds': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.DecompressionParameter.bounds',
|
|
1221
|
+
'compression.zstd.FrameInfo': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.FrameInfo',
|
|
1222
|
+
'compression.zstd.Strategy': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.Strategy',
|
|
1223
|
+
'compression.zstd.ZstdCompressor': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor',
|
|
1224
|
+
'compression.zstd.ZstdCompressor.compress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.compress',
|
|
1225
|
+
'compression.zstd.ZstdCompressor.flush': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.flush',
|
|
1226
|
+
'compression.zstd.ZstdCompressor.set_pledged_input_size': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.set_pledged_input_size',
|
|
1227
|
+
'compression.zstd.ZstdDecompressor': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDecompressor',
|
|
1228
|
+
'compression.zstd.ZstdDecompressor.decompress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDecompressor.decompress',
|
|
1229
|
+
'compression.zstd.ZstdDict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDict',
|
|
1230
|
+
'compression.zstd.ZstdFile': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdFile',
|
|
1231
|
+
'compression.zstd.ZstdFile.peek': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdFile.peek',
|
|
1232
|
+
'compression.zstd.compress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.compress',
|
|
1233
|
+
'compression.zstd.decompress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.decompress',
|
|
1234
|
+
'compression.zstd.finalize_dict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.finalize_dict',
|
|
1235
|
+
'compression.zstd.get_frame_info': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.get_frame_info',
|
|
1236
|
+
'compression.zstd.open': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.open',
|
|
1237
|
+
'compression.zstd.train_dict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.train_dict'},
|
|
1238
|
+
'concurrent': { 'concurrent.futures': 'https://docs.python.org/3/library/concurrent.futures.html#module-concurrent.futures',
|
|
1239
|
+
'concurrent.interpreters': 'https://docs.python.org/3/library/concurrent.interpreters.html#module-concurrent.interpreters'},
|
|
1193
1240
|
'concurrent.futures': { 'concurrent.futures.Executor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor',
|
|
1194
1241
|
'concurrent.futures.Executor.map': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.map',
|
|
1195
1242
|
'concurrent.futures.Executor.shutdown': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.shutdown',
|
|
@@ -1205,10 +1252,26 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1205
1252
|
'concurrent.futures.Future.set_exception': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.set_exception',
|
|
1206
1253
|
'concurrent.futures.Future.set_result': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.set_result',
|
|
1207
1254
|
'concurrent.futures.Future.set_running_or_notify_cancel': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.set_running_or_notify_cancel',
|
|
1255
|
+
'concurrent.futures.InterpreterPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.InterpreterPoolExecutor',
|
|
1208
1256
|
'concurrent.futures.ProcessPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor',
|
|
1257
|
+
'concurrent.futures.ProcessPoolExecutor.kill_workers': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor.kill_workers',
|
|
1258
|
+
'concurrent.futures.ProcessPoolExecutor.terminate_workers': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor.terminate_workers',
|
|
1209
1259
|
'concurrent.futures.ThreadPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor',
|
|
1210
1260
|
'concurrent.futures.as_completed': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.as_completed',
|
|
1211
1261
|
'concurrent.futures.wait': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.wait'},
|
|
1262
|
+
'concurrent.interpreters': { 'concurrent.interpreters.Interpreter': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter',
|
|
1263
|
+
'concurrent.interpreters.Interpreter.call': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call',
|
|
1264
|
+
'concurrent.interpreters.Interpreter.call_in_thread': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call_in_thread',
|
|
1265
|
+
'concurrent.interpreters.Interpreter.close': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.close',
|
|
1266
|
+
'concurrent.interpreters.Interpreter.exec': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.exec',
|
|
1267
|
+
'concurrent.interpreters.Interpreter.is_running': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.is_running',
|
|
1268
|
+
'concurrent.interpreters.Interpreter.prepare_main': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.prepare_main',
|
|
1269
|
+
'concurrent.interpreters.Queue': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Queue',
|
|
1270
|
+
'concurrent.interpreters.create': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.create',
|
|
1271
|
+
'concurrent.interpreters.create_queue': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.create_queue',
|
|
1272
|
+
'concurrent.interpreters.get_current': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.get_current',
|
|
1273
|
+
'concurrent.interpreters.get_main': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.get_main',
|
|
1274
|
+
'concurrent.interpreters.list_all': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.list_all'},
|
|
1212
1275
|
'configparser': { 'configparser.BasicInterpolation': 'https://docs.python.org/3/library/configparser.html#configparser.BasicInterpolation',
|
|
1213
1276
|
'configparser.ConfigParser': 'https://docs.python.org/3/library/configparser.html#configparser.ConfigParser',
|
|
1214
1277
|
'configparser.ConfigParser.add_section': 'https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.add_section',
|
|
@@ -1303,6 +1366,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1303
1366
|
'ctypes.BigEndianUnion': 'https://docs.python.org/3/library/ctypes.html#ctypes.BigEndianUnion',
|
|
1304
1367
|
'ctypes.CDLL': 'https://docs.python.org/3/library/ctypes.html#ctypes.CDLL',
|
|
1305
1368
|
'ctypes.CFUNCTYPE': 'https://docs.python.org/3/library/ctypes.html#ctypes.CFUNCTYPE',
|
|
1369
|
+
'ctypes.CField': 'https://docs.python.org/3/library/ctypes.html#ctypes.CField',
|
|
1370
|
+
'ctypes.CopyComPointer': 'https://docs.python.org/3/library/ctypes.html#ctypes.CopyComPointer',
|
|
1306
1371
|
'ctypes.DllCanUnloadNow': 'https://docs.python.org/3/library/ctypes.html#ctypes.DllCanUnloadNow',
|
|
1307
1372
|
'ctypes.DllGetClassObject': 'https://docs.python.org/3/library/ctypes.html#ctypes.DllGetClassObject',
|
|
1308
1373
|
'ctypes.FormatError': 'https://docs.python.org/3/library/ctypes.html#ctypes.FormatError',
|
|
@@ -1338,7 +1403,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1338
1403
|
'ctypes.c_char': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_char',
|
|
1339
1404
|
'ctypes.c_char_p': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_char_p',
|
|
1340
1405
|
'ctypes.c_double': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_double',
|
|
1406
|
+
'ctypes.c_double_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_double_complex',
|
|
1341
1407
|
'ctypes.c_float': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_float',
|
|
1408
|
+
'ctypes.c_float_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_float_complex',
|
|
1342
1409
|
'ctypes.c_int': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int',
|
|
1343
1410
|
'ctypes.c_int16': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int16',
|
|
1344
1411
|
'ctypes.c_int32': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int32',
|
|
@@ -1346,6 +1413,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1346
1413
|
'ctypes.c_int8': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int8',
|
|
1347
1414
|
'ctypes.c_long': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_long',
|
|
1348
1415
|
'ctypes.c_longdouble': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longdouble',
|
|
1416
|
+
'ctypes.c_longdouble_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longdouble_complex',
|
|
1349
1417
|
'ctypes.c_longlong': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longlong',
|
|
1350
1418
|
'ctypes.c_short': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_short',
|
|
1351
1419
|
'ctypes.c_size_t': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_size_t',
|
|
@@ -1369,6 +1437,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1369
1437
|
'ctypes.get_errno': 'https://docs.python.org/3/library/ctypes.html#ctypes.get_errno',
|
|
1370
1438
|
'ctypes.get_last_error': 'https://docs.python.org/3/library/ctypes.html#ctypes.get_last_error',
|
|
1371
1439
|
'ctypes.memmove': 'https://docs.python.org/3/library/ctypes.html#ctypes.memmove',
|
|
1440
|
+
'ctypes.memoryview_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.memoryview_at',
|
|
1372
1441
|
'ctypes.memset': 'https://docs.python.org/3/library/ctypes.html#ctypes.memset',
|
|
1373
1442
|
'ctypes.pointer': 'https://docs.python.org/3/library/ctypes.html#ctypes.pointer',
|
|
1374
1443
|
'ctypes.py_object': 'https://docs.python.org/3/library/ctypes.html#ctypes.py_object',
|
|
@@ -1378,9 +1447,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1378
1447
|
'ctypes.sizeof': 'https://docs.python.org/3/library/ctypes.html#ctypes.sizeof',
|
|
1379
1448
|
'ctypes.string_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.string_at',
|
|
1380
1449
|
'ctypes.wstring_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.wstring_at'},
|
|
1381
|
-
'ctypes.util': { 'ctypes.util.
|
|
1450
|
+
'ctypes.util': { 'ctypes.util.dllist': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.dllist',
|
|
1451
|
+
'ctypes.util.find_library': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.find_library',
|
|
1382
1452
|
'ctypes.util.find_msvcrt': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.find_msvcrt'},
|
|
1383
1453
|
'curses': { 'curses.ascii': 'https://docs.python.org/3/library/curses.ascii.html#module-curses.ascii',
|
|
1454
|
+
'curses.assume_default_colors': 'https://docs.python.org/3/library/curses.html#curses.assume_default_colors',
|
|
1384
1455
|
'curses.baudrate': 'https://docs.python.org/3/library/curses.html#curses.baudrate',
|
|
1385
1456
|
'curses.beep': 'https://docs.python.org/3/library/curses.html#curses.beep',
|
|
1386
1457
|
'curses.can_change_color': 'https://docs.python.org/3/library/curses.html#curses.can_change_color',
|
|
@@ -1601,6 +1672,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1601
1672
|
'datetime.date.isoweekday': 'https://docs.python.org/3/library/datetime.html#datetime.date.isoweekday',
|
|
1602
1673
|
'datetime.date.replace': 'https://docs.python.org/3/library/datetime.html#datetime.date.replace',
|
|
1603
1674
|
'datetime.date.strftime': 'https://docs.python.org/3/library/datetime.html#datetime.date.strftime',
|
|
1675
|
+
'datetime.date.strptime': 'https://docs.python.org/3/library/datetime.html#datetime.date.strptime',
|
|
1604
1676
|
'datetime.date.timetuple': 'https://docs.python.org/3/library/datetime.html#datetime.date.timetuple',
|
|
1605
1677
|
'datetime.date.today': 'https://docs.python.org/3/library/datetime.html#datetime.date.today',
|
|
1606
1678
|
'datetime.date.toordinal': 'https://docs.python.org/3/library/datetime.html#datetime.date.toordinal',
|
|
@@ -1644,6 +1716,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1644
1716
|
'datetime.time.isoformat': 'https://docs.python.org/3/library/datetime.html#datetime.time.isoformat',
|
|
1645
1717
|
'datetime.time.replace': 'https://docs.python.org/3/library/datetime.html#datetime.time.replace',
|
|
1646
1718
|
'datetime.time.strftime': 'https://docs.python.org/3/library/datetime.html#datetime.time.strftime',
|
|
1719
|
+
'datetime.time.strptime': 'https://docs.python.org/3/library/datetime.html#datetime.time.strptime',
|
|
1647
1720
|
'datetime.time.tzname': 'https://docs.python.org/3/library/datetime.html#datetime.time.tzname',
|
|
1648
1721
|
'datetime.time.utcoffset': 'https://docs.python.org/3/library/datetime.html#datetime.time.utcoffset',
|
|
1649
1722
|
'datetime.timedelta': 'https://docs.python.org/3/library/datetime.html#datetime.timedelta',
|
|
@@ -1761,6 +1834,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1761
1834
|
'decimal.Decimal.exp': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.exp',
|
|
1762
1835
|
'decimal.Decimal.fma': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.fma',
|
|
1763
1836
|
'decimal.Decimal.from_float': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.from_float',
|
|
1837
|
+
'decimal.Decimal.from_number': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.from_number',
|
|
1764
1838
|
'decimal.Decimal.is_canonical': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_canonical',
|
|
1765
1839
|
'decimal.Decimal.is_finite': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_finite',
|
|
1766
1840
|
'decimal.Decimal.is_infinite': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_infinite',
|
|
@@ -1802,6 +1876,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1802
1876
|
'decimal.DecimalException': 'https://docs.python.org/3/library/decimal.html#decimal.DecimalException',
|
|
1803
1877
|
'decimal.DivisionByZero': 'https://docs.python.org/3/library/decimal.html#decimal.DivisionByZero',
|
|
1804
1878
|
'decimal.FloatOperation': 'https://docs.python.org/3/library/decimal.html#decimal.FloatOperation',
|
|
1879
|
+
'decimal.IEEEContext': 'https://docs.python.org/3/library/decimal.html#decimal.IEEEContext',
|
|
1805
1880
|
'decimal.Inexact': 'https://docs.python.org/3/library/decimal.html#decimal.Inexact',
|
|
1806
1881
|
'decimal.InvalidOperation': 'https://docs.python.org/3/library/decimal.html#decimal.InvalidOperation',
|
|
1807
1882
|
'decimal.Overflow': 'https://docs.python.org/3/library/decimal.html#decimal.Overflow',
|
|
@@ -1845,6 +1920,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1845
1920
|
'dis.code_info': 'https://docs.python.org/3/library/dis.html#dis.code_info',
|
|
1846
1921
|
'dis.dis': 'https://docs.python.org/3/library/dis.html#dis.dis',
|
|
1847
1922
|
'dis.disassemble': 'https://docs.python.org/3/library/dis.html#dis.disassemble',
|
|
1923
|
+
'dis.disco': 'https://docs.python.org/3/library/dis.html#dis.disco',
|
|
1848
1924
|
'dis.distb': 'https://docs.python.org/3/library/dis.html#dis.distb',
|
|
1849
1925
|
'dis.findlabels': 'https://docs.python.org/3/library/dis.html#dis.findlabels',
|
|
1850
1926
|
'dis.findlinestarts': 'https://docs.python.org/3/library/dis.html#dis.findlinestarts',
|
|
@@ -1945,7 +2021,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1945
2021
|
'email.headerregistry.BaseHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader',
|
|
1946
2022
|
'email.headerregistry.BaseHeader.fold': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader.fold',
|
|
1947
2023
|
'email.headerregistry.ContentDispositionHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader',
|
|
1948
|
-
'email.headerregistry.
|
|
2024
|
+
'email.headerregistry.ContentTransferEncodingHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncodingHeader',
|
|
1949
2025
|
'email.headerregistry.ContentTypeHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTypeHeader',
|
|
1950
2026
|
'email.headerregistry.DateHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.DateHeader',
|
|
1951
2027
|
'email.headerregistry.Group': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.Group',
|
|
@@ -2124,7 +2200,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2124
2200
|
'encodings.mbcs': 'https://docs.python.org/3/library/codecs.html#module-encodings.mbcs',
|
|
2125
2201
|
'encodings.normalize_encoding': 'https://docs.python.org/3/library/codecs.html#encodings.normalize_encoding',
|
|
2126
2202
|
'encodings.search_function': 'https://docs.python.org/3/library/codecs.html#encodings.search_function',
|
|
2127
|
-
'encodings.utf_8_sig': 'https://docs.python.org/3/library/codecs.html#module-encodings.utf_8_sig'
|
|
2203
|
+
'encodings.utf_8_sig': 'https://docs.python.org/3/library/codecs.html#module-encodings.utf_8_sig',
|
|
2204
|
+
'encodings.win32_code_page_search_function': 'https://docs.python.org/3/library/codecs.html#encodings.win32_code_page_search_function'},
|
|
2128
2205
|
'encodings.idna': { 'encodings.idna.ToASCII': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToASCII',
|
|
2129
2206
|
'encodings.idna.ToUnicode': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToUnicode',
|
|
2130
2207
|
'encodings.idna.nameprep': 'https://docs.python.org/3/library/codecs.html#encodings.idna.nameprep'},
|
|
@@ -2164,6 +2241,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2164
2241
|
'enum.ReprEnum': 'https://docs.python.org/3/library/enum.html#enum.ReprEnum',
|
|
2165
2242
|
'enum.StrEnum': 'https://docs.python.org/3/library/enum.html#enum.StrEnum',
|
|
2166
2243
|
'enum.auto': 'https://docs.python.org/3/library/enum.html#enum.auto',
|
|
2244
|
+
'enum.bin': 'https://docs.python.org/3/library/enum.html#enum.bin',
|
|
2167
2245
|
'enum.global_enum': 'https://docs.python.org/3/library/enum.html#enum.global_enum',
|
|
2168
2246
|
'enum.member': 'https://docs.python.org/3/library/enum.html#enum.member',
|
|
2169
2247
|
'enum.nonmember': 'https://docs.python.org/3/library/enum.html#enum.nonmember',
|
|
@@ -2173,6 +2251,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2173
2251
|
'enum.verify': 'https://docs.python.org/3/library/enum.html#enum.verify'},
|
|
2174
2252
|
'faulthandler': { 'faulthandler.cancel_dump_traceback_later': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.cancel_dump_traceback_later',
|
|
2175
2253
|
'faulthandler.disable': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.disable',
|
|
2254
|
+
'faulthandler.dump_c_stack': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_c_stack',
|
|
2176
2255
|
'faulthandler.dump_traceback': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_traceback',
|
|
2177
2256
|
'faulthandler.dump_traceback_later': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_traceback_later',
|
|
2178
2257
|
'faulthandler.enable': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.enable',
|
|
@@ -2203,6 +2282,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2203
2282
|
'fileinput.lineno': 'https://docs.python.org/3/library/fileinput.html#fileinput.lineno',
|
|
2204
2283
|
'fileinput.nextfile': 'https://docs.python.org/3/library/fileinput.html#fileinput.nextfile'},
|
|
2205
2284
|
'fnmatch': { 'fnmatch.filter': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.filter',
|
|
2285
|
+
'fnmatch.filterfalse': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.filterfalse',
|
|
2206
2286
|
'fnmatch.fnmatch': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch',
|
|
2207
2287
|
'fnmatch.fnmatchcase': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatchcase',
|
|
2208
2288
|
'fnmatch.translate': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.translate'},
|
|
@@ -2214,6 +2294,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2214
2294
|
'fractions.Fraction.as_integer_ratio': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.as_integer_ratio',
|
|
2215
2295
|
'fractions.Fraction.from_decimal': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_decimal',
|
|
2216
2296
|
'fractions.Fraction.from_float': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_float',
|
|
2297
|
+
'fractions.Fraction.from_number': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_number',
|
|
2217
2298
|
'fractions.Fraction.is_integer': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.is_integer',
|
|
2218
2299
|
'fractions.Fraction.limit_denominator': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.limit_denominator'},
|
|
2219
2300
|
'ftplib': { 'ftplib.FTP': 'https://docs.python.org/3/library/ftplib.html#ftplib.FTP',
|
|
@@ -2357,10 +2438,15 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2357
2438
|
'hashlib.shake_128': 'https://docs.python.org/3/library/hashlib.html#hashlib.shake_128',
|
|
2358
2439
|
'hashlib.shake_256': 'https://docs.python.org/3/library/hashlib.html#hashlib.shake_256'},
|
|
2359
2440
|
'heapq': { 'heapq.heapify': 'https://docs.python.org/3/library/heapq.html#heapq.heapify',
|
|
2441
|
+
'heapq.heapify_max': 'https://docs.python.org/3/library/heapq.html#heapq.heapify_max',
|
|
2360
2442
|
'heapq.heappop': 'https://docs.python.org/3/library/heapq.html#heapq.heappop',
|
|
2443
|
+
'heapq.heappop_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappop_max',
|
|
2361
2444
|
'heapq.heappush': 'https://docs.python.org/3/library/heapq.html#heapq.heappush',
|
|
2445
|
+
'heapq.heappush_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappush_max',
|
|
2362
2446
|
'heapq.heappushpop': 'https://docs.python.org/3/library/heapq.html#heapq.heappushpop',
|
|
2447
|
+
'heapq.heappushpop_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappushpop_max',
|
|
2363
2448
|
'heapq.heapreplace': 'https://docs.python.org/3/library/heapq.html#heapq.heapreplace',
|
|
2449
|
+
'heapq.heapreplace_max': 'https://docs.python.org/3/library/heapq.html#heapq.heapreplace_max',
|
|
2364
2450
|
'heapq.merge': 'https://docs.python.org/3/library/heapq.html#heapq.merge',
|
|
2365
2451
|
'heapq.nlargest': 'https://docs.python.org/3/library/heapq.html#heapq.nlargest',
|
|
2366
2452
|
'heapq.nsmallest': 'https://docs.python.org/3/library/heapq.html#heapq.nsmallest'},
|
|
@@ -2489,10 +2575,12 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2489
2575
|
'http.server.BaseHTTPRequestHandler.version_string': 'https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.version_string',
|
|
2490
2576
|
'http.server.CGIHTTPRequestHandler': 'https://docs.python.org/3/library/http.server.html#http.server.CGIHTTPRequestHandler',
|
|
2491
2577
|
'http.server.CGIHTTPRequestHandler.do_POST': 'https://docs.python.org/3/library/http.server.html#http.server.CGIHTTPRequestHandler.do_POST',
|
|
2578
|
+
'http.server.HTTPSServer': 'https://docs.python.org/3/library/http.server.html#http.server.HTTPSServer',
|
|
2492
2579
|
'http.server.HTTPServer': 'https://docs.python.org/3/library/http.server.html#http.server.HTTPServer',
|
|
2493
2580
|
'http.server.SimpleHTTPRequestHandler': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler',
|
|
2494
2581
|
'http.server.SimpleHTTPRequestHandler.do_GET': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET',
|
|
2495
2582
|
'http.server.SimpleHTTPRequestHandler.do_HEAD': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_HEAD',
|
|
2583
|
+
'http.server.ThreadingHTTPSServer': 'https://docs.python.org/3/library/http.server.html#http.server.ThreadingHTTPSServer',
|
|
2496
2584
|
'http.server.ThreadingHTTPServer': 'https://docs.python.org/3/library/http.server.html#http.server.ThreadingHTTPServer'},
|
|
2497
2585
|
'imaplib': { 'imaplib.IMAP4': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4',
|
|
2498
2586
|
'imaplib.IMAP4.append': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.append',
|
|
@@ -2510,6 +2598,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2510
2598
|
'imaplib.IMAP4.getannotation': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getannotation',
|
|
2511
2599
|
'imaplib.IMAP4.getquota': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getquota',
|
|
2512
2600
|
'imaplib.IMAP4.getquotaroot': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getquotaroot',
|
|
2601
|
+
'imaplib.IMAP4.idle': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.idle',
|
|
2513
2602
|
'imaplib.IMAP4.list': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.list',
|
|
2514
2603
|
'imaplib.IMAP4.login': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.login',
|
|
2515
2604
|
'imaplib.IMAP4.login_cram_md5': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.login_cram_md5',
|
|
@@ -2550,6 +2639,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2550
2639
|
'imaplib.Internaldate2tuple': 'https://docs.python.org/3/library/imaplib.html#imaplib.Internaldate2tuple',
|
|
2551
2640
|
'imaplib.ParseFlags': 'https://docs.python.org/3/library/imaplib.html#imaplib.ParseFlags',
|
|
2552
2641
|
'imaplib.Time2Internaldate': 'https://docs.python.org/3/library/imaplib.html#imaplib.Time2Internaldate'},
|
|
2642
|
+
'imaplib.IMAP4': {'imaplib.IMAP4.Idler.burst': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.Idler.burst'},
|
|
2553
2643
|
'importlib': { 'importlib.__import__': 'https://docs.python.org/3/library/importlib.html#importlib.__import__',
|
|
2554
2644
|
'importlib.abc': 'https://docs.python.org/3/library/importlib.html#module-importlib.abc',
|
|
2555
2645
|
'importlib.import_module': 'https://docs.python.org/3/library/importlib.html#importlib.import_module',
|
|
@@ -2584,11 +2674,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2584
2674
|
'importlib.abc.PathEntryFinder.invalidate_caches': 'https://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder.invalidate_caches',
|
|
2585
2675
|
'importlib.abc.ResourceLoader': 'https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader',
|
|
2586
2676
|
'importlib.abc.ResourceLoader.get_data': 'https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader.get_data',
|
|
2587
|
-
'importlib.abc.ResourceReader': 'https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader',
|
|
2588
|
-
'importlib.abc.ResourceReader.contents': 'https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.contents',
|
|
2589
|
-
'importlib.abc.ResourceReader.is_resource': 'https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.is_resource',
|
|
2590
|
-
'importlib.abc.ResourceReader.open_resource': 'https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.open_resource',
|
|
2591
|
-
'importlib.abc.ResourceReader.resource_path': 'https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.resource_path',
|
|
2592
2677
|
'importlib.abc.SourceLoader': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader',
|
|
2593
2678
|
'importlib.abc.SourceLoader.exec_module': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.exec_module',
|
|
2594
2679
|
'importlib.abc.SourceLoader.get_code': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.get_code',
|
|
@@ -2597,18 +2682,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2597
2682
|
'importlib.abc.SourceLoader.load_module': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.load_module',
|
|
2598
2683
|
'importlib.abc.SourceLoader.path_mtime': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.path_mtime',
|
|
2599
2684
|
'importlib.abc.SourceLoader.path_stats': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.path_stats',
|
|
2600
|
-
'importlib.abc.SourceLoader.set_data': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.set_data',
|
|
2601
|
-
'importlib.abc.Traversable': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable',
|
|
2602
|
-
'importlib.abc.Traversable.__truediv__': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.__truediv__',
|
|
2603
|
-
'importlib.abc.Traversable.is_dir': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.is_dir',
|
|
2604
|
-
'importlib.abc.Traversable.is_file': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.is_file',
|
|
2605
|
-
'importlib.abc.Traversable.iterdir': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.iterdir',
|
|
2606
|
-
'importlib.abc.Traversable.joinpath': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.joinpath',
|
|
2607
|
-
'importlib.abc.Traversable.open': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.open',
|
|
2608
|
-
'importlib.abc.Traversable.read_bytes': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.read_bytes',
|
|
2609
|
-
'importlib.abc.Traversable.read_text': 'https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.read_text',
|
|
2610
|
-
'importlib.abc.TraversableResources': 'https://docs.python.org/3/library/importlib.html#importlib.abc.TraversableResources',
|
|
2611
|
-
'importlib.abc.TraversableResources.files': 'https://docs.python.org/3/library/importlib.html#importlib.abc.TraversableResources.files'},
|
|
2685
|
+
'importlib.abc.SourceLoader.set_data': 'https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.set_data'},
|
|
2612
2686
|
'importlib.machinery': { 'importlib.machinery.AppleFrameworkLoader': 'https://docs.python.org/3/library/importlib.html#importlib.machinery.AppleFrameworkLoader',
|
|
2613
2687
|
'importlib.machinery.BuiltinImporter': 'https://docs.python.org/3/library/importlib.html#importlib.machinery.BuiltinImporter',
|
|
2614
2688
|
'importlib.machinery.ExtensionFileLoader': 'https://docs.python.org/3/library/importlib.html#importlib.machinery.ExtensionFileLoader',
|
|
@@ -2754,6 +2828,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2754
2828
|
'inspect.ismethoddescriptor': 'https://docs.python.org/3/library/inspect.html#inspect.ismethoddescriptor',
|
|
2755
2829
|
'inspect.ismethodwrapper': 'https://docs.python.org/3/library/inspect.html#inspect.ismethodwrapper',
|
|
2756
2830
|
'inspect.ismodule': 'https://docs.python.org/3/library/inspect.html#inspect.ismodule',
|
|
2831
|
+
'inspect.ispackage': 'https://docs.python.org/3/library/inspect.html#inspect.ispackage',
|
|
2757
2832
|
'inspect.isroutine': 'https://docs.python.org/3/library/inspect.html#inspect.isroutine',
|
|
2758
2833
|
'inspect.istraceback': 'https://docs.python.org/3/library/inspect.html#inspect.istraceback',
|
|
2759
2834
|
'inspect.markcoroutinefunction': 'https://docs.python.org/3/library/inspect.html#inspect.markcoroutinefunction',
|
|
@@ -2804,6 +2879,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2804
2879
|
'io.RawIOBase.readall': 'https://docs.python.org/3/library/io.html#io.RawIOBase.readall',
|
|
2805
2880
|
'io.RawIOBase.readinto': 'https://docs.python.org/3/library/io.html#io.RawIOBase.readinto',
|
|
2806
2881
|
'io.RawIOBase.write': 'https://docs.python.org/3/library/io.html#io.RawIOBase.write',
|
|
2882
|
+
'io.Reader': 'https://docs.python.org/3/library/io.html#io.Reader',
|
|
2883
|
+
'io.Reader.read': 'https://docs.python.org/3/library/io.html#io.Reader.read',
|
|
2807
2884
|
'io.StringIO': 'https://docs.python.org/3/library/io.html#io.StringIO',
|
|
2808
2885
|
'io.StringIO.getvalue': 'https://docs.python.org/3/library/io.html#io.StringIO.getvalue',
|
|
2809
2886
|
'io.TextIOBase': 'https://docs.python.org/3/library/io.html#io.TextIOBase',
|
|
@@ -2817,6 +2894,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2817
2894
|
'io.TextIOWrapper.reconfigure': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.reconfigure',
|
|
2818
2895
|
'io.TextIOWrapper.seek': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.seek',
|
|
2819
2896
|
'io.TextIOWrapper.tell': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.tell',
|
|
2897
|
+
'io.Writer': 'https://docs.python.org/3/library/io.html#io.Writer',
|
|
2898
|
+
'io.Writer.write': 'https://docs.python.org/3/library/io.html#io.Writer.write',
|
|
2820
2899
|
'io.open': 'https://docs.python.org/3/library/io.html#io.open',
|
|
2821
2900
|
'io.open_code': 'https://docs.python.org/3/library/io.html#io.open_code',
|
|
2822
2901
|
'io.text_encoding': 'https://docs.python.org/3/library/io.html#io.text_encoding'},
|
|
@@ -3322,6 +3401,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3322
3401
|
'multiprocessing': { 'multiprocessing.Array': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Array',
|
|
3323
3402
|
'multiprocessing.Barrier': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Barrier',
|
|
3324
3403
|
'multiprocessing.BoundedSemaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore',
|
|
3404
|
+
'multiprocessing.BoundedSemaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore.locked',
|
|
3325
3405
|
'multiprocessing.Condition': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Condition',
|
|
3326
3406
|
'multiprocessing.Event': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Event',
|
|
3327
3407
|
'multiprocessing.JoinableQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue',
|
|
@@ -3329,11 +3409,13 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3329
3409
|
'multiprocessing.JoinableQueue.task_done': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue.task_done',
|
|
3330
3410
|
'multiprocessing.Lock': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock',
|
|
3331
3411
|
'multiprocessing.Lock.acquire': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.acquire',
|
|
3412
|
+
'multiprocessing.Lock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.locked',
|
|
3332
3413
|
'multiprocessing.Lock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.release',
|
|
3333
3414
|
'multiprocessing.Manager': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Manager',
|
|
3334
3415
|
'multiprocessing.Pipe': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Pipe',
|
|
3335
3416
|
'multiprocessing.Process': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process',
|
|
3336
3417
|
'multiprocessing.Process.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.close',
|
|
3418
|
+
'multiprocessing.Process.interrupt': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.interrupt',
|
|
3337
3419
|
'multiprocessing.Process.is_alive': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.is_alive',
|
|
3338
3420
|
'multiprocessing.Process.join': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.join',
|
|
3339
3421
|
'multiprocessing.Process.kill': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.kill',
|
|
@@ -3353,8 +3435,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3353
3435
|
'multiprocessing.Queue.qsize': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.qsize',
|
|
3354
3436
|
'multiprocessing.RLock': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock',
|
|
3355
3437
|
'multiprocessing.RLock.acquire': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.acquire',
|
|
3438
|
+
'multiprocessing.RLock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.locked',
|
|
3356
3439
|
'multiprocessing.RLock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.release',
|
|
3357
3440
|
'multiprocessing.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore',
|
|
3441
|
+
'multiprocessing.Semaphore.get_value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.get_value',
|
|
3442
|
+
'multiprocessing.Semaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.locked',
|
|
3358
3443
|
'multiprocessing.SimpleQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue',
|
|
3359
3444
|
'multiprocessing.SimpleQueue.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.close',
|
|
3360
3445
|
'multiprocessing.SimpleQueue.empty': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.empty',
|
|
@@ -3424,7 +3509,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3424
3509
|
'multiprocessing.managers.SyncManager.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.Semaphore',
|
|
3425
3510
|
'multiprocessing.managers.SyncManager.Value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.Value',
|
|
3426
3511
|
'multiprocessing.managers.SyncManager.dict': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.dict',
|
|
3427
|
-
'multiprocessing.managers.SyncManager.list': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.list'
|
|
3512
|
+
'multiprocessing.managers.SyncManager.list': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.list',
|
|
3513
|
+
'multiprocessing.managers.SyncManager.set': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.set'},
|
|
3428
3514
|
'multiprocessing.pool': { 'multiprocessing.pool.AsyncResult': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult',
|
|
3429
3515
|
'multiprocessing.pool.AsyncResult.get': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult.get',
|
|
3430
3516
|
'multiprocessing.pool.AsyncResult.ready': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult.ready',
|
|
@@ -3540,7 +3626,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3540
3626
|
'operator.ipow': 'https://docs.python.org/3/library/operator.html#operator.ipow',
|
|
3541
3627
|
'operator.irshift': 'https://docs.python.org/3/library/operator.html#operator.irshift',
|
|
3542
3628
|
'operator.is_': 'https://docs.python.org/3/library/operator.html#operator.is_',
|
|
3629
|
+
'operator.is_none': 'https://docs.python.org/3/library/operator.html#operator.is_none',
|
|
3543
3630
|
'operator.is_not': 'https://docs.python.org/3/library/operator.html#operator.is_not',
|
|
3631
|
+
'operator.is_not_none': 'https://docs.python.org/3/library/operator.html#operator.is_not_none',
|
|
3544
3632
|
'operator.isub': 'https://docs.python.org/3/library/operator.html#operator.isub',
|
|
3545
3633
|
'operator.itemgetter': 'https://docs.python.org/3/library/operator.html#operator.itemgetter',
|
|
3546
3634
|
'operator.itruediv': 'https://docs.python.org/3/library/operator.html#operator.itruediv',
|
|
@@ -3721,9 +3809,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3721
3809
|
'os.pwrite': 'https://docs.python.org/3/library/os.html#os.pwrite',
|
|
3722
3810
|
'os.pwritev': 'https://docs.python.org/3/library/os.html#os.pwritev',
|
|
3723
3811
|
'os.read': 'https://docs.python.org/3/library/os.html#os.read',
|
|
3812
|
+
'os.readinto': 'https://docs.python.org/3/library/os.html#os.readinto',
|
|
3724
3813
|
'os.readlink': 'https://docs.python.org/3/library/os.html#os.readlink',
|
|
3725
3814
|
'os.readv': 'https://docs.python.org/3/library/os.html#os.readv',
|
|
3726
3815
|
'os.register_at_fork': 'https://docs.python.org/3/library/os.html#os.register_at_fork',
|
|
3816
|
+
'os.reload_environ': 'https://docs.python.org/3/library/os.html#os.reload_environ',
|
|
3727
3817
|
'os.remove': 'https://docs.python.org/3/library/os.html#os.remove',
|
|
3728
3818
|
'os.removedirs': 'https://docs.python.org/3/library/os.html#os.removedirs',
|
|
3729
3819
|
'os.removexattr': 'https://docs.python.org/3/library/os.html#os.removexattr',
|
|
@@ -3846,6 +3936,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3846
3936
|
'pathlib.Path.absolute': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.absolute',
|
|
3847
3937
|
'pathlib.Path.as_uri': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.as_uri',
|
|
3848
3938
|
'pathlib.Path.chmod': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.chmod',
|
|
3939
|
+
'pathlib.Path.copy': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.copy',
|
|
3940
|
+
'pathlib.Path.copy_into': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.copy_into',
|
|
3849
3941
|
'pathlib.Path.cwd': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.cwd',
|
|
3850
3942
|
'pathlib.Path.exists': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.exists',
|
|
3851
3943
|
'pathlib.Path.expanduser': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.expanduser',
|
|
@@ -3867,6 +3959,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3867
3959
|
'pathlib.Path.lchmod': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.lchmod',
|
|
3868
3960
|
'pathlib.Path.lstat': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.lstat',
|
|
3869
3961
|
'pathlib.Path.mkdir': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.mkdir',
|
|
3962
|
+
'pathlib.Path.move': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.move',
|
|
3963
|
+
'pathlib.Path.move_into': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.move_into',
|
|
3870
3964
|
'pathlib.Path.open': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.open',
|
|
3871
3965
|
'pathlib.Path.owner': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.owner',
|
|
3872
3966
|
'pathlib.Path.read_bytes': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.read_bytes',
|
|
@@ -3901,22 +3995,32 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3901
3995
|
'pathlib.PurePath.with_suffix': 'https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.with_suffix',
|
|
3902
3996
|
'pathlib.PurePosixPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.PurePosixPath',
|
|
3903
3997
|
'pathlib.PureWindowsPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.PureWindowsPath',
|
|
3904
|
-
'pathlib.WindowsPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.WindowsPath'
|
|
3998
|
+
'pathlib.WindowsPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.WindowsPath',
|
|
3999
|
+
'pathlib.types': 'https://docs.python.org/3/library/pathlib.html#module-pathlib.types'},
|
|
4000
|
+
'pathlib.types': { 'pathlib.types.PathInfo': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo',
|
|
4001
|
+
'pathlib.types.PathInfo.exists': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.exists',
|
|
4002
|
+
'pathlib.types.PathInfo.is_dir': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_dir',
|
|
4003
|
+
'pathlib.types.PathInfo.is_file': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_file',
|
|
4004
|
+
'pathlib.types.PathInfo.is_symlink': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_symlink'},
|
|
3905
4005
|
'pdb': { 'pdb.Pdb': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb',
|
|
3906
4006
|
'pdb.Pdb.run': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.run',
|
|
3907
4007
|
'pdb.Pdb.runcall': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.runcall',
|
|
3908
4008
|
'pdb.Pdb.runeval': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.runeval',
|
|
3909
4009
|
'pdb.Pdb.set_trace': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.set_trace',
|
|
4010
|
+
'pdb.get_default_backend': 'https://docs.python.org/3/library/pdb.html#pdb.get_default_backend',
|
|
3910
4011
|
'pdb.pm': 'https://docs.python.org/3/library/pdb.html#pdb.pm',
|
|
3911
4012
|
'pdb.post_mortem': 'https://docs.python.org/3/library/pdb.html#pdb.post_mortem',
|
|
3912
4013
|
'pdb.run': 'https://docs.python.org/3/library/pdb.html#pdb.run',
|
|
3913
4014
|
'pdb.runcall': 'https://docs.python.org/3/library/pdb.html#pdb.runcall',
|
|
3914
4015
|
'pdb.runeval': 'https://docs.python.org/3/library/pdb.html#pdb.runeval',
|
|
3915
|
-
'pdb.
|
|
4016
|
+
'pdb.set_default_backend': 'https://docs.python.org/3/library/pdb.html#pdb.set_default_backend',
|
|
4017
|
+
'pdb.set_trace': 'https://docs.python.org/3/library/pdb.html#pdb.set_trace',
|
|
4018
|
+
'pdb.set_trace_async': 'https://docs.python.org/3/library/pdb.html#pdb.set_trace_async'},
|
|
3916
4019
|
'pickle': { 'pickle.PickleBuffer': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer',
|
|
3917
4020
|
'pickle.PickleBuffer.raw': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer.raw',
|
|
3918
4021
|
'pickle.PickleBuffer.release': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer.release',
|
|
3919
4022
|
'pickle.Pickler': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler',
|
|
4023
|
+
'pickle.Pickler.clear_memo': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.clear_memo',
|
|
3920
4024
|
'pickle.Pickler.dump': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.dump',
|
|
3921
4025
|
'pickle.Pickler.persistent_id': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.persistent_id',
|
|
3922
4026
|
'pickle.Pickler.reducer_override': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.reducer_override',
|
|
@@ -3933,10 +4037,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3933
4037
|
'pickletools.optimize': 'https://docs.python.org/3/library/pickletools.html#pickletools.optimize'},
|
|
3934
4038
|
'pkgutil': { 'pkgutil.ModuleInfo': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.ModuleInfo',
|
|
3935
4039
|
'pkgutil.extend_path': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.extend_path',
|
|
3936
|
-
'pkgutil.find_loader': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.find_loader',
|
|
3937
4040
|
'pkgutil.get_data': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.get_data',
|
|
3938
4041
|
'pkgutil.get_importer': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.get_importer',
|
|
3939
|
-
'pkgutil.get_loader': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.get_loader',
|
|
3940
4042
|
'pkgutil.iter_importers': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_importers',
|
|
3941
4043
|
'pkgutil.iter_modules': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_modules',
|
|
3942
4044
|
'pkgutil.resolve_name': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.resolve_name',
|
|
@@ -3944,6 +4046,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3944
4046
|
'platform': { 'platform.android_ver': 'https://docs.python.org/3/library/platform.html#platform.android_ver',
|
|
3945
4047
|
'platform.architecture': 'https://docs.python.org/3/library/platform.html#platform.architecture',
|
|
3946
4048
|
'platform.freedesktop_os_release': 'https://docs.python.org/3/library/platform.html#platform.freedesktop_os_release',
|
|
4049
|
+
'platform.invalidate_caches': 'https://docs.python.org/3/library/platform.html#platform.invalidate_caches',
|
|
3947
4050
|
'platform.ios_ver': 'https://docs.python.org/3/library/platform.html#platform.ios_ver',
|
|
3948
4051
|
'platform.java_ver': 'https://docs.python.org/3/library/platform.html#platform.java_ver',
|
|
3949
4052
|
'platform.libc_ver': 'https://docs.python.org/3/library/platform.html#platform.libc_ver',
|
|
@@ -4489,6 +4592,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4489
4592
|
'ssl.SSLContext.set_npn_protocols': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_npn_protocols',
|
|
4490
4593
|
'ssl.SSLContext.set_psk_client_callback': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_psk_client_callback',
|
|
4491
4594
|
'ssl.SSLContext.set_psk_server_callback': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_psk_server_callback',
|
|
4595
|
+
'ssl.SSLContext.set_servername_callback': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_servername_callback',
|
|
4492
4596
|
'ssl.SSLContext.wrap_bio': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.wrap_bio',
|
|
4493
4597
|
'ssl.SSLContext.wrap_socket': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.wrap_socket',
|
|
4494
4598
|
'ssl.SSLErrorNumber': 'https://docs.python.org/3/library/ssl.html#ssl.SSLErrorNumber',
|
|
@@ -4576,7 +4680,13 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4576
4680
|
'string.Template.is_valid': 'https://docs.python.org/3/library/string.html#string.Template.is_valid',
|
|
4577
4681
|
'string.Template.safe_substitute': 'https://docs.python.org/3/library/string.html#string.Template.safe_substitute',
|
|
4578
4682
|
'string.Template.substitute': 'https://docs.python.org/3/library/string.html#string.Template.substitute',
|
|
4579
|
-
'string.capwords': 'https://docs.python.org/3/library/string.html#string.capwords'
|
|
4683
|
+
'string.capwords': 'https://docs.python.org/3/library/string.html#string.capwords',
|
|
4684
|
+
'string.templatelib': 'https://docs.python.org/3/library/string.templatelib.html#module-string.templatelib'},
|
|
4685
|
+
'string.templatelib': { 'string.templatelib.Interpolation': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Interpolation',
|
|
4686
|
+
'string.templatelib.Interpolation.__new__': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Interpolation.__new__',
|
|
4687
|
+
'string.templatelib.Template': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Template',
|
|
4688
|
+
'string.templatelib.Template.__new__': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Template.__new__',
|
|
4689
|
+
'string.templatelib.convert': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.convert'},
|
|
4580
4690
|
'stringprep': { 'stringprep.in_table_a1': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_a1',
|
|
4581
4691
|
'stringprep.in_table_b1': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_b1',
|
|
4582
4692
|
'stringprep.in_table_c11': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_c11',
|
|
@@ -4638,8 +4748,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4638
4748
|
'symtable.Symbol.get_namespaces': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.get_namespaces',
|
|
4639
4749
|
'symtable.Symbol.is_annotated': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_annotated',
|
|
4640
4750
|
'symtable.Symbol.is_assigned': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_assigned',
|
|
4751
|
+
'symtable.Symbol.is_comp_cell': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_comp_cell',
|
|
4752
|
+
'symtable.Symbol.is_comp_iter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_comp_iter',
|
|
4641
4753
|
'symtable.Symbol.is_declared_global': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_declared_global',
|
|
4642
4754
|
'symtable.Symbol.is_free': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_free',
|
|
4755
|
+
'symtable.Symbol.is_free_class': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_free_class',
|
|
4643
4756
|
'symtable.Symbol.is_global': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_global',
|
|
4644
4757
|
'symtable.Symbol.is_imported': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_imported',
|
|
4645
4758
|
'symtable.Symbol.is_local': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_local',
|
|
@@ -4647,6 +4760,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4647
4760
|
'symtable.Symbol.is_nonlocal': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_nonlocal',
|
|
4648
4761
|
'symtable.Symbol.is_parameter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_parameter',
|
|
4649
4762
|
'symtable.Symbol.is_referenced': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_referenced',
|
|
4763
|
+
'symtable.Symbol.is_type_parameter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_type_parameter',
|
|
4650
4764
|
'symtable.SymbolTable': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable',
|
|
4651
4765
|
'symtable.SymbolTable.get_children': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable.get_children',
|
|
4652
4766
|
'symtable.SymbolTable.get_id': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable.get_id',
|
|
@@ -4670,6 +4784,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4670
4784
|
'sys._getframe': 'https://docs.python.org/3/library/sys.html#sys._getframe',
|
|
4671
4785
|
'sys._getframemodulename': 'https://docs.python.org/3/library/sys.html#sys._getframemodulename',
|
|
4672
4786
|
'sys._is_gil_enabled': 'https://docs.python.org/3/library/sys.html#sys._is_gil_enabled',
|
|
4787
|
+
'sys._is_immortal': 'https://docs.python.org/3/library/sys.html#sys._is_immortal',
|
|
4673
4788
|
'sys._is_interned': 'https://docs.python.org/3/library/sys.html#sys._is_interned',
|
|
4674
4789
|
'sys.activate_stack_trampoline': 'https://docs.python.org/3/library/sys.html#sys.activate_stack_trampoline',
|
|
4675
4790
|
'sys.addaudithook': 'https://docs.python.org/3/library/sys.html#sys.addaudithook',
|
|
@@ -4704,6 +4819,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4704
4819
|
'sys.is_finalizing': 'https://docs.python.org/3/library/sys.html#sys.is_finalizing',
|
|
4705
4820
|
'sys.is_stack_trampoline_active': 'https://docs.python.org/3/library/sys.html#sys.is_stack_trampoline_active',
|
|
4706
4821
|
'sys.monitoring': 'https://docs.python.org/3/library/sys.monitoring.html#module-sys.monitoring',
|
|
4822
|
+
'sys.remote_exec': 'https://docs.python.org/3/library/sys.html#sys.remote_exec',
|
|
4707
4823
|
'sys.set_asyncgen_hooks': 'https://docs.python.org/3/library/sys.html#sys.set_asyncgen_hooks',
|
|
4708
4824
|
'sys.set_coroutine_origin_tracking_depth': 'https://docs.python.org/3/library/sys.html#sys.set_coroutine_origin_tracking_depth',
|
|
4709
4825
|
'sys.set_int_max_str_digits': 'https://docs.python.org/3/library/sys.html#sys.set_int_max_str_digits',
|
|
@@ -4713,7 +4829,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4713
4829
|
'sys.setswitchinterval': 'https://docs.python.org/3/library/sys.html#sys.setswitchinterval',
|
|
4714
4830
|
'sys.settrace': 'https://docs.python.org/3/library/sys.html#sys.settrace',
|
|
4715
4831
|
'sys.unraisablehook': 'https://docs.python.org/3/library/sys.html#sys.unraisablehook'},
|
|
4716
|
-
'sys.
|
|
4832
|
+
'sys._jit': { 'sys._jit.is_active': 'https://docs.python.org/3/library/sys.html#sys._jit.is_active',
|
|
4833
|
+
'sys._jit.is_available': 'https://docs.python.org/3/library/sys.html#sys._jit.is_available',
|
|
4834
|
+
'sys._jit.is_enabled': 'https://docs.python.org/3/library/sys.html#sys._jit.is_enabled'},
|
|
4835
|
+
'sys.monitoring': { 'sys.monitoring.clear_tool_id': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.clear_tool_id',
|
|
4836
|
+
'sys.monitoring.free_tool_id': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.free_tool_id',
|
|
4717
4837
|
'sys.monitoring.get_events': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_events',
|
|
4718
4838
|
'sys.monitoring.get_local_events': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_local_events',
|
|
4719
4839
|
'sys.monitoring.get_tool': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_tool',
|
|
@@ -4835,9 +4955,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4835
4955
|
'test.support.get_attribute': 'https://docs.python.org/3/library/test.html#test.support.get_attribute',
|
|
4836
4956
|
'test.support.get_original_stdout': 'https://docs.python.org/3/library/test.html#test.support.get_original_stdout',
|
|
4837
4957
|
'test.support.get_pagesize': 'https://docs.python.org/3/library/test.html#test.support.get_pagesize',
|
|
4958
|
+
'test.support.get_resource_value': 'https://docs.python.org/3/library/test.html#test.support.get_resource_value',
|
|
4838
4959
|
'test.support.impl_detail': 'https://docs.python.org/3/library/test.html#test.support.impl_detail',
|
|
4839
4960
|
'test.support.import_helper': 'https://docs.python.org/3/library/test.html#module-test.support.import_helper',
|
|
4840
4961
|
'test.support.is_resource_enabled': 'https://docs.python.org/3/library/test.html#test.support.is_resource_enabled',
|
|
4962
|
+
'test.support.linked_to_musl': 'https://docs.python.org/3/library/test.html#test.support.linked_to_musl',
|
|
4841
4963
|
'test.support.load_package_tests': 'https://docs.python.org/3/library/test.html#test.support.load_package_tests',
|
|
4842
4964
|
'test.support.missing_compiler_executable': 'https://docs.python.org/3/library/test.html#test.support.missing_compiler_executable',
|
|
4843
4965
|
'test.support.no_tracing': 'https://docs.python.org/3/library/test.html#test.support.no_tracing',
|
|
@@ -4876,6 +4998,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4876
4998
|
'test.support.swap_attr': 'https://docs.python.org/3/library/test.html#test.support.swap_attr',
|
|
4877
4999
|
'test.support.swap_item': 'https://docs.python.org/3/library/test.html#test.support.swap_item',
|
|
4878
5000
|
'test.support.system_must_validate_cert': 'https://docs.python.org/3/library/test.html#test.support.system_must_validate_cert',
|
|
5001
|
+
'test.support.thread_unsafe': 'https://docs.python.org/3/library/test.html#test.support.thread_unsafe',
|
|
4879
5002
|
'test.support.threading_helper': 'https://docs.python.org/3/library/test.html#module-test.support.threading_helper',
|
|
4880
5003
|
'test.support.wait_process': 'https://docs.python.org/3/library/test.html#test.support.wait_process',
|
|
4881
5004
|
'test.support.warnings_helper': 'https://docs.python.org/3/library/test.html#module-test.support.warnings_helper',
|
|
@@ -4930,6 +5053,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4930
5053
|
'test.support.threading_helper': { 'test.support.threading_helper.catch_threading_exception': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.catch_threading_exception',
|
|
4931
5054
|
'test.support.threading_helper.join_thread': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.join_thread',
|
|
4932
5055
|
'test.support.threading_helper.reap_threads': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.reap_threads',
|
|
5056
|
+
'test.support.threading_helper.run_concurrently': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.run_concurrently',
|
|
4933
5057
|
'test.support.threading_helper.start_threads': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.start_threads',
|
|
4934
5058
|
'test.support.threading_helper.threading_cleanup': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.threading_cleanup',
|
|
4935
5059
|
'test.support.threading_helper.threading_setup': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.threading_setup',
|
|
@@ -4954,6 +5078,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4954
5078
|
'threading.BoundedSemaphore': 'https://docs.python.org/3/library/threading.html#threading.BoundedSemaphore',
|
|
4955
5079
|
'threading.Condition': 'https://docs.python.org/3/library/threading.html#threading.Condition',
|
|
4956
5080
|
'threading.Condition.acquire': 'https://docs.python.org/3/library/threading.html#threading.Condition.acquire',
|
|
5081
|
+
'threading.Condition.locked': 'https://docs.python.org/3/library/threading.html#threading.Condition.locked',
|
|
4957
5082
|
'threading.Condition.notify': 'https://docs.python.org/3/library/threading.html#threading.Condition.notify',
|
|
4958
5083
|
'threading.Condition.notify_all': 'https://docs.python.org/3/library/threading.html#threading.Condition.notify_all',
|
|
4959
5084
|
'threading.Condition.release': 'https://docs.python.org/3/library/threading.html#threading.Condition.release',
|
|
@@ -4970,6 +5095,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4970
5095
|
'threading.Lock.release': 'https://docs.python.org/3/library/threading.html#threading.Lock.release',
|
|
4971
5096
|
'threading.RLock': 'https://docs.python.org/3/library/threading.html#threading.RLock',
|
|
4972
5097
|
'threading.RLock.acquire': 'https://docs.python.org/3/library/threading.html#threading.RLock.acquire',
|
|
5098
|
+
'threading.RLock.locked': 'https://docs.python.org/3/library/threading.html#threading.RLock.locked',
|
|
4973
5099
|
'threading.RLock.release': 'https://docs.python.org/3/library/threading.html#threading.RLock.release',
|
|
4974
5100
|
'threading.Semaphore': 'https://docs.python.org/3/library/threading.html#threading.Semaphore',
|
|
4975
5101
|
'threading.Semaphore.acquire': 'https://docs.python.org/3/library/threading.html#threading.Semaphore.acquire',
|
|
@@ -5294,6 +5420,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5294
5420
|
'turtle.end_poly': 'https://docs.python.org/3/library/turtle.html#turtle.end_poly',
|
|
5295
5421
|
'turtle.exitonclick': 'https://docs.python.org/3/library/turtle.html#turtle.exitonclick',
|
|
5296
5422
|
'turtle.fd': 'https://docs.python.org/3/library/turtle.html#turtle.fd',
|
|
5423
|
+
'turtle.fill': 'https://docs.python.org/3/library/turtle.html#turtle.fill',
|
|
5297
5424
|
'turtle.fillcolor': 'https://docs.python.org/3/library/turtle.html#turtle.fillcolor',
|
|
5298
5425
|
'turtle.filling': 'https://docs.python.org/3/library/turtle.html#turtle.filling',
|
|
5299
5426
|
'turtle.forward': 'https://docs.python.org/3/library/turtle.html#turtle.forward',
|
|
@@ -5316,6 +5443,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5316
5443
|
'turtle.lt': 'https://docs.python.org/3/library/turtle.html#turtle.lt',
|
|
5317
5444
|
'turtle.mainloop': 'https://docs.python.org/3/library/turtle.html#turtle.mainloop',
|
|
5318
5445
|
'turtle.mode': 'https://docs.python.org/3/library/turtle.html#turtle.mode',
|
|
5446
|
+
'turtle.no_animation': 'https://docs.python.org/3/library/turtle.html#turtle.no_animation',
|
|
5319
5447
|
'turtle.numinput': 'https://docs.python.org/3/library/turtle.html#turtle.numinput',
|
|
5320
5448
|
'turtle.onclick': 'https://docs.python.org/3/library/turtle.html#turtle.onclick',
|
|
5321
5449
|
'turtle.ondrag': 'https://docs.python.org/3/library/turtle.html#turtle.ondrag',
|
|
@@ -5331,6 +5459,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5331
5459
|
'turtle.pendown': 'https://docs.python.org/3/library/turtle.html#turtle.pendown',
|
|
5332
5460
|
'turtle.pensize': 'https://docs.python.org/3/library/turtle.html#turtle.pensize',
|
|
5333
5461
|
'turtle.penup': 'https://docs.python.org/3/library/turtle.html#turtle.penup',
|
|
5462
|
+
'turtle.poly': 'https://docs.python.org/3/library/turtle.html#turtle.poly',
|
|
5334
5463
|
'turtle.pos': 'https://docs.python.org/3/library/turtle.html#turtle.pos',
|
|
5335
5464
|
'turtle.position': 'https://docs.python.org/3/library/turtle.html#turtle.position',
|
|
5336
5465
|
'turtle.pu': 'https://docs.python.org/3/library/turtle.html#turtle.pu',
|
|
@@ -5341,6 +5470,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5341
5470
|
'turtle.resizemode': 'https://docs.python.org/3/library/turtle.html#turtle.resizemode',
|
|
5342
5471
|
'turtle.right': 'https://docs.python.org/3/library/turtle.html#turtle.right',
|
|
5343
5472
|
'turtle.rt': 'https://docs.python.org/3/library/turtle.html#turtle.rt',
|
|
5473
|
+
'turtle.save': 'https://docs.python.org/3/library/turtle.html#turtle.save',
|
|
5344
5474
|
'turtle.screensize': 'https://docs.python.org/3/library/turtle.html#turtle.screensize',
|
|
5345
5475
|
'turtle.seth': 'https://docs.python.org/3/library/turtle.html#turtle.seth',
|
|
5346
5476
|
'turtle.setheading': 'https://docs.python.org/3/library/turtle.html#turtle.setheading',
|
|
@@ -5436,6 +5566,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5436
5566
|
'typing.NewType': 'https://docs.python.org/3/library/typing.html#typing.NewType',
|
|
5437
5567
|
'typing.OrderedDict': 'https://docs.python.org/3/library/typing.html#typing.OrderedDict',
|
|
5438
5568
|
'typing.ParamSpec': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec',
|
|
5569
|
+
'typing.ParamSpec.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec.evaluate_default',
|
|
5439
5570
|
'typing.ParamSpec.has_default': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec.has_default',
|
|
5440
5571
|
'typing.Pattern': 'https://docs.python.org/3/library/typing.html#typing.Pattern',
|
|
5441
5572
|
'typing.Protocol': 'https://docs.python.org/3/library/typing.html#typing.Protocol',
|
|
@@ -5454,17 +5585,24 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5454
5585
|
'typing.TextIO': 'https://docs.python.org/3/library/typing.html#typing.TextIO',
|
|
5455
5586
|
'typing.Type': 'https://docs.python.org/3/library/typing.html#typing.Type',
|
|
5456
5587
|
'typing.TypeAliasType': 'https://docs.python.org/3/library/typing.html#typing.TypeAliasType',
|
|
5588
|
+
'typing.TypeAliasType.evaluate_value': 'https://docs.python.org/3/library/typing.html#typing.TypeAliasType.evaluate_value',
|
|
5457
5589
|
'typing.TypeVar': 'https://docs.python.org/3/library/typing.html#typing.TypeVar',
|
|
5590
|
+
'typing.TypeVar.evaluate_bound': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_bound',
|
|
5591
|
+
'typing.TypeVar.evaluate_constraints': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_constraints',
|
|
5592
|
+
'typing.TypeVar.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_default',
|
|
5458
5593
|
'typing.TypeVar.has_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.has_default',
|
|
5459
5594
|
'typing.TypeVarTuple': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple',
|
|
5595
|
+
'typing.TypeVarTuple.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple.evaluate_default',
|
|
5460
5596
|
'typing.TypeVarTuple.has_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple.has_default',
|
|
5461
5597
|
'typing.TypedDict': 'https://docs.python.org/3/library/typing.html#typing.TypedDict',
|
|
5598
|
+
'typing.Union': 'https://docs.python.org/3/library/typing.html#typing.Union',
|
|
5462
5599
|
'typing.ValuesView': 'https://docs.python.org/3/library/typing.html#typing.ValuesView',
|
|
5463
5600
|
'typing.assert_never': 'https://docs.python.org/3/library/typing.html#typing.assert_never',
|
|
5464
5601
|
'typing.assert_type': 'https://docs.python.org/3/library/typing.html#typing.assert_type',
|
|
5465
5602
|
'typing.cast': 'https://docs.python.org/3/library/typing.html#typing.cast',
|
|
5466
5603
|
'typing.clear_overloads': 'https://docs.python.org/3/library/typing.html#typing.clear_overloads',
|
|
5467
5604
|
'typing.dataclass_transform': 'https://docs.python.org/3/library/typing.html#typing.dataclass_transform',
|
|
5605
|
+
'typing.evaluate_forward_ref': 'https://docs.python.org/3/library/typing.html#typing.evaluate_forward_ref',
|
|
5468
5606
|
'typing.final': 'https://docs.python.org/3/library/typing.html#typing.final',
|
|
5469
5607
|
'typing.get_args': 'https://docs.python.org/3/library/typing.html#typing.get_args',
|
|
5470
5608
|
'typing.get_origin': 'https://docs.python.org/3/library/typing.html#typing.get_origin',
|
|
@@ -5507,16 +5645,19 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5507
5645
|
'unittest.TestCase.assertAlmostEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertAlmostEqual',
|
|
5508
5646
|
'unittest.TestCase.assertCountEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertCountEqual',
|
|
5509
5647
|
'unittest.TestCase.assertDictEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertDictEqual',
|
|
5648
|
+
'unittest.TestCase.assertEndsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertEndsWith',
|
|
5510
5649
|
'unittest.TestCase.assertEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertEqual',
|
|
5511
5650
|
'unittest.TestCase.assertFalse': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertFalse',
|
|
5512
5651
|
'unittest.TestCase.assertGreater': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreater',
|
|
5513
5652
|
'unittest.TestCase.assertGreaterEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreaterEqual',
|
|
5653
|
+
'unittest.TestCase.assertHasAttr': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertHasAttr',
|
|
5514
5654
|
'unittest.TestCase.assertIn': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIn',
|
|
5515
5655
|
'unittest.TestCase.assertIs': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIs',
|
|
5516
5656
|
'unittest.TestCase.assertIsInstance': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsInstance',
|
|
5517
5657
|
'unittest.TestCase.assertIsNone': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNone',
|
|
5518
5658
|
'unittest.TestCase.assertIsNot': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNot',
|
|
5519
5659
|
'unittest.TestCase.assertIsNotNone': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNotNone',
|
|
5660
|
+
'unittest.TestCase.assertIsSubclass': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsSubclass',
|
|
5520
5661
|
'unittest.TestCase.assertLess': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertLess',
|
|
5521
5662
|
'unittest.TestCase.assertLessEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertLessEqual',
|
|
5522
5663
|
'unittest.TestCase.assertListEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertListEqual',
|
|
@@ -5524,15 +5665,20 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5524
5665
|
'unittest.TestCase.assertMultiLineEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertMultiLineEqual',
|
|
5525
5666
|
'unittest.TestCase.assertNoLogs': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNoLogs',
|
|
5526
5667
|
'unittest.TestCase.assertNotAlmostEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotAlmostEqual',
|
|
5668
|
+
'unittest.TestCase.assertNotEndsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotEndsWith',
|
|
5527
5669
|
'unittest.TestCase.assertNotEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotEqual',
|
|
5670
|
+
'unittest.TestCase.assertNotHasAttr': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotHasAttr',
|
|
5528
5671
|
'unittest.TestCase.assertNotIn': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIn',
|
|
5529
5672
|
'unittest.TestCase.assertNotIsInstance': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIsInstance',
|
|
5673
|
+
'unittest.TestCase.assertNotIsSubclass': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIsSubclass',
|
|
5530
5674
|
'unittest.TestCase.assertNotRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotRegex',
|
|
5675
|
+
'unittest.TestCase.assertNotStartsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotStartsWith',
|
|
5531
5676
|
'unittest.TestCase.assertRaises': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaises',
|
|
5532
5677
|
'unittest.TestCase.assertRaisesRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaisesRegex',
|
|
5533
5678
|
'unittest.TestCase.assertRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRegex',
|
|
5534
5679
|
'unittest.TestCase.assertSequenceEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertSequenceEqual',
|
|
5535
5680
|
'unittest.TestCase.assertSetEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertSetEqual',
|
|
5681
|
+
'unittest.TestCase.assertStartsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertStartsWith',
|
|
5536
5682
|
'unittest.TestCase.assertTrue': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertTrue',
|
|
5537
5683
|
'unittest.TestCase.assertTupleEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertTupleEqual',
|
|
5538
5684
|
'unittest.TestCase.assertWarns': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertWarns',
|
|
@@ -5687,8 +5833,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5687
5833
|
'urllib.request.DataHandler.data_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.DataHandler.data_open',
|
|
5688
5834
|
'urllib.request.FTPHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FTPHandler',
|
|
5689
5835
|
'urllib.request.FTPHandler.ftp_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FTPHandler.ftp_open',
|
|
5690
|
-
'urllib.request.FancyURLopener': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FancyURLopener',
|
|
5691
|
-
'urllib.request.FancyURLopener.prompt_user_passwd': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FancyURLopener.prompt_user_passwd',
|
|
5692
5836
|
'urllib.request.FileHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FileHandler',
|
|
5693
5837
|
'urllib.request.FileHandler.file_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FileHandler.file_open',
|
|
5694
5838
|
'urllib.request.HTTPBasicAuthHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.HTTPBasicAuthHandler',
|
|
@@ -5739,10 +5883,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5739
5883
|
'urllib.request.Request.header_items': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.header_items',
|
|
5740
5884
|
'urllib.request.Request.remove_header': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.remove_header',
|
|
5741
5885
|
'urllib.request.Request.set_proxy': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.set_proxy',
|
|
5742
|
-
'urllib.request.URLopener': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener',
|
|
5743
|
-
'urllib.request.URLopener.open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener.open',
|
|
5744
|
-
'urllib.request.URLopener.open_unknown': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener.open_unknown',
|
|
5745
|
-
'urllib.request.URLopener.retrieve': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener.retrieve',
|
|
5746
5886
|
'urllib.request.UnknownHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.UnknownHandler',
|
|
5747
5887
|
'urllib.request.UnknownHandler.unknown_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.UnknownHandler.unknown_open',
|
|
5748
5888
|
'urllib.request.build_opener': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.build_opener',
|
|
@@ -5773,7 +5913,10 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5773
5913
|
'uuid.uuid1': 'https://docs.python.org/3/library/uuid.html#uuid.uuid1',
|
|
5774
5914
|
'uuid.uuid3': 'https://docs.python.org/3/library/uuid.html#uuid.uuid3',
|
|
5775
5915
|
'uuid.uuid4': 'https://docs.python.org/3/library/uuid.html#uuid.uuid4',
|
|
5776
|
-
'uuid.uuid5': 'https://docs.python.org/3/library/uuid.html#uuid.uuid5'
|
|
5916
|
+
'uuid.uuid5': 'https://docs.python.org/3/library/uuid.html#uuid.uuid5',
|
|
5917
|
+
'uuid.uuid6': 'https://docs.python.org/3/library/uuid.html#uuid.uuid6',
|
|
5918
|
+
'uuid.uuid7': 'https://docs.python.org/3/library/uuid.html#uuid.uuid7',
|
|
5919
|
+
'uuid.uuid8': 'https://docs.python.org/3/library/uuid.html#uuid.uuid8'},
|
|
5777
5920
|
'venv': { 'venv.EnvBuilder': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder',
|
|
5778
5921
|
'venv.EnvBuilder.create': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder.create',
|
|
5779
5922
|
'venv.EnvBuilder.create_configuration': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder.create_configuration',
|
|
@@ -5974,7 +6117,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5974
6117
|
'xml.dom.pulldom.DOMEventStream.expandNode': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.expandNode',
|
|
5975
6118
|
'xml.dom.pulldom.DOMEventStream.getEvent': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.getEvent',
|
|
5976
6119
|
'xml.dom.pulldom.DOMEventStream.reset': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.reset',
|
|
5977
|
-
'xml.dom.pulldom.
|
|
6120
|
+
'xml.dom.pulldom.PullDOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.PullDOM',
|
|
5978
6121
|
'xml.dom.pulldom.SAX2DOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.SAX2DOM',
|
|
5979
6122
|
'xml.dom.pulldom.parse': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parse',
|
|
5980
6123
|
'xml.dom.pulldom.parseString': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parseString'},
|
|
@@ -6073,6 +6216,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
6073
6216
|
'xml.parsers.expat.xmlparser.Parse': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.Parse',
|
|
6074
6217
|
'xml.parsers.expat.xmlparser.ParseFile': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ParseFile',
|
|
6075
6218
|
'xml.parsers.expat.xmlparser.ProcessingInstructionHandler': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ProcessingInstructionHandler',
|
|
6219
|
+
'xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold',
|
|
6220
|
+
'xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification',
|
|
6076
6221
|
'xml.parsers.expat.xmlparser.SetBase': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetBase',
|
|
6077
6222
|
'xml.parsers.expat.xmlparser.SetParamEntityParsing': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetParamEntityParsing',
|
|
6078
6223
|
'xml.parsers.expat.xmlparser.SetReparseDeferralEnabled': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetReparseDeferralEnabled',
|
|
@@ -6239,6 +6384,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
6239
6384
|
'zipfile.ZipFile.write': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.write',
|
|
6240
6385
|
'zipfile.ZipFile.writestr': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.writestr',
|
|
6241
6386
|
'zipfile.ZipInfo': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo',
|
|
6387
|
+
'zipfile.ZipInfo._for_archive': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo._for_archive',
|
|
6242
6388
|
'zipfile.ZipInfo.from_file': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo.from_file',
|
|
6243
6389
|
'zipfile.ZipInfo.is_dir': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo.is_dir',
|
|
6244
6390
|
'zipfile.is_zipfile': 'https://docs.python.org/3/library/zipfile.html#zipfile.is_zipfile'},
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
nbdev_stdlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
nbdev_stdlib/_modidx.py,sha256=yHy-3AMKOFfPXzoeZgyEB7rso0V_B4BO_E9Kaqa0HPI,836862
|
|
3
|
+
nbdev_stdlib/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
+
nbdev_stdlib-0.0.2386.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
+
nbdev_stdlib-0.0.2386.dist-info/METADATA,sha256=vdiau2w0YYrXDUZz_UqliFZ7T4MfiSq9cpiHShuk6B8,1187
|
|
6
|
+
nbdev_stdlib-0.0.2386.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
7
|
+
nbdev_stdlib-0.0.2386.dist-info/entry_points.txt,sha256=Pqrla0bjIyPBtdjWl23dJTJvxzKoR50ICY_qeensB68,46
|
|
8
|
+
nbdev_stdlib-0.0.2386.dist-info/top_level.txt,sha256=I6FPQYzU9FlsrtQAFX0KpTr9zmf8Mx6gPLwBNCogo-s,13
|
|
9
|
+
nbdev_stdlib-0.0.2386.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
nbdev_stdlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
nbdev_stdlib/_modidx.py,sha256=PQwPhIAqCmgV57w2lw8z2zxgHZL_otTqLxyJYfL8JBU,816947
|
|
3
|
-
nbdev_stdlib/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
-
nbdev_stdlib-0.0.2104.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_stdlib-0.0.2104.dist-info/METADATA,sha256=i4Vv3xPUhdj3MNls3N5l2VdkoTPNQyuweq7amasES2g,1187
|
|
6
|
-
nbdev_stdlib-0.0.2104.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
nbdev_stdlib-0.0.2104.dist-info/entry_points.txt,sha256=Pqrla0bjIyPBtdjWl23dJTJvxzKoR50ICY_qeensB68,46
|
|
8
|
-
nbdev_stdlib-0.0.2104.dist-info/top_level.txt,sha256=I6FPQYzU9FlsrtQAFX0KpTr9zmf8Mx6gPLwBNCogo-s,13
|
|
9
|
-
nbdev_stdlib-0.0.2104.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|