nbdev-stdlib 0.0.2103__py3-none-any.whl → 0.0.2307__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 +202 -45
- {nbdev_stdlib-0.0.2103.dist-info → nbdev_stdlib-0.0.2307.dist-info}/METADATA +1 -1
- nbdev_stdlib-0.0.2307.dist-info/RECORD +9 -0
- nbdev_stdlib-0.0.2103.dist-info/RECORD +0 -9
- {nbdev_stdlib-0.0.2103.dist-info → nbdev_stdlib-0.0.2307.dist-info}/WHEEL +0 -0
- {nbdev_stdlib-0.0.2103.dist-info → nbdev_stdlib-0.0.2307.dist-info}/entry_points.txt +0 -0
- {nbdev_stdlib-0.0.2103.dist-info → nbdev_stdlib-0.0.2307.dist-info}/licenses/LICENSE +0 -0
- {nbdev_stdlib-0.0.2103.dist-info → nbdev_stdlib-0.0.2307.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',
|
|
@@ -609,6 +615,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
609
615
|
'builtins.bytearray.removeprefix': 'https://docs.python.org/3/library/stdtypes.html#bytearray.removeprefix',
|
|
610
616
|
'builtins.bytearray.removesuffix': 'https://docs.python.org/3/library/stdtypes.html#bytearray.removesuffix',
|
|
611
617
|
'builtins.bytearray.replace': 'https://docs.python.org/3/library/stdtypes.html#bytearray.replace',
|
|
618
|
+
'builtins.bytearray.resize': 'https://docs.python.org/3/library/stdtypes.html#bytearray.resize',
|
|
612
619
|
'builtins.bytearray.reverse': 'https://docs.python.org/3/library/stdtypes.html#bytearray.reverse',
|
|
613
620
|
'builtins.bytearray.rfind': 'https://docs.python.org/3/library/stdtypes.html#bytearray.rfind',
|
|
614
621
|
'builtins.bytearray.rindex': 'https://docs.python.org/3/library/stdtypes.html#bytearray.rindex',
|
|
@@ -673,6 +680,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
673
680
|
'builtins.classmethod': 'https://docs.python.org/3/library/functions.html#classmethod',
|
|
674
681
|
'builtins.compile': 'https://docs.python.org/3/library/functions.html#compile',
|
|
675
682
|
'builtins.complex': 'https://docs.python.org/3/library/functions.html#complex',
|
|
683
|
+
'builtins.complex.from_number': 'https://docs.python.org/3/library/stdtypes.html#complex.from_number',
|
|
676
684
|
'builtins.delattr': 'https://docs.python.org/3/library/functions.html#delattr',
|
|
677
685
|
'builtins.dict': 'https://docs.python.org/3/library/stdtypes.html#dict',
|
|
678
686
|
'builtins.dict.clear': 'https://docs.python.org/3/library/stdtypes.html#dict.clear',
|
|
@@ -694,28 +702,20 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
694
702
|
'builtins.filter': 'https://docs.python.org/3/library/functions.html#filter',
|
|
695
703
|
'builtins.float': 'https://docs.python.org/3/library/functions.html#float',
|
|
696
704
|
'builtins.float.as_integer_ratio': 'https://docs.python.org/3/library/stdtypes.html#float.as_integer_ratio',
|
|
705
|
+
'builtins.float.from_number': 'https://docs.python.org/3/library/stdtypes.html#float.from_number',
|
|
697
706
|
'builtins.float.fromhex': 'https://docs.python.org/3/library/stdtypes.html#float.fromhex',
|
|
698
707
|
'builtins.float.hex': 'https://docs.python.org/3/library/stdtypes.html#float.hex',
|
|
699
708
|
'builtins.float.is_integer': 'https://docs.python.org/3/library/stdtypes.html#float.is_integer',
|
|
700
709
|
'builtins.format': 'https://docs.python.org/3/library/functions.html#format',
|
|
701
710
|
'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
711
|
'builtins.frozenset.copy': 'https://docs.python.org/3/library/stdtypes.html#frozenset.copy',
|
|
705
712
|
'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
713
|
'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
714
|
'builtins.frozenset.isdisjoint': 'https://docs.python.org/3/library/stdtypes.html#frozenset.isdisjoint',
|
|
711
715
|
'builtins.frozenset.issubset': 'https://docs.python.org/3/library/stdtypes.html#frozenset.issubset',
|
|
712
716
|
'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
717
|
'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
718
|
'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
719
|
'builtins.getattr': 'https://docs.python.org/3/library/functions.html#getattr',
|
|
720
720
|
'builtins.globals': 'https://docs.python.org/3/library/functions.html#globals',
|
|
721
721
|
'builtins.hasattr': 'https://docs.python.org/3/library/functions.html#hasattr',
|
|
@@ -753,7 +753,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
753
753
|
'builtins.memoryview': 'https://docs.python.org/3/library/stdtypes.html#memoryview',
|
|
754
754
|
'builtins.memoryview.__eq__': 'https://docs.python.org/3/library/stdtypes.html#memoryview.__eq__',
|
|
755
755
|
'builtins.memoryview.cast': 'https://docs.python.org/3/library/stdtypes.html#memoryview.cast',
|
|
756
|
+
'builtins.memoryview.count': 'https://docs.python.org/3/library/stdtypes.html#memoryview.count',
|
|
756
757
|
'builtins.memoryview.hex': 'https://docs.python.org/3/library/stdtypes.html#memoryview.hex',
|
|
758
|
+
'builtins.memoryview.index': 'https://docs.python.org/3/library/stdtypes.html#memoryview.index',
|
|
757
759
|
'builtins.memoryview.release': 'https://docs.python.org/3/library/stdtypes.html#memoryview.release',
|
|
758
760
|
'builtins.memoryview.tobytes': 'https://docs.python.org/3/library/stdtypes.html#memoryview.tobytes',
|
|
759
761
|
'builtins.memoryview.tolist': 'https://docs.python.org/3/library/stdtypes.html#memoryview.tolist',
|
|
@@ -768,6 +770,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
768
770
|
'builtins.object.__aiter__': 'https://docs.python.org/3/reference/datamodel.html#object.__aiter__',
|
|
769
771
|
'builtins.object.__and__': 'https://docs.python.org/3/reference/datamodel.html#object.__and__',
|
|
770
772
|
'builtins.object.__anext__': 'https://docs.python.org/3/reference/datamodel.html#object.__anext__',
|
|
773
|
+
'builtins.object.__annotate__': 'https://docs.python.org/3/reference/datamodel.html#object.__annotate__',
|
|
771
774
|
'builtins.object.__await__': 'https://docs.python.org/3/reference/datamodel.html#object.__await__',
|
|
772
775
|
'builtins.object.__bool__': 'https://docs.python.org/3/reference/datamodel.html#object.__bool__',
|
|
773
776
|
'builtins.object.__buffer__': 'https://docs.python.org/3/reference/datamodel.html#object.__buffer__',
|
|
@@ -882,6 +885,23 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
882
885
|
'builtins.reversed': 'https://docs.python.org/3/library/functions.html#reversed',
|
|
883
886
|
'builtins.round': 'https://docs.python.org/3/library/functions.html#round',
|
|
884
887
|
'builtins.set': 'https://docs.python.org/3/library/stdtypes.html#set',
|
|
888
|
+
'builtins.set.add': 'https://docs.python.org/3/library/stdtypes.html#set.add',
|
|
889
|
+
'builtins.set.clear': 'https://docs.python.org/3/library/stdtypes.html#set.clear',
|
|
890
|
+
'builtins.set.copy': 'https://docs.python.org/3/library/stdtypes.html#set.copy',
|
|
891
|
+
'builtins.set.difference': 'https://docs.python.org/3/library/stdtypes.html#set.difference',
|
|
892
|
+
'builtins.set.difference_update': 'https://docs.python.org/3/library/stdtypes.html#set.difference_update',
|
|
893
|
+
'builtins.set.discard': 'https://docs.python.org/3/library/stdtypes.html#set.discard',
|
|
894
|
+
'builtins.set.intersection': 'https://docs.python.org/3/library/stdtypes.html#set.intersection',
|
|
895
|
+
'builtins.set.intersection_update': 'https://docs.python.org/3/library/stdtypes.html#set.intersection_update',
|
|
896
|
+
'builtins.set.isdisjoint': 'https://docs.python.org/3/library/stdtypes.html#set.isdisjoint',
|
|
897
|
+
'builtins.set.issubset': 'https://docs.python.org/3/library/stdtypes.html#set.issubset',
|
|
898
|
+
'builtins.set.issuperset': 'https://docs.python.org/3/library/stdtypes.html#set.issuperset',
|
|
899
|
+
'builtins.set.pop': 'https://docs.python.org/3/library/stdtypes.html#set.pop',
|
|
900
|
+
'builtins.set.remove': 'https://docs.python.org/3/library/stdtypes.html#set.remove',
|
|
901
|
+
'builtins.set.symmetric_difference': 'https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference',
|
|
902
|
+
'builtins.set.symmetric_difference_update': 'https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference_update',
|
|
903
|
+
'builtins.set.union': 'https://docs.python.org/3/library/stdtypes.html#set.union',
|
|
904
|
+
'builtins.set.update': 'https://docs.python.org/3/library/stdtypes.html#set.update',
|
|
885
905
|
'builtins.setattr': 'https://docs.python.org/3/library/functions.html#setattr',
|
|
886
906
|
'builtins.slice': 'https://docs.python.org/3/library/functions.html#slice',
|
|
887
907
|
'builtins.slice.indices': 'https://docs.python.org/3/reference/datamodel.html#slice.indices',
|
|
@@ -941,6 +961,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
941
961
|
'builtins.tuple.count': 'https://docs.python.org/3/library/stdtypes.html#tuple.count',
|
|
942
962
|
'builtins.tuple.index': 'https://docs.python.org/3/library/stdtypes.html#tuple.index',
|
|
943
963
|
'builtins.type': 'https://docs.python.org/3/library/functions.html#type',
|
|
964
|
+
'builtins.type.__annotate__': 'https://docs.python.org/3/reference/datamodel.html#type.__annotate__',
|
|
944
965
|
'builtins.type.__instancecheck__': 'https://docs.python.org/3/reference/datamodel.html#type.__instancecheck__',
|
|
945
966
|
'builtins.type.__subclasscheck__': 'https://docs.python.org/3/reference/datamodel.html#type.__subclasscheck__',
|
|
946
967
|
'builtins.type.__subclasses__': 'https://docs.python.org/3/reference/datamodel.html#type.__subclasses__',
|
|
@@ -1189,7 +1210,30 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1189
1210
|
'compileall': { 'compileall.compile_dir': 'https://docs.python.org/3/library/compileall.html#compileall.compile_dir',
|
|
1190
1211
|
'compileall.compile_file': 'https://docs.python.org/3/library/compileall.html#compileall.compile_file',
|
|
1191
1212
|
'compileall.compile_path': 'https://docs.python.org/3/library/compileall.html#compileall.compile_path'},
|
|
1192
|
-
'
|
|
1213
|
+
'compression': {'compression.zstd': 'https://docs.python.org/3/library/compression.zstd.html#module-compression.zstd'},
|
|
1214
|
+
'compression.zstd': { 'compression.zstd.CompressionParameter': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.CompressionParameter',
|
|
1215
|
+
'compression.zstd.CompressionParameter.bounds': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.CompressionParameter.bounds',
|
|
1216
|
+
'compression.zstd.DecompressionParameter': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.DecompressionParameter',
|
|
1217
|
+
'compression.zstd.DecompressionParameter.bounds': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.DecompressionParameter.bounds',
|
|
1218
|
+
'compression.zstd.FrameInfo': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.FrameInfo',
|
|
1219
|
+
'compression.zstd.Strategy': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.Strategy',
|
|
1220
|
+
'compression.zstd.ZstdCompressor': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor',
|
|
1221
|
+
'compression.zstd.ZstdCompressor.compress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.compress',
|
|
1222
|
+
'compression.zstd.ZstdCompressor.flush': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.flush',
|
|
1223
|
+
'compression.zstd.ZstdCompressor.set_pledged_input_size': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.set_pledged_input_size',
|
|
1224
|
+
'compression.zstd.ZstdDecompressor': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDecompressor',
|
|
1225
|
+
'compression.zstd.ZstdDecompressor.decompress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDecompressor.decompress',
|
|
1226
|
+
'compression.zstd.ZstdDict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDict',
|
|
1227
|
+
'compression.zstd.ZstdFile': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdFile',
|
|
1228
|
+
'compression.zstd.ZstdFile.peek': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdFile.peek',
|
|
1229
|
+
'compression.zstd.compress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.compress',
|
|
1230
|
+
'compression.zstd.decompress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.decompress',
|
|
1231
|
+
'compression.zstd.finalize_dict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.finalize_dict',
|
|
1232
|
+
'compression.zstd.get_frame_info': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.get_frame_info',
|
|
1233
|
+
'compression.zstd.open': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.open',
|
|
1234
|
+
'compression.zstd.train_dict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.train_dict'},
|
|
1235
|
+
'concurrent': { 'concurrent.futures': 'https://docs.python.org/3/library/concurrent.futures.html#module-concurrent.futures',
|
|
1236
|
+
'concurrent.interpreters': 'https://docs.python.org/3/library/concurrent.interpreters.html#module-concurrent.interpreters'},
|
|
1193
1237
|
'concurrent.futures': { 'concurrent.futures.Executor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor',
|
|
1194
1238
|
'concurrent.futures.Executor.map': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.map',
|
|
1195
1239
|
'concurrent.futures.Executor.shutdown': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.shutdown',
|
|
@@ -1205,10 +1249,26 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1205
1249
|
'concurrent.futures.Future.set_exception': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.set_exception',
|
|
1206
1250
|
'concurrent.futures.Future.set_result': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.set_result',
|
|
1207
1251
|
'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',
|
|
1252
|
+
'concurrent.futures.InterpreterPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.InterpreterPoolExecutor',
|
|
1208
1253
|
'concurrent.futures.ProcessPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor',
|
|
1254
|
+
'concurrent.futures.ProcessPoolExecutor.kill_workers': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor.kill_workers',
|
|
1255
|
+
'concurrent.futures.ProcessPoolExecutor.terminate_workers': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor.terminate_workers',
|
|
1209
1256
|
'concurrent.futures.ThreadPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor',
|
|
1210
1257
|
'concurrent.futures.as_completed': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.as_completed',
|
|
1211
1258
|
'concurrent.futures.wait': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.wait'},
|
|
1259
|
+
'concurrent.interpreters': { 'concurrent.interpreters.Interpreter': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter',
|
|
1260
|
+
'concurrent.interpreters.Interpreter.call': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call',
|
|
1261
|
+
'concurrent.interpreters.Interpreter.call_in_thread': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call_in_thread',
|
|
1262
|
+
'concurrent.interpreters.Interpreter.close': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.close',
|
|
1263
|
+
'concurrent.interpreters.Interpreter.exec': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.exec',
|
|
1264
|
+
'concurrent.interpreters.Interpreter.is_running': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.is_running',
|
|
1265
|
+
'concurrent.interpreters.Interpreter.prepare_main': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.prepare_main',
|
|
1266
|
+
'concurrent.interpreters.Queue': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Queue',
|
|
1267
|
+
'concurrent.interpreters.create': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.create',
|
|
1268
|
+
'concurrent.interpreters.create_queue': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.create_queue',
|
|
1269
|
+
'concurrent.interpreters.get_current': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.get_current',
|
|
1270
|
+
'concurrent.interpreters.get_main': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.get_main',
|
|
1271
|
+
'concurrent.interpreters.list_all': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.list_all'},
|
|
1212
1272
|
'configparser': { 'configparser.BasicInterpolation': 'https://docs.python.org/3/library/configparser.html#configparser.BasicInterpolation',
|
|
1213
1273
|
'configparser.ConfigParser': 'https://docs.python.org/3/library/configparser.html#configparser.ConfigParser',
|
|
1214
1274
|
'configparser.ConfigParser.add_section': 'https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.add_section',
|
|
@@ -1303,6 +1363,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1303
1363
|
'ctypes.BigEndianUnion': 'https://docs.python.org/3/library/ctypes.html#ctypes.BigEndianUnion',
|
|
1304
1364
|
'ctypes.CDLL': 'https://docs.python.org/3/library/ctypes.html#ctypes.CDLL',
|
|
1305
1365
|
'ctypes.CFUNCTYPE': 'https://docs.python.org/3/library/ctypes.html#ctypes.CFUNCTYPE',
|
|
1366
|
+
'ctypes.CField': 'https://docs.python.org/3/library/ctypes.html#ctypes.CField',
|
|
1367
|
+
'ctypes.CopyComPointer': 'https://docs.python.org/3/library/ctypes.html#ctypes.CopyComPointer',
|
|
1306
1368
|
'ctypes.DllCanUnloadNow': 'https://docs.python.org/3/library/ctypes.html#ctypes.DllCanUnloadNow',
|
|
1307
1369
|
'ctypes.DllGetClassObject': 'https://docs.python.org/3/library/ctypes.html#ctypes.DllGetClassObject',
|
|
1308
1370
|
'ctypes.FormatError': 'https://docs.python.org/3/library/ctypes.html#ctypes.FormatError',
|
|
@@ -1338,7 +1400,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1338
1400
|
'ctypes.c_char': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_char',
|
|
1339
1401
|
'ctypes.c_char_p': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_char_p',
|
|
1340
1402
|
'ctypes.c_double': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_double',
|
|
1403
|
+
'ctypes.c_double_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_double_complex',
|
|
1341
1404
|
'ctypes.c_float': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_float',
|
|
1405
|
+
'ctypes.c_float_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_float_complex',
|
|
1342
1406
|
'ctypes.c_int': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int',
|
|
1343
1407
|
'ctypes.c_int16': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int16',
|
|
1344
1408
|
'ctypes.c_int32': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int32',
|
|
@@ -1346,6 +1410,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1346
1410
|
'ctypes.c_int8': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int8',
|
|
1347
1411
|
'ctypes.c_long': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_long',
|
|
1348
1412
|
'ctypes.c_longdouble': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longdouble',
|
|
1413
|
+
'ctypes.c_longdouble_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longdouble_complex',
|
|
1349
1414
|
'ctypes.c_longlong': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longlong',
|
|
1350
1415
|
'ctypes.c_short': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_short',
|
|
1351
1416
|
'ctypes.c_size_t': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_size_t',
|
|
@@ -1369,6 +1434,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1369
1434
|
'ctypes.get_errno': 'https://docs.python.org/3/library/ctypes.html#ctypes.get_errno',
|
|
1370
1435
|
'ctypes.get_last_error': 'https://docs.python.org/3/library/ctypes.html#ctypes.get_last_error',
|
|
1371
1436
|
'ctypes.memmove': 'https://docs.python.org/3/library/ctypes.html#ctypes.memmove',
|
|
1437
|
+
'ctypes.memoryview_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.memoryview_at',
|
|
1372
1438
|
'ctypes.memset': 'https://docs.python.org/3/library/ctypes.html#ctypes.memset',
|
|
1373
1439
|
'ctypes.pointer': 'https://docs.python.org/3/library/ctypes.html#ctypes.pointer',
|
|
1374
1440
|
'ctypes.py_object': 'https://docs.python.org/3/library/ctypes.html#ctypes.py_object',
|
|
@@ -1378,9 +1444,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1378
1444
|
'ctypes.sizeof': 'https://docs.python.org/3/library/ctypes.html#ctypes.sizeof',
|
|
1379
1445
|
'ctypes.string_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.string_at',
|
|
1380
1446
|
'ctypes.wstring_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.wstring_at'},
|
|
1381
|
-
'ctypes.util': { 'ctypes.util.
|
|
1447
|
+
'ctypes.util': { 'ctypes.util.dllist': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.dllist',
|
|
1448
|
+
'ctypes.util.find_library': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.find_library',
|
|
1382
1449
|
'ctypes.util.find_msvcrt': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.find_msvcrt'},
|
|
1383
1450
|
'curses': { 'curses.ascii': 'https://docs.python.org/3/library/curses.ascii.html#module-curses.ascii',
|
|
1451
|
+
'curses.assume_default_colors': 'https://docs.python.org/3/library/curses.html#curses.assume_default_colors',
|
|
1384
1452
|
'curses.baudrate': 'https://docs.python.org/3/library/curses.html#curses.baudrate',
|
|
1385
1453
|
'curses.beep': 'https://docs.python.org/3/library/curses.html#curses.beep',
|
|
1386
1454
|
'curses.can_change_color': 'https://docs.python.org/3/library/curses.html#curses.can_change_color',
|
|
@@ -1601,6 +1669,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1601
1669
|
'datetime.date.isoweekday': 'https://docs.python.org/3/library/datetime.html#datetime.date.isoweekday',
|
|
1602
1670
|
'datetime.date.replace': 'https://docs.python.org/3/library/datetime.html#datetime.date.replace',
|
|
1603
1671
|
'datetime.date.strftime': 'https://docs.python.org/3/library/datetime.html#datetime.date.strftime',
|
|
1672
|
+
'datetime.date.strptime': 'https://docs.python.org/3/library/datetime.html#datetime.date.strptime',
|
|
1604
1673
|
'datetime.date.timetuple': 'https://docs.python.org/3/library/datetime.html#datetime.date.timetuple',
|
|
1605
1674
|
'datetime.date.today': 'https://docs.python.org/3/library/datetime.html#datetime.date.today',
|
|
1606
1675
|
'datetime.date.toordinal': 'https://docs.python.org/3/library/datetime.html#datetime.date.toordinal',
|
|
@@ -1644,6 +1713,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1644
1713
|
'datetime.time.isoformat': 'https://docs.python.org/3/library/datetime.html#datetime.time.isoformat',
|
|
1645
1714
|
'datetime.time.replace': 'https://docs.python.org/3/library/datetime.html#datetime.time.replace',
|
|
1646
1715
|
'datetime.time.strftime': 'https://docs.python.org/3/library/datetime.html#datetime.time.strftime',
|
|
1716
|
+
'datetime.time.strptime': 'https://docs.python.org/3/library/datetime.html#datetime.time.strptime',
|
|
1647
1717
|
'datetime.time.tzname': 'https://docs.python.org/3/library/datetime.html#datetime.time.tzname',
|
|
1648
1718
|
'datetime.time.utcoffset': 'https://docs.python.org/3/library/datetime.html#datetime.time.utcoffset',
|
|
1649
1719
|
'datetime.timedelta': 'https://docs.python.org/3/library/datetime.html#datetime.timedelta',
|
|
@@ -1761,6 +1831,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1761
1831
|
'decimal.Decimal.exp': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.exp',
|
|
1762
1832
|
'decimal.Decimal.fma': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.fma',
|
|
1763
1833
|
'decimal.Decimal.from_float': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.from_float',
|
|
1834
|
+
'decimal.Decimal.from_number': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.from_number',
|
|
1764
1835
|
'decimal.Decimal.is_canonical': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_canonical',
|
|
1765
1836
|
'decimal.Decimal.is_finite': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_finite',
|
|
1766
1837
|
'decimal.Decimal.is_infinite': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_infinite',
|
|
@@ -1802,6 +1873,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1802
1873
|
'decimal.DecimalException': 'https://docs.python.org/3/library/decimal.html#decimal.DecimalException',
|
|
1803
1874
|
'decimal.DivisionByZero': 'https://docs.python.org/3/library/decimal.html#decimal.DivisionByZero',
|
|
1804
1875
|
'decimal.FloatOperation': 'https://docs.python.org/3/library/decimal.html#decimal.FloatOperation',
|
|
1876
|
+
'decimal.IEEEContext': 'https://docs.python.org/3/library/decimal.html#decimal.IEEEContext',
|
|
1805
1877
|
'decimal.Inexact': 'https://docs.python.org/3/library/decimal.html#decimal.Inexact',
|
|
1806
1878
|
'decimal.InvalidOperation': 'https://docs.python.org/3/library/decimal.html#decimal.InvalidOperation',
|
|
1807
1879
|
'decimal.Overflow': 'https://docs.python.org/3/library/decimal.html#decimal.Overflow',
|
|
@@ -1845,6 +1917,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1845
1917
|
'dis.code_info': 'https://docs.python.org/3/library/dis.html#dis.code_info',
|
|
1846
1918
|
'dis.dis': 'https://docs.python.org/3/library/dis.html#dis.dis',
|
|
1847
1919
|
'dis.disassemble': 'https://docs.python.org/3/library/dis.html#dis.disassemble',
|
|
1920
|
+
'dis.disco': 'https://docs.python.org/3/library/dis.html#dis.disco',
|
|
1848
1921
|
'dis.distb': 'https://docs.python.org/3/library/dis.html#dis.distb',
|
|
1849
1922
|
'dis.findlabels': 'https://docs.python.org/3/library/dis.html#dis.findlabels',
|
|
1850
1923
|
'dis.findlinestarts': 'https://docs.python.org/3/library/dis.html#dis.findlinestarts',
|
|
@@ -1945,7 +2018,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
1945
2018
|
'email.headerregistry.BaseHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader',
|
|
1946
2019
|
'email.headerregistry.BaseHeader.fold': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader.fold',
|
|
1947
2020
|
'email.headerregistry.ContentDispositionHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader',
|
|
1948
|
-
'email.headerregistry.
|
|
2021
|
+
'email.headerregistry.ContentTransferEncodingHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncodingHeader',
|
|
1949
2022
|
'email.headerregistry.ContentTypeHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTypeHeader',
|
|
1950
2023
|
'email.headerregistry.DateHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.DateHeader',
|
|
1951
2024
|
'email.headerregistry.Group': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.Group',
|
|
@@ -2124,7 +2197,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2124
2197
|
'encodings.mbcs': 'https://docs.python.org/3/library/codecs.html#module-encodings.mbcs',
|
|
2125
2198
|
'encodings.normalize_encoding': 'https://docs.python.org/3/library/codecs.html#encodings.normalize_encoding',
|
|
2126
2199
|
'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'
|
|
2200
|
+
'encodings.utf_8_sig': 'https://docs.python.org/3/library/codecs.html#module-encodings.utf_8_sig',
|
|
2201
|
+
'encodings.win32_code_page_search_function': 'https://docs.python.org/3/library/codecs.html#encodings.win32_code_page_search_function'},
|
|
2128
2202
|
'encodings.idna': { 'encodings.idna.ToASCII': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToASCII',
|
|
2129
2203
|
'encodings.idna.ToUnicode': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToUnicode',
|
|
2130
2204
|
'encodings.idna.nameprep': 'https://docs.python.org/3/library/codecs.html#encodings.idna.nameprep'},
|
|
@@ -2173,6 +2247,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2173
2247
|
'enum.verify': 'https://docs.python.org/3/library/enum.html#enum.verify'},
|
|
2174
2248
|
'faulthandler': { 'faulthandler.cancel_dump_traceback_later': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.cancel_dump_traceback_later',
|
|
2175
2249
|
'faulthandler.disable': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.disable',
|
|
2250
|
+
'faulthandler.dump_c_stack': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_c_stack',
|
|
2176
2251
|
'faulthandler.dump_traceback': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_traceback',
|
|
2177
2252
|
'faulthandler.dump_traceback_later': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_traceback_later',
|
|
2178
2253
|
'faulthandler.enable': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.enable',
|
|
@@ -2203,6 +2278,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2203
2278
|
'fileinput.lineno': 'https://docs.python.org/3/library/fileinput.html#fileinput.lineno',
|
|
2204
2279
|
'fileinput.nextfile': 'https://docs.python.org/3/library/fileinput.html#fileinput.nextfile'},
|
|
2205
2280
|
'fnmatch': { 'fnmatch.filter': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.filter',
|
|
2281
|
+
'fnmatch.filterfalse': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.filterfalse',
|
|
2206
2282
|
'fnmatch.fnmatch': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch',
|
|
2207
2283
|
'fnmatch.fnmatchcase': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatchcase',
|
|
2208
2284
|
'fnmatch.translate': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.translate'},
|
|
@@ -2214,6 +2290,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2214
2290
|
'fractions.Fraction.as_integer_ratio': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.as_integer_ratio',
|
|
2215
2291
|
'fractions.Fraction.from_decimal': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_decimal',
|
|
2216
2292
|
'fractions.Fraction.from_float': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_float',
|
|
2293
|
+
'fractions.Fraction.from_number': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_number',
|
|
2217
2294
|
'fractions.Fraction.is_integer': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.is_integer',
|
|
2218
2295
|
'fractions.Fraction.limit_denominator': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.limit_denominator'},
|
|
2219
2296
|
'ftplib': { 'ftplib.FTP': 'https://docs.python.org/3/library/ftplib.html#ftplib.FTP',
|
|
@@ -2357,10 +2434,15 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2357
2434
|
'hashlib.shake_128': 'https://docs.python.org/3/library/hashlib.html#hashlib.shake_128',
|
|
2358
2435
|
'hashlib.shake_256': 'https://docs.python.org/3/library/hashlib.html#hashlib.shake_256'},
|
|
2359
2436
|
'heapq': { 'heapq.heapify': 'https://docs.python.org/3/library/heapq.html#heapq.heapify',
|
|
2437
|
+
'heapq.heapify_max': 'https://docs.python.org/3/library/heapq.html#heapq.heapify_max',
|
|
2360
2438
|
'heapq.heappop': 'https://docs.python.org/3/library/heapq.html#heapq.heappop',
|
|
2439
|
+
'heapq.heappop_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappop_max',
|
|
2361
2440
|
'heapq.heappush': 'https://docs.python.org/3/library/heapq.html#heapq.heappush',
|
|
2441
|
+
'heapq.heappush_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappush_max',
|
|
2362
2442
|
'heapq.heappushpop': 'https://docs.python.org/3/library/heapq.html#heapq.heappushpop',
|
|
2443
|
+
'heapq.heappushpop_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappushpop_max',
|
|
2363
2444
|
'heapq.heapreplace': 'https://docs.python.org/3/library/heapq.html#heapq.heapreplace',
|
|
2445
|
+
'heapq.heapreplace_max': 'https://docs.python.org/3/library/heapq.html#heapq.heapreplace_max',
|
|
2364
2446
|
'heapq.merge': 'https://docs.python.org/3/library/heapq.html#heapq.merge',
|
|
2365
2447
|
'heapq.nlargest': 'https://docs.python.org/3/library/heapq.html#heapq.nlargest',
|
|
2366
2448
|
'heapq.nsmallest': 'https://docs.python.org/3/library/heapq.html#heapq.nsmallest'},
|
|
@@ -2489,10 +2571,12 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2489
2571
|
'http.server.BaseHTTPRequestHandler.version_string': 'https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.version_string',
|
|
2490
2572
|
'http.server.CGIHTTPRequestHandler': 'https://docs.python.org/3/library/http.server.html#http.server.CGIHTTPRequestHandler',
|
|
2491
2573
|
'http.server.CGIHTTPRequestHandler.do_POST': 'https://docs.python.org/3/library/http.server.html#http.server.CGIHTTPRequestHandler.do_POST',
|
|
2574
|
+
'http.server.HTTPSServer': 'https://docs.python.org/3/library/http.server.html#http.server.HTTPSServer',
|
|
2492
2575
|
'http.server.HTTPServer': 'https://docs.python.org/3/library/http.server.html#http.server.HTTPServer',
|
|
2493
2576
|
'http.server.SimpleHTTPRequestHandler': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler',
|
|
2494
2577
|
'http.server.SimpleHTTPRequestHandler.do_GET': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET',
|
|
2495
2578
|
'http.server.SimpleHTTPRequestHandler.do_HEAD': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_HEAD',
|
|
2579
|
+
'http.server.ThreadingHTTPSServer': 'https://docs.python.org/3/library/http.server.html#http.server.ThreadingHTTPSServer',
|
|
2496
2580
|
'http.server.ThreadingHTTPServer': 'https://docs.python.org/3/library/http.server.html#http.server.ThreadingHTTPServer'},
|
|
2497
2581
|
'imaplib': { 'imaplib.IMAP4': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4',
|
|
2498
2582
|
'imaplib.IMAP4.append': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.append',
|
|
@@ -2510,6 +2594,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2510
2594
|
'imaplib.IMAP4.getannotation': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getannotation',
|
|
2511
2595
|
'imaplib.IMAP4.getquota': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getquota',
|
|
2512
2596
|
'imaplib.IMAP4.getquotaroot': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getquotaroot',
|
|
2597
|
+
'imaplib.IMAP4.idle': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.idle',
|
|
2513
2598
|
'imaplib.IMAP4.list': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.list',
|
|
2514
2599
|
'imaplib.IMAP4.login': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.login',
|
|
2515
2600
|
'imaplib.IMAP4.login_cram_md5': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.login_cram_md5',
|
|
@@ -2550,6 +2635,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2550
2635
|
'imaplib.Internaldate2tuple': 'https://docs.python.org/3/library/imaplib.html#imaplib.Internaldate2tuple',
|
|
2551
2636
|
'imaplib.ParseFlags': 'https://docs.python.org/3/library/imaplib.html#imaplib.ParseFlags',
|
|
2552
2637
|
'imaplib.Time2Internaldate': 'https://docs.python.org/3/library/imaplib.html#imaplib.Time2Internaldate'},
|
|
2638
|
+
'imaplib.IMAP4': {'imaplib.IMAP4.Idler.burst': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.Idler.burst'},
|
|
2553
2639
|
'importlib': { 'importlib.__import__': 'https://docs.python.org/3/library/importlib.html#importlib.__import__',
|
|
2554
2640
|
'importlib.abc': 'https://docs.python.org/3/library/importlib.html#module-importlib.abc',
|
|
2555
2641
|
'importlib.import_module': 'https://docs.python.org/3/library/importlib.html#importlib.import_module',
|
|
@@ -2754,6 +2840,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2754
2840
|
'inspect.ismethoddescriptor': 'https://docs.python.org/3/library/inspect.html#inspect.ismethoddescriptor',
|
|
2755
2841
|
'inspect.ismethodwrapper': 'https://docs.python.org/3/library/inspect.html#inspect.ismethodwrapper',
|
|
2756
2842
|
'inspect.ismodule': 'https://docs.python.org/3/library/inspect.html#inspect.ismodule',
|
|
2843
|
+
'inspect.ispackage': 'https://docs.python.org/3/library/inspect.html#inspect.ispackage',
|
|
2757
2844
|
'inspect.isroutine': 'https://docs.python.org/3/library/inspect.html#inspect.isroutine',
|
|
2758
2845
|
'inspect.istraceback': 'https://docs.python.org/3/library/inspect.html#inspect.istraceback',
|
|
2759
2846
|
'inspect.markcoroutinefunction': 'https://docs.python.org/3/library/inspect.html#inspect.markcoroutinefunction',
|
|
@@ -2804,6 +2891,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2804
2891
|
'io.RawIOBase.readall': 'https://docs.python.org/3/library/io.html#io.RawIOBase.readall',
|
|
2805
2892
|
'io.RawIOBase.readinto': 'https://docs.python.org/3/library/io.html#io.RawIOBase.readinto',
|
|
2806
2893
|
'io.RawIOBase.write': 'https://docs.python.org/3/library/io.html#io.RawIOBase.write',
|
|
2894
|
+
'io.Reader': 'https://docs.python.org/3/library/io.html#io.Reader',
|
|
2895
|
+
'io.Reader.read': 'https://docs.python.org/3/library/io.html#io.Reader.read',
|
|
2807
2896
|
'io.StringIO': 'https://docs.python.org/3/library/io.html#io.StringIO',
|
|
2808
2897
|
'io.StringIO.getvalue': 'https://docs.python.org/3/library/io.html#io.StringIO.getvalue',
|
|
2809
2898
|
'io.TextIOBase': 'https://docs.python.org/3/library/io.html#io.TextIOBase',
|
|
@@ -2817,6 +2906,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2817
2906
|
'io.TextIOWrapper.reconfigure': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.reconfigure',
|
|
2818
2907
|
'io.TextIOWrapper.seek': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.seek',
|
|
2819
2908
|
'io.TextIOWrapper.tell': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.tell',
|
|
2909
|
+
'io.Writer': 'https://docs.python.org/3/library/io.html#io.Writer',
|
|
2910
|
+
'io.Writer.write': 'https://docs.python.org/3/library/io.html#io.Writer.write',
|
|
2820
2911
|
'io.open': 'https://docs.python.org/3/library/io.html#io.open',
|
|
2821
2912
|
'io.open_code': 'https://docs.python.org/3/library/io.html#io.open_code',
|
|
2822
2913
|
'io.text_encoding': 'https://docs.python.org/3/library/io.html#io.text_encoding'},
|
|
@@ -3322,6 +3413,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3322
3413
|
'multiprocessing': { 'multiprocessing.Array': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Array',
|
|
3323
3414
|
'multiprocessing.Barrier': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Barrier',
|
|
3324
3415
|
'multiprocessing.BoundedSemaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore',
|
|
3416
|
+
'multiprocessing.BoundedSemaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore.locked',
|
|
3325
3417
|
'multiprocessing.Condition': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Condition',
|
|
3326
3418
|
'multiprocessing.Event': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Event',
|
|
3327
3419
|
'multiprocessing.JoinableQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue',
|
|
@@ -3329,11 +3421,13 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3329
3421
|
'multiprocessing.JoinableQueue.task_done': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue.task_done',
|
|
3330
3422
|
'multiprocessing.Lock': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock',
|
|
3331
3423
|
'multiprocessing.Lock.acquire': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.acquire',
|
|
3424
|
+
'multiprocessing.Lock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.locked',
|
|
3332
3425
|
'multiprocessing.Lock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.release',
|
|
3333
3426
|
'multiprocessing.Manager': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Manager',
|
|
3334
3427
|
'multiprocessing.Pipe': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Pipe',
|
|
3335
3428
|
'multiprocessing.Process': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process',
|
|
3336
3429
|
'multiprocessing.Process.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.close',
|
|
3430
|
+
'multiprocessing.Process.interrupt': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.interrupt',
|
|
3337
3431
|
'multiprocessing.Process.is_alive': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.is_alive',
|
|
3338
3432
|
'multiprocessing.Process.join': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.join',
|
|
3339
3433
|
'multiprocessing.Process.kill': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.kill',
|
|
@@ -3353,8 +3447,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3353
3447
|
'multiprocessing.Queue.qsize': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.qsize',
|
|
3354
3448
|
'multiprocessing.RLock': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock',
|
|
3355
3449
|
'multiprocessing.RLock.acquire': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.acquire',
|
|
3450
|
+
'multiprocessing.RLock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.locked',
|
|
3356
3451
|
'multiprocessing.RLock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.release',
|
|
3357
3452
|
'multiprocessing.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore',
|
|
3453
|
+
'multiprocessing.Semaphore.get_value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.get_value',
|
|
3454
|
+
'multiprocessing.Semaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.locked',
|
|
3358
3455
|
'multiprocessing.SimpleQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue',
|
|
3359
3456
|
'multiprocessing.SimpleQueue.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.close',
|
|
3360
3457
|
'multiprocessing.SimpleQueue.empty': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.empty',
|
|
@@ -3424,7 +3521,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3424
3521
|
'multiprocessing.managers.SyncManager.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.Semaphore',
|
|
3425
3522
|
'multiprocessing.managers.SyncManager.Value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.Value',
|
|
3426
3523
|
'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'
|
|
3524
|
+
'multiprocessing.managers.SyncManager.list': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.list',
|
|
3525
|
+
'multiprocessing.managers.SyncManager.set': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.set'},
|
|
3428
3526
|
'multiprocessing.pool': { 'multiprocessing.pool.AsyncResult': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult',
|
|
3429
3527
|
'multiprocessing.pool.AsyncResult.get': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult.get',
|
|
3430
3528
|
'multiprocessing.pool.AsyncResult.ready': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult.ready',
|
|
@@ -3540,7 +3638,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3540
3638
|
'operator.ipow': 'https://docs.python.org/3/library/operator.html#operator.ipow',
|
|
3541
3639
|
'operator.irshift': 'https://docs.python.org/3/library/operator.html#operator.irshift',
|
|
3542
3640
|
'operator.is_': 'https://docs.python.org/3/library/operator.html#operator.is_',
|
|
3641
|
+
'operator.is_none': 'https://docs.python.org/3/library/operator.html#operator.is_none',
|
|
3543
3642
|
'operator.is_not': 'https://docs.python.org/3/library/operator.html#operator.is_not',
|
|
3643
|
+
'operator.is_not_none': 'https://docs.python.org/3/library/operator.html#operator.is_not_none',
|
|
3544
3644
|
'operator.isub': 'https://docs.python.org/3/library/operator.html#operator.isub',
|
|
3545
3645
|
'operator.itemgetter': 'https://docs.python.org/3/library/operator.html#operator.itemgetter',
|
|
3546
3646
|
'operator.itruediv': 'https://docs.python.org/3/library/operator.html#operator.itruediv',
|
|
@@ -3721,9 +3821,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3721
3821
|
'os.pwrite': 'https://docs.python.org/3/library/os.html#os.pwrite',
|
|
3722
3822
|
'os.pwritev': 'https://docs.python.org/3/library/os.html#os.pwritev',
|
|
3723
3823
|
'os.read': 'https://docs.python.org/3/library/os.html#os.read',
|
|
3824
|
+
'os.readinto': 'https://docs.python.org/3/library/os.html#os.readinto',
|
|
3724
3825
|
'os.readlink': 'https://docs.python.org/3/library/os.html#os.readlink',
|
|
3725
3826
|
'os.readv': 'https://docs.python.org/3/library/os.html#os.readv',
|
|
3726
3827
|
'os.register_at_fork': 'https://docs.python.org/3/library/os.html#os.register_at_fork',
|
|
3828
|
+
'os.reload_environ': 'https://docs.python.org/3/library/os.html#os.reload_environ',
|
|
3727
3829
|
'os.remove': 'https://docs.python.org/3/library/os.html#os.remove',
|
|
3728
3830
|
'os.removedirs': 'https://docs.python.org/3/library/os.html#os.removedirs',
|
|
3729
3831
|
'os.removexattr': 'https://docs.python.org/3/library/os.html#os.removexattr',
|
|
@@ -3846,6 +3948,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3846
3948
|
'pathlib.Path.absolute': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.absolute',
|
|
3847
3949
|
'pathlib.Path.as_uri': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.as_uri',
|
|
3848
3950
|
'pathlib.Path.chmod': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.chmod',
|
|
3951
|
+
'pathlib.Path.copy': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.copy',
|
|
3952
|
+
'pathlib.Path.copy_into': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.copy_into',
|
|
3849
3953
|
'pathlib.Path.cwd': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.cwd',
|
|
3850
3954
|
'pathlib.Path.exists': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.exists',
|
|
3851
3955
|
'pathlib.Path.expanduser': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.expanduser',
|
|
@@ -3867,6 +3971,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3867
3971
|
'pathlib.Path.lchmod': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.lchmod',
|
|
3868
3972
|
'pathlib.Path.lstat': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.lstat',
|
|
3869
3973
|
'pathlib.Path.mkdir': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.mkdir',
|
|
3974
|
+
'pathlib.Path.move': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.move',
|
|
3975
|
+
'pathlib.Path.move_into': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.move_into',
|
|
3870
3976
|
'pathlib.Path.open': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.open',
|
|
3871
3977
|
'pathlib.Path.owner': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.owner',
|
|
3872
3978
|
'pathlib.Path.read_bytes': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.read_bytes',
|
|
@@ -3901,22 +4007,32 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3901
4007
|
'pathlib.PurePath.with_suffix': 'https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.with_suffix',
|
|
3902
4008
|
'pathlib.PurePosixPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.PurePosixPath',
|
|
3903
4009
|
'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'
|
|
4010
|
+
'pathlib.WindowsPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.WindowsPath',
|
|
4011
|
+
'pathlib.types': 'https://docs.python.org/3/library/pathlib.html#module-pathlib.types'},
|
|
4012
|
+
'pathlib.types': { 'pathlib.types.PathInfo': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo',
|
|
4013
|
+
'pathlib.types.PathInfo.exists': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.exists',
|
|
4014
|
+
'pathlib.types.PathInfo.is_dir': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_dir',
|
|
4015
|
+
'pathlib.types.PathInfo.is_file': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_file',
|
|
4016
|
+
'pathlib.types.PathInfo.is_symlink': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_symlink'},
|
|
3905
4017
|
'pdb': { 'pdb.Pdb': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb',
|
|
3906
4018
|
'pdb.Pdb.run': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.run',
|
|
3907
4019
|
'pdb.Pdb.runcall': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.runcall',
|
|
3908
4020
|
'pdb.Pdb.runeval': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.runeval',
|
|
3909
4021
|
'pdb.Pdb.set_trace': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.set_trace',
|
|
4022
|
+
'pdb.get_default_backend': 'https://docs.python.org/3/library/pdb.html#pdb.get_default_backend',
|
|
3910
4023
|
'pdb.pm': 'https://docs.python.org/3/library/pdb.html#pdb.pm',
|
|
3911
4024
|
'pdb.post_mortem': 'https://docs.python.org/3/library/pdb.html#pdb.post_mortem',
|
|
3912
4025
|
'pdb.run': 'https://docs.python.org/3/library/pdb.html#pdb.run',
|
|
3913
4026
|
'pdb.runcall': 'https://docs.python.org/3/library/pdb.html#pdb.runcall',
|
|
3914
4027
|
'pdb.runeval': 'https://docs.python.org/3/library/pdb.html#pdb.runeval',
|
|
3915
|
-
'pdb.
|
|
4028
|
+
'pdb.set_default_backend': 'https://docs.python.org/3/library/pdb.html#pdb.set_default_backend',
|
|
4029
|
+
'pdb.set_trace': 'https://docs.python.org/3/library/pdb.html#pdb.set_trace',
|
|
4030
|
+
'pdb.set_trace_async': 'https://docs.python.org/3/library/pdb.html#pdb.set_trace_async'},
|
|
3916
4031
|
'pickle': { 'pickle.PickleBuffer': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer',
|
|
3917
4032
|
'pickle.PickleBuffer.raw': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer.raw',
|
|
3918
4033
|
'pickle.PickleBuffer.release': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer.release',
|
|
3919
4034
|
'pickle.Pickler': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler',
|
|
4035
|
+
'pickle.Pickler.clear_memo': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.clear_memo',
|
|
3920
4036
|
'pickle.Pickler.dump': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.dump',
|
|
3921
4037
|
'pickle.Pickler.persistent_id': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.persistent_id',
|
|
3922
4038
|
'pickle.Pickler.reducer_override': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.reducer_override',
|
|
@@ -3933,10 +4049,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3933
4049
|
'pickletools.optimize': 'https://docs.python.org/3/library/pickletools.html#pickletools.optimize'},
|
|
3934
4050
|
'pkgutil': { 'pkgutil.ModuleInfo': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.ModuleInfo',
|
|
3935
4051
|
'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
4052
|
'pkgutil.get_data': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.get_data',
|
|
3938
4053
|
'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
4054
|
'pkgutil.iter_importers': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_importers',
|
|
3941
4055
|
'pkgutil.iter_modules': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_modules',
|
|
3942
4056
|
'pkgutil.resolve_name': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.resolve_name',
|
|
@@ -3944,6 +4058,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3944
4058
|
'platform': { 'platform.android_ver': 'https://docs.python.org/3/library/platform.html#platform.android_ver',
|
|
3945
4059
|
'platform.architecture': 'https://docs.python.org/3/library/platform.html#platform.architecture',
|
|
3946
4060
|
'platform.freedesktop_os_release': 'https://docs.python.org/3/library/platform.html#platform.freedesktop_os_release',
|
|
4061
|
+
'platform.invalidate_caches': 'https://docs.python.org/3/library/platform.html#platform.invalidate_caches',
|
|
3947
4062
|
'platform.ios_ver': 'https://docs.python.org/3/library/platform.html#platform.ios_ver',
|
|
3948
4063
|
'platform.java_ver': 'https://docs.python.org/3/library/platform.html#platform.java_ver',
|
|
3949
4064
|
'platform.libc_ver': 'https://docs.python.org/3/library/platform.html#platform.libc_ver',
|
|
@@ -4489,6 +4604,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4489
4604
|
'ssl.SSLContext.set_npn_protocols': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_npn_protocols',
|
|
4490
4605
|
'ssl.SSLContext.set_psk_client_callback': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_psk_client_callback',
|
|
4491
4606
|
'ssl.SSLContext.set_psk_server_callback': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_psk_server_callback',
|
|
4607
|
+
'ssl.SSLContext.set_servername_callback': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_servername_callback',
|
|
4492
4608
|
'ssl.SSLContext.wrap_bio': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.wrap_bio',
|
|
4493
4609
|
'ssl.SSLContext.wrap_socket': 'https://docs.python.org/3/library/ssl.html#ssl.SSLContext.wrap_socket',
|
|
4494
4610
|
'ssl.SSLErrorNumber': 'https://docs.python.org/3/library/ssl.html#ssl.SSLErrorNumber',
|
|
@@ -4576,7 +4692,13 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4576
4692
|
'string.Template.is_valid': 'https://docs.python.org/3/library/string.html#string.Template.is_valid',
|
|
4577
4693
|
'string.Template.safe_substitute': 'https://docs.python.org/3/library/string.html#string.Template.safe_substitute',
|
|
4578
4694
|
'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'
|
|
4695
|
+
'string.capwords': 'https://docs.python.org/3/library/string.html#string.capwords',
|
|
4696
|
+
'string.templatelib': 'https://docs.python.org/3/library/string.templatelib.html#module-string.templatelib'},
|
|
4697
|
+
'string.templatelib': { 'string.templatelib.Interpolation': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Interpolation',
|
|
4698
|
+
'string.templatelib.Interpolation.__new__': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Interpolation.__new__',
|
|
4699
|
+
'string.templatelib.Template': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Template',
|
|
4700
|
+
'string.templatelib.Template.__new__': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Template.__new__',
|
|
4701
|
+
'string.templatelib.convert': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.convert'},
|
|
4580
4702
|
'stringprep': { 'stringprep.in_table_a1': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_a1',
|
|
4581
4703
|
'stringprep.in_table_b1': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_b1',
|
|
4582
4704
|
'stringprep.in_table_c11': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_c11',
|
|
@@ -4638,8 +4760,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4638
4760
|
'symtable.Symbol.get_namespaces': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.get_namespaces',
|
|
4639
4761
|
'symtable.Symbol.is_annotated': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_annotated',
|
|
4640
4762
|
'symtable.Symbol.is_assigned': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_assigned',
|
|
4763
|
+
'symtable.Symbol.is_comp_cell': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_comp_cell',
|
|
4764
|
+
'symtable.Symbol.is_comp_iter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_comp_iter',
|
|
4641
4765
|
'symtable.Symbol.is_declared_global': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_declared_global',
|
|
4642
4766
|
'symtable.Symbol.is_free': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_free',
|
|
4767
|
+
'symtable.Symbol.is_free_class': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_free_class',
|
|
4643
4768
|
'symtable.Symbol.is_global': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_global',
|
|
4644
4769
|
'symtable.Symbol.is_imported': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_imported',
|
|
4645
4770
|
'symtable.Symbol.is_local': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_local',
|
|
@@ -4647,6 +4772,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4647
4772
|
'symtable.Symbol.is_nonlocal': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_nonlocal',
|
|
4648
4773
|
'symtable.Symbol.is_parameter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_parameter',
|
|
4649
4774
|
'symtable.Symbol.is_referenced': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_referenced',
|
|
4775
|
+
'symtable.Symbol.is_type_parameter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_type_parameter',
|
|
4650
4776
|
'symtable.SymbolTable': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable',
|
|
4651
4777
|
'symtable.SymbolTable.get_children': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable.get_children',
|
|
4652
4778
|
'symtable.SymbolTable.get_id': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable.get_id',
|
|
@@ -4670,6 +4796,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4670
4796
|
'sys._getframe': 'https://docs.python.org/3/library/sys.html#sys._getframe',
|
|
4671
4797
|
'sys._getframemodulename': 'https://docs.python.org/3/library/sys.html#sys._getframemodulename',
|
|
4672
4798
|
'sys._is_gil_enabled': 'https://docs.python.org/3/library/sys.html#sys._is_gil_enabled',
|
|
4799
|
+
'sys._is_immortal': 'https://docs.python.org/3/library/sys.html#sys._is_immortal',
|
|
4673
4800
|
'sys._is_interned': 'https://docs.python.org/3/library/sys.html#sys._is_interned',
|
|
4674
4801
|
'sys.activate_stack_trampoline': 'https://docs.python.org/3/library/sys.html#sys.activate_stack_trampoline',
|
|
4675
4802
|
'sys.addaudithook': 'https://docs.python.org/3/library/sys.html#sys.addaudithook',
|
|
@@ -4704,6 +4831,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4704
4831
|
'sys.is_finalizing': 'https://docs.python.org/3/library/sys.html#sys.is_finalizing',
|
|
4705
4832
|
'sys.is_stack_trampoline_active': 'https://docs.python.org/3/library/sys.html#sys.is_stack_trampoline_active',
|
|
4706
4833
|
'sys.monitoring': 'https://docs.python.org/3/library/sys.monitoring.html#module-sys.monitoring',
|
|
4834
|
+
'sys.remote_exec': 'https://docs.python.org/3/library/sys.html#sys.remote_exec',
|
|
4707
4835
|
'sys.set_asyncgen_hooks': 'https://docs.python.org/3/library/sys.html#sys.set_asyncgen_hooks',
|
|
4708
4836
|
'sys.set_coroutine_origin_tracking_depth': 'https://docs.python.org/3/library/sys.html#sys.set_coroutine_origin_tracking_depth',
|
|
4709
4837
|
'sys.set_int_max_str_digits': 'https://docs.python.org/3/library/sys.html#sys.set_int_max_str_digits',
|
|
@@ -4713,7 +4841,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4713
4841
|
'sys.setswitchinterval': 'https://docs.python.org/3/library/sys.html#sys.setswitchinterval',
|
|
4714
4842
|
'sys.settrace': 'https://docs.python.org/3/library/sys.html#sys.settrace',
|
|
4715
4843
|
'sys.unraisablehook': 'https://docs.python.org/3/library/sys.html#sys.unraisablehook'},
|
|
4716
|
-
'sys.
|
|
4844
|
+
'sys._jit': { 'sys._jit.is_active': 'https://docs.python.org/3/library/sys.html#sys._jit.is_active',
|
|
4845
|
+
'sys._jit.is_available': 'https://docs.python.org/3/library/sys.html#sys._jit.is_available',
|
|
4846
|
+
'sys._jit.is_enabled': 'https://docs.python.org/3/library/sys.html#sys._jit.is_enabled'},
|
|
4847
|
+
'sys.monitoring': { 'sys.monitoring.clear_tool_id': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.clear_tool_id',
|
|
4848
|
+
'sys.monitoring.free_tool_id': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.free_tool_id',
|
|
4717
4849
|
'sys.monitoring.get_events': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_events',
|
|
4718
4850
|
'sys.monitoring.get_local_events': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_local_events',
|
|
4719
4851
|
'sys.monitoring.get_tool': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_tool',
|
|
@@ -4838,6 +4970,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4838
4970
|
'test.support.impl_detail': 'https://docs.python.org/3/library/test.html#test.support.impl_detail',
|
|
4839
4971
|
'test.support.import_helper': 'https://docs.python.org/3/library/test.html#module-test.support.import_helper',
|
|
4840
4972
|
'test.support.is_resource_enabled': 'https://docs.python.org/3/library/test.html#test.support.is_resource_enabled',
|
|
4973
|
+
'test.support.linked_to_musl': 'https://docs.python.org/3/library/test.html#test.support.linked_to_musl',
|
|
4841
4974
|
'test.support.load_package_tests': 'https://docs.python.org/3/library/test.html#test.support.load_package_tests',
|
|
4842
4975
|
'test.support.missing_compiler_executable': 'https://docs.python.org/3/library/test.html#test.support.missing_compiler_executable',
|
|
4843
4976
|
'test.support.no_tracing': 'https://docs.python.org/3/library/test.html#test.support.no_tracing',
|
|
@@ -4876,6 +5009,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4876
5009
|
'test.support.swap_attr': 'https://docs.python.org/3/library/test.html#test.support.swap_attr',
|
|
4877
5010
|
'test.support.swap_item': 'https://docs.python.org/3/library/test.html#test.support.swap_item',
|
|
4878
5011
|
'test.support.system_must_validate_cert': 'https://docs.python.org/3/library/test.html#test.support.system_must_validate_cert',
|
|
5012
|
+
'test.support.thread_unsafe': 'https://docs.python.org/3/library/test.html#test.support.thread_unsafe',
|
|
4879
5013
|
'test.support.threading_helper': 'https://docs.python.org/3/library/test.html#module-test.support.threading_helper',
|
|
4880
5014
|
'test.support.wait_process': 'https://docs.python.org/3/library/test.html#test.support.wait_process',
|
|
4881
5015
|
'test.support.warnings_helper': 'https://docs.python.org/3/library/test.html#module-test.support.warnings_helper',
|
|
@@ -4930,6 +5064,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4930
5064
|
'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
5065
|
'test.support.threading_helper.join_thread': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.join_thread',
|
|
4932
5066
|
'test.support.threading_helper.reap_threads': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.reap_threads',
|
|
5067
|
+
'test.support.threading_helper.run_concurrently': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.run_concurrently',
|
|
4933
5068
|
'test.support.threading_helper.start_threads': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.start_threads',
|
|
4934
5069
|
'test.support.threading_helper.threading_cleanup': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.threading_cleanup',
|
|
4935
5070
|
'test.support.threading_helper.threading_setup': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.threading_setup',
|
|
@@ -4954,6 +5089,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4954
5089
|
'threading.BoundedSemaphore': 'https://docs.python.org/3/library/threading.html#threading.BoundedSemaphore',
|
|
4955
5090
|
'threading.Condition': 'https://docs.python.org/3/library/threading.html#threading.Condition',
|
|
4956
5091
|
'threading.Condition.acquire': 'https://docs.python.org/3/library/threading.html#threading.Condition.acquire',
|
|
5092
|
+
'threading.Condition.locked': 'https://docs.python.org/3/library/threading.html#threading.Condition.locked',
|
|
4957
5093
|
'threading.Condition.notify': 'https://docs.python.org/3/library/threading.html#threading.Condition.notify',
|
|
4958
5094
|
'threading.Condition.notify_all': 'https://docs.python.org/3/library/threading.html#threading.Condition.notify_all',
|
|
4959
5095
|
'threading.Condition.release': 'https://docs.python.org/3/library/threading.html#threading.Condition.release',
|
|
@@ -4970,6 +5106,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4970
5106
|
'threading.Lock.release': 'https://docs.python.org/3/library/threading.html#threading.Lock.release',
|
|
4971
5107
|
'threading.RLock': 'https://docs.python.org/3/library/threading.html#threading.RLock',
|
|
4972
5108
|
'threading.RLock.acquire': 'https://docs.python.org/3/library/threading.html#threading.RLock.acquire',
|
|
5109
|
+
'threading.RLock.locked': 'https://docs.python.org/3/library/threading.html#threading.RLock.locked',
|
|
4973
5110
|
'threading.RLock.release': 'https://docs.python.org/3/library/threading.html#threading.RLock.release',
|
|
4974
5111
|
'threading.Semaphore': 'https://docs.python.org/3/library/threading.html#threading.Semaphore',
|
|
4975
5112
|
'threading.Semaphore.acquire': 'https://docs.python.org/3/library/threading.html#threading.Semaphore.acquire',
|
|
@@ -5294,6 +5431,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5294
5431
|
'turtle.end_poly': 'https://docs.python.org/3/library/turtle.html#turtle.end_poly',
|
|
5295
5432
|
'turtle.exitonclick': 'https://docs.python.org/3/library/turtle.html#turtle.exitonclick',
|
|
5296
5433
|
'turtle.fd': 'https://docs.python.org/3/library/turtle.html#turtle.fd',
|
|
5434
|
+
'turtle.fill': 'https://docs.python.org/3/library/turtle.html#turtle.fill',
|
|
5297
5435
|
'turtle.fillcolor': 'https://docs.python.org/3/library/turtle.html#turtle.fillcolor',
|
|
5298
5436
|
'turtle.filling': 'https://docs.python.org/3/library/turtle.html#turtle.filling',
|
|
5299
5437
|
'turtle.forward': 'https://docs.python.org/3/library/turtle.html#turtle.forward',
|
|
@@ -5316,6 +5454,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5316
5454
|
'turtle.lt': 'https://docs.python.org/3/library/turtle.html#turtle.lt',
|
|
5317
5455
|
'turtle.mainloop': 'https://docs.python.org/3/library/turtle.html#turtle.mainloop',
|
|
5318
5456
|
'turtle.mode': 'https://docs.python.org/3/library/turtle.html#turtle.mode',
|
|
5457
|
+
'turtle.no_animation': 'https://docs.python.org/3/library/turtle.html#turtle.no_animation',
|
|
5319
5458
|
'turtle.numinput': 'https://docs.python.org/3/library/turtle.html#turtle.numinput',
|
|
5320
5459
|
'turtle.onclick': 'https://docs.python.org/3/library/turtle.html#turtle.onclick',
|
|
5321
5460
|
'turtle.ondrag': 'https://docs.python.org/3/library/turtle.html#turtle.ondrag',
|
|
@@ -5331,6 +5470,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5331
5470
|
'turtle.pendown': 'https://docs.python.org/3/library/turtle.html#turtle.pendown',
|
|
5332
5471
|
'turtle.pensize': 'https://docs.python.org/3/library/turtle.html#turtle.pensize',
|
|
5333
5472
|
'turtle.penup': 'https://docs.python.org/3/library/turtle.html#turtle.penup',
|
|
5473
|
+
'turtle.poly': 'https://docs.python.org/3/library/turtle.html#turtle.poly',
|
|
5334
5474
|
'turtle.pos': 'https://docs.python.org/3/library/turtle.html#turtle.pos',
|
|
5335
5475
|
'turtle.position': 'https://docs.python.org/3/library/turtle.html#turtle.position',
|
|
5336
5476
|
'turtle.pu': 'https://docs.python.org/3/library/turtle.html#turtle.pu',
|
|
@@ -5341,6 +5481,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5341
5481
|
'turtle.resizemode': 'https://docs.python.org/3/library/turtle.html#turtle.resizemode',
|
|
5342
5482
|
'turtle.right': 'https://docs.python.org/3/library/turtle.html#turtle.right',
|
|
5343
5483
|
'turtle.rt': 'https://docs.python.org/3/library/turtle.html#turtle.rt',
|
|
5484
|
+
'turtle.save': 'https://docs.python.org/3/library/turtle.html#turtle.save',
|
|
5344
5485
|
'turtle.screensize': 'https://docs.python.org/3/library/turtle.html#turtle.screensize',
|
|
5345
5486
|
'turtle.seth': 'https://docs.python.org/3/library/turtle.html#turtle.seth',
|
|
5346
5487
|
'turtle.setheading': 'https://docs.python.org/3/library/turtle.html#turtle.setheading',
|
|
@@ -5436,6 +5577,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5436
5577
|
'typing.NewType': 'https://docs.python.org/3/library/typing.html#typing.NewType',
|
|
5437
5578
|
'typing.OrderedDict': 'https://docs.python.org/3/library/typing.html#typing.OrderedDict',
|
|
5438
5579
|
'typing.ParamSpec': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec',
|
|
5580
|
+
'typing.ParamSpec.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec.evaluate_default',
|
|
5439
5581
|
'typing.ParamSpec.has_default': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec.has_default',
|
|
5440
5582
|
'typing.Pattern': 'https://docs.python.org/3/library/typing.html#typing.Pattern',
|
|
5441
5583
|
'typing.Protocol': 'https://docs.python.org/3/library/typing.html#typing.Protocol',
|
|
@@ -5454,17 +5596,24 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5454
5596
|
'typing.TextIO': 'https://docs.python.org/3/library/typing.html#typing.TextIO',
|
|
5455
5597
|
'typing.Type': 'https://docs.python.org/3/library/typing.html#typing.Type',
|
|
5456
5598
|
'typing.TypeAliasType': 'https://docs.python.org/3/library/typing.html#typing.TypeAliasType',
|
|
5599
|
+
'typing.TypeAliasType.evaluate_value': 'https://docs.python.org/3/library/typing.html#typing.TypeAliasType.evaluate_value',
|
|
5457
5600
|
'typing.TypeVar': 'https://docs.python.org/3/library/typing.html#typing.TypeVar',
|
|
5601
|
+
'typing.TypeVar.evaluate_bound': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_bound',
|
|
5602
|
+
'typing.TypeVar.evaluate_constraints': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_constraints',
|
|
5603
|
+
'typing.TypeVar.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_default',
|
|
5458
5604
|
'typing.TypeVar.has_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.has_default',
|
|
5459
5605
|
'typing.TypeVarTuple': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple',
|
|
5606
|
+
'typing.TypeVarTuple.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple.evaluate_default',
|
|
5460
5607
|
'typing.TypeVarTuple.has_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple.has_default',
|
|
5461
5608
|
'typing.TypedDict': 'https://docs.python.org/3/library/typing.html#typing.TypedDict',
|
|
5609
|
+
'typing.Union': 'https://docs.python.org/3/library/typing.html#typing.Union',
|
|
5462
5610
|
'typing.ValuesView': 'https://docs.python.org/3/library/typing.html#typing.ValuesView',
|
|
5463
5611
|
'typing.assert_never': 'https://docs.python.org/3/library/typing.html#typing.assert_never',
|
|
5464
5612
|
'typing.assert_type': 'https://docs.python.org/3/library/typing.html#typing.assert_type',
|
|
5465
5613
|
'typing.cast': 'https://docs.python.org/3/library/typing.html#typing.cast',
|
|
5466
5614
|
'typing.clear_overloads': 'https://docs.python.org/3/library/typing.html#typing.clear_overloads',
|
|
5467
5615
|
'typing.dataclass_transform': 'https://docs.python.org/3/library/typing.html#typing.dataclass_transform',
|
|
5616
|
+
'typing.evaluate_forward_ref': 'https://docs.python.org/3/library/typing.html#typing.evaluate_forward_ref',
|
|
5468
5617
|
'typing.final': 'https://docs.python.org/3/library/typing.html#typing.final',
|
|
5469
5618
|
'typing.get_args': 'https://docs.python.org/3/library/typing.html#typing.get_args',
|
|
5470
5619
|
'typing.get_origin': 'https://docs.python.org/3/library/typing.html#typing.get_origin',
|
|
@@ -5507,16 +5656,19 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5507
5656
|
'unittest.TestCase.assertAlmostEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertAlmostEqual',
|
|
5508
5657
|
'unittest.TestCase.assertCountEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertCountEqual',
|
|
5509
5658
|
'unittest.TestCase.assertDictEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertDictEqual',
|
|
5659
|
+
'unittest.TestCase.assertEndsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertEndsWith',
|
|
5510
5660
|
'unittest.TestCase.assertEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertEqual',
|
|
5511
5661
|
'unittest.TestCase.assertFalse': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertFalse',
|
|
5512
5662
|
'unittest.TestCase.assertGreater': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreater',
|
|
5513
5663
|
'unittest.TestCase.assertGreaterEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreaterEqual',
|
|
5664
|
+
'unittest.TestCase.assertHasAttr': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertHasAttr',
|
|
5514
5665
|
'unittest.TestCase.assertIn': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIn',
|
|
5515
5666
|
'unittest.TestCase.assertIs': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIs',
|
|
5516
5667
|
'unittest.TestCase.assertIsInstance': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsInstance',
|
|
5517
5668
|
'unittest.TestCase.assertIsNone': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNone',
|
|
5518
5669
|
'unittest.TestCase.assertIsNot': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNot',
|
|
5519
5670
|
'unittest.TestCase.assertIsNotNone': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNotNone',
|
|
5671
|
+
'unittest.TestCase.assertIsSubclass': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsSubclass',
|
|
5520
5672
|
'unittest.TestCase.assertLess': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertLess',
|
|
5521
5673
|
'unittest.TestCase.assertLessEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertLessEqual',
|
|
5522
5674
|
'unittest.TestCase.assertListEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertListEqual',
|
|
@@ -5524,15 +5676,20 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5524
5676
|
'unittest.TestCase.assertMultiLineEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertMultiLineEqual',
|
|
5525
5677
|
'unittest.TestCase.assertNoLogs': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNoLogs',
|
|
5526
5678
|
'unittest.TestCase.assertNotAlmostEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotAlmostEqual',
|
|
5679
|
+
'unittest.TestCase.assertNotEndsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotEndsWith',
|
|
5527
5680
|
'unittest.TestCase.assertNotEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotEqual',
|
|
5681
|
+
'unittest.TestCase.assertNotHasAttr': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotHasAttr',
|
|
5528
5682
|
'unittest.TestCase.assertNotIn': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIn',
|
|
5529
5683
|
'unittest.TestCase.assertNotIsInstance': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIsInstance',
|
|
5684
|
+
'unittest.TestCase.assertNotIsSubclass': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIsSubclass',
|
|
5530
5685
|
'unittest.TestCase.assertNotRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotRegex',
|
|
5686
|
+
'unittest.TestCase.assertNotStartsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotStartsWith',
|
|
5531
5687
|
'unittest.TestCase.assertRaises': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaises',
|
|
5532
5688
|
'unittest.TestCase.assertRaisesRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaisesRegex',
|
|
5533
5689
|
'unittest.TestCase.assertRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRegex',
|
|
5534
5690
|
'unittest.TestCase.assertSequenceEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertSequenceEqual',
|
|
5535
5691
|
'unittest.TestCase.assertSetEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertSetEqual',
|
|
5692
|
+
'unittest.TestCase.assertStartsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertStartsWith',
|
|
5536
5693
|
'unittest.TestCase.assertTrue': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertTrue',
|
|
5537
5694
|
'unittest.TestCase.assertTupleEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertTupleEqual',
|
|
5538
5695
|
'unittest.TestCase.assertWarns': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertWarns',
|
|
@@ -5687,8 +5844,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5687
5844
|
'urllib.request.DataHandler.data_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.DataHandler.data_open',
|
|
5688
5845
|
'urllib.request.FTPHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FTPHandler',
|
|
5689
5846
|
'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
5847
|
'urllib.request.FileHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FileHandler',
|
|
5693
5848
|
'urllib.request.FileHandler.file_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FileHandler.file_open',
|
|
5694
5849
|
'urllib.request.HTTPBasicAuthHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.HTTPBasicAuthHandler',
|
|
@@ -5739,10 +5894,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5739
5894
|
'urllib.request.Request.header_items': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.header_items',
|
|
5740
5895
|
'urllib.request.Request.remove_header': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.remove_header',
|
|
5741
5896
|
'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
5897
|
'urllib.request.UnknownHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.UnknownHandler',
|
|
5747
5898
|
'urllib.request.UnknownHandler.unknown_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.UnknownHandler.unknown_open',
|
|
5748
5899
|
'urllib.request.build_opener': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.build_opener',
|
|
@@ -5773,7 +5924,10 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5773
5924
|
'uuid.uuid1': 'https://docs.python.org/3/library/uuid.html#uuid.uuid1',
|
|
5774
5925
|
'uuid.uuid3': 'https://docs.python.org/3/library/uuid.html#uuid.uuid3',
|
|
5775
5926
|
'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'
|
|
5927
|
+
'uuid.uuid5': 'https://docs.python.org/3/library/uuid.html#uuid.uuid5',
|
|
5928
|
+
'uuid.uuid6': 'https://docs.python.org/3/library/uuid.html#uuid.uuid6',
|
|
5929
|
+
'uuid.uuid7': 'https://docs.python.org/3/library/uuid.html#uuid.uuid7',
|
|
5930
|
+
'uuid.uuid8': 'https://docs.python.org/3/library/uuid.html#uuid.uuid8'},
|
|
5777
5931
|
'venv': { 'venv.EnvBuilder': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder',
|
|
5778
5932
|
'venv.EnvBuilder.create': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder.create',
|
|
5779
5933
|
'venv.EnvBuilder.create_configuration': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder.create_configuration',
|
|
@@ -5974,7 +6128,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
5974
6128
|
'xml.dom.pulldom.DOMEventStream.expandNode': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.expandNode',
|
|
5975
6129
|
'xml.dom.pulldom.DOMEventStream.getEvent': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.getEvent',
|
|
5976
6130
|
'xml.dom.pulldom.DOMEventStream.reset': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.reset',
|
|
5977
|
-
'xml.dom.pulldom.
|
|
6131
|
+
'xml.dom.pulldom.PullDOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.PullDOM',
|
|
5978
6132
|
'xml.dom.pulldom.SAX2DOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.SAX2DOM',
|
|
5979
6133
|
'xml.dom.pulldom.parse': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parse',
|
|
5980
6134
|
'xml.dom.pulldom.parseString': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parseString'},
|
|
@@ -6073,6 +6227,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
6073
6227
|
'xml.parsers.expat.xmlparser.Parse': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.Parse',
|
|
6074
6228
|
'xml.parsers.expat.xmlparser.ParseFile': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ParseFile',
|
|
6075
6229
|
'xml.parsers.expat.xmlparser.ProcessingInstructionHandler': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ProcessingInstructionHandler',
|
|
6230
|
+
'xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold',
|
|
6231
|
+
'xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification',
|
|
6076
6232
|
'xml.parsers.expat.xmlparser.SetBase': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetBase',
|
|
6077
6233
|
'xml.parsers.expat.xmlparser.SetParamEntityParsing': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetParamEntityParsing',
|
|
6078
6234
|
'xml.parsers.expat.xmlparser.SetReparseDeferralEnabled': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetReparseDeferralEnabled',
|
|
@@ -6239,6 +6395,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
6239
6395
|
'zipfile.ZipFile.write': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.write',
|
|
6240
6396
|
'zipfile.ZipFile.writestr': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.writestr',
|
|
6241
6397
|
'zipfile.ZipInfo': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo',
|
|
6398
|
+
'zipfile.ZipInfo._for_archive': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo._for_archive',
|
|
6242
6399
|
'zipfile.ZipInfo.from_file': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo.from_file',
|
|
6243
6400
|
'zipfile.ZipInfo.is_dir': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo.is_dir',
|
|
6244
6401
|
'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=joDDPON5gYPxiRW3L8d2cx2xKoapDnCpW_KHiBTPluw,838721
|
|
3
|
+
nbdev_stdlib/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
+
nbdev_stdlib-0.0.2307.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
+
nbdev_stdlib-0.0.2307.dist-info/METADATA,sha256=OhzFHmmm2Y4_9OIID4pC76lW8ycoyqCCxcs3KWybUg4,1187
|
|
6
|
+
nbdev_stdlib-0.0.2307.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
nbdev_stdlib-0.0.2307.dist-info/entry_points.txt,sha256=Pqrla0bjIyPBtdjWl23dJTJvxzKoR50ICY_qeensB68,46
|
|
8
|
+
nbdev_stdlib-0.0.2307.dist-info/top_level.txt,sha256=I6FPQYzU9FlsrtQAFX0KpTr9zmf8Mx6gPLwBNCogo-s,13
|
|
9
|
+
nbdev_stdlib-0.0.2307.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.2103.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_stdlib-0.0.2103.dist-info/METADATA,sha256=sNWdC3ycYTJOhGyuJvXgmODn2igMXlTigWzH8Tz2uGo,1187
|
|
6
|
-
nbdev_stdlib-0.0.2103.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
nbdev_stdlib-0.0.2103.dist-info/entry_points.txt,sha256=Pqrla0bjIyPBtdjWl23dJTJvxzKoR50ICY_qeensB68,46
|
|
8
|
-
nbdev_stdlib-0.0.2103.dist-info/top_level.txt,sha256=I6FPQYzU9FlsrtQAFX0KpTr9zmf8Mx6gPLwBNCogo-s,13
|
|
9
|
-
nbdev_stdlib-0.0.2103.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|