nbdev-stdlib 0.0.2158__tar.gz → 0.0.2160__tar.gz
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.
Potentially problematic release.
This version of nbdev-stdlib might be problematic. Click here for more details.
- {nbdev_stdlib-0.0.2158/nbdev_stdlib.egg-info → nbdev_stdlib-0.0.2160}/PKG-INFO +1 -1
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib/_modidx.py +176 -33
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160/nbdev_stdlib.egg-info}/PKG-INFO +1 -1
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/settings.ini +1 -1
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/LICENSE +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/MANIFEST.in +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/README.md +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib/__init__.py +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib/_nbdev.py +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib.egg-info/SOURCES.txt +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib.egg-info/dependency_links.txt +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib.egg-info/entry_points.txt +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib.egg-info/not-zip-safe +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib.egg-info/requires.txt +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/nbdev_stdlib.egg-info/top_level.txt +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/setup.cfg +0 -0
- {nbdev_stdlib-0.0.2158 → nbdev_stdlib-0.0.2160}/setup.py +0 -0
@@ -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',
|
@@ -518,6 +521,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
518
521
|
'bdb.Bdb.get_stack': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.get_stack',
|
519
522
|
'bdb.Bdb.is_skipped_line': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.is_skipped_line',
|
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,6 +702,7 @@ 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',
|
@@ -753,7 +762,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
753
762
|
'builtins.memoryview': 'https://docs.python.org/3/library/stdtypes.html#memoryview',
|
754
763
|
'builtins.memoryview.__eq__': 'https://docs.python.org/3/library/stdtypes.html#memoryview.__eq__',
|
755
764
|
'builtins.memoryview.cast': 'https://docs.python.org/3/library/stdtypes.html#memoryview.cast',
|
765
|
+
'builtins.memoryview.count': 'https://docs.python.org/3/library/stdtypes.html#memoryview.count',
|
756
766
|
'builtins.memoryview.hex': 'https://docs.python.org/3/library/stdtypes.html#memoryview.hex',
|
767
|
+
'builtins.memoryview.index': 'https://docs.python.org/3/library/stdtypes.html#memoryview.index',
|
757
768
|
'builtins.memoryview.release': 'https://docs.python.org/3/library/stdtypes.html#memoryview.release',
|
758
769
|
'builtins.memoryview.tobytes': 'https://docs.python.org/3/library/stdtypes.html#memoryview.tobytes',
|
759
770
|
'builtins.memoryview.tolist': 'https://docs.python.org/3/library/stdtypes.html#memoryview.tolist',
|
@@ -768,6 +779,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
768
779
|
'builtins.object.__aiter__': 'https://docs.python.org/3/reference/datamodel.html#object.__aiter__',
|
769
780
|
'builtins.object.__and__': 'https://docs.python.org/3/reference/datamodel.html#object.__and__',
|
770
781
|
'builtins.object.__anext__': 'https://docs.python.org/3/reference/datamodel.html#object.__anext__',
|
782
|
+
'builtins.object.__annotate__': 'https://docs.python.org/3/reference/datamodel.html#object.__annotate__',
|
771
783
|
'builtins.object.__await__': 'https://docs.python.org/3/reference/datamodel.html#object.__await__',
|
772
784
|
'builtins.object.__bool__': 'https://docs.python.org/3/reference/datamodel.html#object.__bool__',
|
773
785
|
'builtins.object.__buffer__': 'https://docs.python.org/3/reference/datamodel.html#object.__buffer__',
|
@@ -941,6 +953,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
941
953
|
'builtins.tuple.count': 'https://docs.python.org/3/library/stdtypes.html#tuple.count',
|
942
954
|
'builtins.tuple.index': 'https://docs.python.org/3/library/stdtypes.html#tuple.index',
|
943
955
|
'builtins.type': 'https://docs.python.org/3/library/functions.html#type',
|
956
|
+
'builtins.type.__annotate__': 'https://docs.python.org/3/reference/datamodel.html#type.__annotate__',
|
944
957
|
'builtins.type.__instancecheck__': 'https://docs.python.org/3/reference/datamodel.html#type.__instancecheck__',
|
945
958
|
'builtins.type.__subclasscheck__': 'https://docs.python.org/3/reference/datamodel.html#type.__subclasscheck__',
|
946
959
|
'builtins.type.__subclasses__': 'https://docs.python.org/3/reference/datamodel.html#type.__subclasses__',
|
@@ -1189,7 +1202,30 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1189
1202
|
'compileall': { 'compileall.compile_dir': 'https://docs.python.org/3/library/compileall.html#compileall.compile_dir',
|
1190
1203
|
'compileall.compile_file': 'https://docs.python.org/3/library/compileall.html#compileall.compile_file',
|
1191
1204
|
'compileall.compile_path': 'https://docs.python.org/3/library/compileall.html#compileall.compile_path'},
|
1192
|
-
'
|
1205
|
+
'compression': {'compression.zstd': 'https://docs.python.org/3/library/compression.zstd.html#module-compression.zstd'},
|
1206
|
+
'compression.zstd': { 'compression.zstd.CompressionParameter': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.CompressionParameter',
|
1207
|
+
'compression.zstd.CompressionParameter.bounds': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.CompressionParameter.bounds',
|
1208
|
+
'compression.zstd.DecompressionParameter': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.DecompressionParameter',
|
1209
|
+
'compression.zstd.DecompressionParameter.bounds': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.DecompressionParameter.bounds',
|
1210
|
+
'compression.zstd.FrameInfo': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.FrameInfo',
|
1211
|
+
'compression.zstd.Strategy': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.Strategy',
|
1212
|
+
'compression.zstd.ZstdCompressor': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor',
|
1213
|
+
'compression.zstd.ZstdCompressor.compress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.compress',
|
1214
|
+
'compression.zstd.ZstdCompressor.flush': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.flush',
|
1215
|
+
'compression.zstd.ZstdCompressor.set_pledged_input_size': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.set_pledged_input_size',
|
1216
|
+
'compression.zstd.ZstdDecompressor': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDecompressor',
|
1217
|
+
'compression.zstd.ZstdDecompressor.decompress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDecompressor.decompress',
|
1218
|
+
'compression.zstd.ZstdDict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdDict',
|
1219
|
+
'compression.zstd.ZstdFile': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdFile',
|
1220
|
+
'compression.zstd.ZstdFile.peek': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.ZstdFile.peek',
|
1221
|
+
'compression.zstd.compress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.compress',
|
1222
|
+
'compression.zstd.decompress': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.decompress',
|
1223
|
+
'compression.zstd.finalize_dict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.finalize_dict',
|
1224
|
+
'compression.zstd.get_frame_info': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.get_frame_info',
|
1225
|
+
'compression.zstd.open': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.open',
|
1226
|
+
'compression.zstd.train_dict': 'https://docs.python.org/3/library/compression.zstd.html#compression.zstd.train_dict'},
|
1227
|
+
'concurrent': { 'concurrent.futures': 'https://docs.python.org/3/library/concurrent.futures.html#module-concurrent.futures',
|
1228
|
+
'concurrent.interpreters': 'https://docs.python.org/3/library/concurrent.interpreters.html#module-concurrent.interpreters'},
|
1193
1229
|
'concurrent.futures': { 'concurrent.futures.Executor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor',
|
1194
1230
|
'concurrent.futures.Executor.map': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.map',
|
1195
1231
|
'concurrent.futures.Executor.shutdown': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.shutdown',
|
@@ -1205,10 +1241,26 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1205
1241
|
'concurrent.futures.Future.set_exception': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.set_exception',
|
1206
1242
|
'concurrent.futures.Future.set_result': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.set_result',
|
1207
1243
|
'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',
|
1244
|
+
'concurrent.futures.InterpreterPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.InterpreterPoolExecutor',
|
1208
1245
|
'concurrent.futures.ProcessPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor',
|
1246
|
+
'concurrent.futures.ProcessPoolExecutor.kill_workers': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor.kill_workers',
|
1247
|
+
'concurrent.futures.ProcessPoolExecutor.terminate_workers': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor.terminate_workers',
|
1209
1248
|
'concurrent.futures.ThreadPoolExecutor': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor',
|
1210
1249
|
'concurrent.futures.as_completed': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.as_completed',
|
1211
1250
|
'concurrent.futures.wait': 'https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.wait'},
|
1251
|
+
'concurrent.interpreters': { 'concurrent.interpreters.Interpreter': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter',
|
1252
|
+
'concurrent.interpreters.Interpreter.call': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call',
|
1253
|
+
'concurrent.interpreters.Interpreter.call_in_thread': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call_in_thread',
|
1254
|
+
'concurrent.interpreters.Interpreter.close': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.close',
|
1255
|
+
'concurrent.interpreters.Interpreter.exec': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.exec',
|
1256
|
+
'concurrent.interpreters.Interpreter.is_running': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.is_running',
|
1257
|
+
'concurrent.interpreters.Interpreter.prepare_main': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.prepare_main',
|
1258
|
+
'concurrent.interpreters.Queue': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.Queue',
|
1259
|
+
'concurrent.interpreters.create': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.create',
|
1260
|
+
'concurrent.interpreters.create_queue': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.create_queue',
|
1261
|
+
'concurrent.interpreters.get_current': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.get_current',
|
1262
|
+
'concurrent.interpreters.get_main': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.get_main',
|
1263
|
+
'concurrent.interpreters.list_all': 'https://docs.python.org/3/library/concurrent.interpreters.html#concurrent.interpreters.list_all'},
|
1212
1264
|
'configparser': { 'configparser.BasicInterpolation': 'https://docs.python.org/3/library/configparser.html#configparser.BasicInterpolation',
|
1213
1265
|
'configparser.ConfigParser': 'https://docs.python.org/3/library/configparser.html#configparser.ConfigParser',
|
1214
1266
|
'configparser.ConfigParser.add_section': 'https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.add_section',
|
@@ -1303,6 +1355,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1303
1355
|
'ctypes.BigEndianUnion': 'https://docs.python.org/3/library/ctypes.html#ctypes.BigEndianUnion',
|
1304
1356
|
'ctypes.CDLL': 'https://docs.python.org/3/library/ctypes.html#ctypes.CDLL',
|
1305
1357
|
'ctypes.CFUNCTYPE': 'https://docs.python.org/3/library/ctypes.html#ctypes.CFUNCTYPE',
|
1358
|
+
'ctypes.CField': 'https://docs.python.org/3/library/ctypes.html#ctypes.CField',
|
1359
|
+
'ctypes.CopyComPointer': 'https://docs.python.org/3/library/ctypes.html#ctypes.CopyComPointer',
|
1306
1360
|
'ctypes.DllCanUnloadNow': 'https://docs.python.org/3/library/ctypes.html#ctypes.DllCanUnloadNow',
|
1307
1361
|
'ctypes.DllGetClassObject': 'https://docs.python.org/3/library/ctypes.html#ctypes.DllGetClassObject',
|
1308
1362
|
'ctypes.FormatError': 'https://docs.python.org/3/library/ctypes.html#ctypes.FormatError',
|
@@ -1338,7 +1392,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1338
1392
|
'ctypes.c_char': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_char',
|
1339
1393
|
'ctypes.c_char_p': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_char_p',
|
1340
1394
|
'ctypes.c_double': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_double',
|
1395
|
+
'ctypes.c_double_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_double_complex',
|
1341
1396
|
'ctypes.c_float': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_float',
|
1397
|
+
'ctypes.c_float_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_float_complex',
|
1342
1398
|
'ctypes.c_int': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int',
|
1343
1399
|
'ctypes.c_int16': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int16',
|
1344
1400
|
'ctypes.c_int32': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int32',
|
@@ -1346,6 +1402,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1346
1402
|
'ctypes.c_int8': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_int8',
|
1347
1403
|
'ctypes.c_long': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_long',
|
1348
1404
|
'ctypes.c_longdouble': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longdouble',
|
1405
|
+
'ctypes.c_longdouble_complex': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longdouble_complex',
|
1349
1406
|
'ctypes.c_longlong': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_longlong',
|
1350
1407
|
'ctypes.c_short': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_short',
|
1351
1408
|
'ctypes.c_size_t': 'https://docs.python.org/3/library/ctypes.html#ctypes.c_size_t',
|
@@ -1369,6 +1426,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1369
1426
|
'ctypes.get_errno': 'https://docs.python.org/3/library/ctypes.html#ctypes.get_errno',
|
1370
1427
|
'ctypes.get_last_error': 'https://docs.python.org/3/library/ctypes.html#ctypes.get_last_error',
|
1371
1428
|
'ctypes.memmove': 'https://docs.python.org/3/library/ctypes.html#ctypes.memmove',
|
1429
|
+
'ctypes.memoryview_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.memoryview_at',
|
1372
1430
|
'ctypes.memset': 'https://docs.python.org/3/library/ctypes.html#ctypes.memset',
|
1373
1431
|
'ctypes.pointer': 'https://docs.python.org/3/library/ctypes.html#ctypes.pointer',
|
1374
1432
|
'ctypes.py_object': 'https://docs.python.org/3/library/ctypes.html#ctypes.py_object',
|
@@ -1378,9 +1436,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1378
1436
|
'ctypes.sizeof': 'https://docs.python.org/3/library/ctypes.html#ctypes.sizeof',
|
1379
1437
|
'ctypes.string_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.string_at',
|
1380
1438
|
'ctypes.wstring_at': 'https://docs.python.org/3/library/ctypes.html#ctypes.wstring_at'},
|
1381
|
-
'ctypes.util': { 'ctypes.util.
|
1439
|
+
'ctypes.util': { 'ctypes.util.dllist': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.dllist',
|
1440
|
+
'ctypes.util.find_library': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.find_library',
|
1382
1441
|
'ctypes.util.find_msvcrt': 'https://docs.python.org/3/library/ctypes.html#ctypes.util.find_msvcrt'},
|
1383
1442
|
'curses': { 'curses.ascii': 'https://docs.python.org/3/library/curses.ascii.html#module-curses.ascii',
|
1443
|
+
'curses.assume_default_colors': 'https://docs.python.org/3/library/curses.html#curses.assume_default_colors',
|
1384
1444
|
'curses.baudrate': 'https://docs.python.org/3/library/curses.html#curses.baudrate',
|
1385
1445
|
'curses.beep': 'https://docs.python.org/3/library/curses.html#curses.beep',
|
1386
1446
|
'curses.can_change_color': 'https://docs.python.org/3/library/curses.html#curses.can_change_color',
|
@@ -1601,6 +1661,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1601
1661
|
'datetime.date.isoweekday': 'https://docs.python.org/3/library/datetime.html#datetime.date.isoweekday',
|
1602
1662
|
'datetime.date.replace': 'https://docs.python.org/3/library/datetime.html#datetime.date.replace',
|
1603
1663
|
'datetime.date.strftime': 'https://docs.python.org/3/library/datetime.html#datetime.date.strftime',
|
1664
|
+
'datetime.date.strptime': 'https://docs.python.org/3/library/datetime.html#datetime.date.strptime',
|
1604
1665
|
'datetime.date.timetuple': 'https://docs.python.org/3/library/datetime.html#datetime.date.timetuple',
|
1605
1666
|
'datetime.date.today': 'https://docs.python.org/3/library/datetime.html#datetime.date.today',
|
1606
1667
|
'datetime.date.toordinal': 'https://docs.python.org/3/library/datetime.html#datetime.date.toordinal',
|
@@ -1644,6 +1705,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1644
1705
|
'datetime.time.isoformat': 'https://docs.python.org/3/library/datetime.html#datetime.time.isoformat',
|
1645
1706
|
'datetime.time.replace': 'https://docs.python.org/3/library/datetime.html#datetime.time.replace',
|
1646
1707
|
'datetime.time.strftime': 'https://docs.python.org/3/library/datetime.html#datetime.time.strftime',
|
1708
|
+
'datetime.time.strptime': 'https://docs.python.org/3/library/datetime.html#datetime.time.strptime',
|
1647
1709
|
'datetime.time.tzname': 'https://docs.python.org/3/library/datetime.html#datetime.time.tzname',
|
1648
1710
|
'datetime.time.utcoffset': 'https://docs.python.org/3/library/datetime.html#datetime.time.utcoffset',
|
1649
1711
|
'datetime.timedelta': 'https://docs.python.org/3/library/datetime.html#datetime.timedelta',
|
@@ -1761,6 +1823,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1761
1823
|
'decimal.Decimal.exp': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.exp',
|
1762
1824
|
'decimal.Decimal.fma': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.fma',
|
1763
1825
|
'decimal.Decimal.from_float': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.from_float',
|
1826
|
+
'decimal.Decimal.from_number': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.from_number',
|
1764
1827
|
'decimal.Decimal.is_canonical': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_canonical',
|
1765
1828
|
'decimal.Decimal.is_finite': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_finite',
|
1766
1829
|
'decimal.Decimal.is_infinite': 'https://docs.python.org/3/library/decimal.html#decimal.Decimal.is_infinite',
|
@@ -1802,6 +1865,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1802
1865
|
'decimal.DecimalException': 'https://docs.python.org/3/library/decimal.html#decimal.DecimalException',
|
1803
1866
|
'decimal.DivisionByZero': 'https://docs.python.org/3/library/decimal.html#decimal.DivisionByZero',
|
1804
1867
|
'decimal.FloatOperation': 'https://docs.python.org/3/library/decimal.html#decimal.FloatOperation',
|
1868
|
+
'decimal.IEEEContext': 'https://docs.python.org/3/library/decimal.html#decimal.IEEEContext',
|
1805
1869
|
'decimal.Inexact': 'https://docs.python.org/3/library/decimal.html#decimal.Inexact',
|
1806
1870
|
'decimal.InvalidOperation': 'https://docs.python.org/3/library/decimal.html#decimal.InvalidOperation',
|
1807
1871
|
'decimal.Overflow': 'https://docs.python.org/3/library/decimal.html#decimal.Overflow',
|
@@ -1845,6 +1909,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
1845
1909
|
'dis.code_info': 'https://docs.python.org/3/library/dis.html#dis.code_info',
|
1846
1910
|
'dis.dis': 'https://docs.python.org/3/library/dis.html#dis.dis',
|
1847
1911
|
'dis.disassemble': 'https://docs.python.org/3/library/dis.html#dis.disassemble',
|
1912
|
+
'dis.disco': 'https://docs.python.org/3/library/dis.html#dis.disco',
|
1848
1913
|
'dis.distb': 'https://docs.python.org/3/library/dis.html#dis.distb',
|
1849
1914
|
'dis.findlabels': 'https://docs.python.org/3/library/dis.html#dis.findlabels',
|
1850
1915
|
'dis.findlinestarts': 'https://docs.python.org/3/library/dis.html#dis.findlinestarts',
|
@@ -2124,7 +2189,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2124
2189
|
'encodings.mbcs': 'https://docs.python.org/3/library/codecs.html#module-encodings.mbcs',
|
2125
2190
|
'encodings.normalize_encoding': 'https://docs.python.org/3/library/codecs.html#encodings.normalize_encoding',
|
2126
2191
|
'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'
|
2192
|
+
'encodings.utf_8_sig': 'https://docs.python.org/3/library/codecs.html#module-encodings.utf_8_sig',
|
2193
|
+
'encodings.win32_code_page_search_function': 'https://docs.python.org/3/library/codecs.html#encodings.win32_code_page_search_function'},
|
2128
2194
|
'encodings.idna': { 'encodings.idna.ToASCII': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToASCII',
|
2129
2195
|
'encodings.idna.ToUnicode': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToUnicode',
|
2130
2196
|
'encodings.idna.nameprep': 'https://docs.python.org/3/library/codecs.html#encodings.idna.nameprep'},
|
@@ -2173,6 +2239,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2173
2239
|
'enum.verify': 'https://docs.python.org/3/library/enum.html#enum.verify'},
|
2174
2240
|
'faulthandler': { 'faulthandler.cancel_dump_traceback_later': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.cancel_dump_traceback_later',
|
2175
2241
|
'faulthandler.disable': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.disable',
|
2242
|
+
'faulthandler.dump_c_stack': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_c_stack',
|
2176
2243
|
'faulthandler.dump_traceback': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_traceback',
|
2177
2244
|
'faulthandler.dump_traceback_later': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_traceback_later',
|
2178
2245
|
'faulthandler.enable': 'https://docs.python.org/3/library/faulthandler.html#faulthandler.enable',
|
@@ -2203,6 +2270,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2203
2270
|
'fileinput.lineno': 'https://docs.python.org/3/library/fileinput.html#fileinput.lineno',
|
2204
2271
|
'fileinput.nextfile': 'https://docs.python.org/3/library/fileinput.html#fileinput.nextfile'},
|
2205
2272
|
'fnmatch': { 'fnmatch.filter': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.filter',
|
2273
|
+
'fnmatch.filterfalse': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.filterfalse',
|
2206
2274
|
'fnmatch.fnmatch': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch',
|
2207
2275
|
'fnmatch.fnmatchcase': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatchcase',
|
2208
2276
|
'fnmatch.translate': 'https://docs.python.org/3/library/fnmatch.html#fnmatch.translate'},
|
@@ -2214,6 +2282,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2214
2282
|
'fractions.Fraction.as_integer_ratio': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.as_integer_ratio',
|
2215
2283
|
'fractions.Fraction.from_decimal': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_decimal',
|
2216
2284
|
'fractions.Fraction.from_float': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_float',
|
2285
|
+
'fractions.Fraction.from_number': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_number',
|
2217
2286
|
'fractions.Fraction.is_integer': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.is_integer',
|
2218
2287
|
'fractions.Fraction.limit_denominator': 'https://docs.python.org/3/library/fractions.html#fractions.Fraction.limit_denominator'},
|
2219
2288
|
'ftplib': { 'ftplib.FTP': 'https://docs.python.org/3/library/ftplib.html#ftplib.FTP',
|
@@ -2357,10 +2426,15 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2357
2426
|
'hashlib.shake_128': 'https://docs.python.org/3/library/hashlib.html#hashlib.shake_128',
|
2358
2427
|
'hashlib.shake_256': 'https://docs.python.org/3/library/hashlib.html#hashlib.shake_256'},
|
2359
2428
|
'heapq': { 'heapq.heapify': 'https://docs.python.org/3/library/heapq.html#heapq.heapify',
|
2429
|
+
'heapq.heapify_max': 'https://docs.python.org/3/library/heapq.html#heapq.heapify_max',
|
2360
2430
|
'heapq.heappop': 'https://docs.python.org/3/library/heapq.html#heapq.heappop',
|
2431
|
+
'heapq.heappop_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappop_max',
|
2361
2432
|
'heapq.heappush': 'https://docs.python.org/3/library/heapq.html#heapq.heappush',
|
2433
|
+
'heapq.heappush_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappush_max',
|
2362
2434
|
'heapq.heappushpop': 'https://docs.python.org/3/library/heapq.html#heapq.heappushpop',
|
2435
|
+
'heapq.heappushpop_max': 'https://docs.python.org/3/library/heapq.html#heapq.heappushpop_max',
|
2363
2436
|
'heapq.heapreplace': 'https://docs.python.org/3/library/heapq.html#heapq.heapreplace',
|
2437
|
+
'heapq.heapreplace_max': 'https://docs.python.org/3/library/heapq.html#heapq.heapreplace_max',
|
2364
2438
|
'heapq.merge': 'https://docs.python.org/3/library/heapq.html#heapq.merge',
|
2365
2439
|
'heapq.nlargest': 'https://docs.python.org/3/library/heapq.html#heapq.nlargest',
|
2366
2440
|
'heapq.nsmallest': 'https://docs.python.org/3/library/heapq.html#heapq.nsmallest'},
|
@@ -2489,10 +2563,12 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2489
2563
|
'http.server.BaseHTTPRequestHandler.version_string': 'https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.version_string',
|
2490
2564
|
'http.server.CGIHTTPRequestHandler': 'https://docs.python.org/3/library/http.server.html#http.server.CGIHTTPRequestHandler',
|
2491
2565
|
'http.server.CGIHTTPRequestHandler.do_POST': 'https://docs.python.org/3/library/http.server.html#http.server.CGIHTTPRequestHandler.do_POST',
|
2566
|
+
'http.server.HTTPSServer': 'https://docs.python.org/3/library/http.server.html#http.server.HTTPSServer',
|
2492
2567
|
'http.server.HTTPServer': 'https://docs.python.org/3/library/http.server.html#http.server.HTTPServer',
|
2493
2568
|
'http.server.SimpleHTTPRequestHandler': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler',
|
2494
2569
|
'http.server.SimpleHTTPRequestHandler.do_GET': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET',
|
2495
2570
|
'http.server.SimpleHTTPRequestHandler.do_HEAD': 'https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_HEAD',
|
2571
|
+
'http.server.ThreadingHTTPSServer': 'https://docs.python.org/3/library/http.server.html#http.server.ThreadingHTTPSServer',
|
2496
2572
|
'http.server.ThreadingHTTPServer': 'https://docs.python.org/3/library/http.server.html#http.server.ThreadingHTTPServer'},
|
2497
2573
|
'imaplib': { 'imaplib.IMAP4': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4',
|
2498
2574
|
'imaplib.IMAP4.append': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.append',
|
@@ -2510,6 +2586,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2510
2586
|
'imaplib.IMAP4.getannotation': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getannotation',
|
2511
2587
|
'imaplib.IMAP4.getquota': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getquota',
|
2512
2588
|
'imaplib.IMAP4.getquotaroot': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.getquotaroot',
|
2589
|
+
'imaplib.IMAP4.idle': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.idle',
|
2513
2590
|
'imaplib.IMAP4.list': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.list',
|
2514
2591
|
'imaplib.IMAP4.login': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.login',
|
2515
2592
|
'imaplib.IMAP4.login_cram_md5': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.login_cram_md5',
|
@@ -2550,6 +2627,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2550
2627
|
'imaplib.Internaldate2tuple': 'https://docs.python.org/3/library/imaplib.html#imaplib.Internaldate2tuple',
|
2551
2628
|
'imaplib.ParseFlags': 'https://docs.python.org/3/library/imaplib.html#imaplib.ParseFlags',
|
2552
2629
|
'imaplib.Time2Internaldate': 'https://docs.python.org/3/library/imaplib.html#imaplib.Time2Internaldate'},
|
2630
|
+
'imaplib.IMAP4': {'imaplib.IMAP4.Idler.burst': 'https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.Idler.burst'},
|
2553
2631
|
'importlib': { 'importlib.__import__': 'https://docs.python.org/3/library/importlib.html#importlib.__import__',
|
2554
2632
|
'importlib.abc': 'https://docs.python.org/3/library/importlib.html#module-importlib.abc',
|
2555
2633
|
'importlib.import_module': 'https://docs.python.org/3/library/importlib.html#importlib.import_module',
|
@@ -2754,6 +2832,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2754
2832
|
'inspect.ismethoddescriptor': 'https://docs.python.org/3/library/inspect.html#inspect.ismethoddescriptor',
|
2755
2833
|
'inspect.ismethodwrapper': 'https://docs.python.org/3/library/inspect.html#inspect.ismethodwrapper',
|
2756
2834
|
'inspect.ismodule': 'https://docs.python.org/3/library/inspect.html#inspect.ismodule',
|
2835
|
+
'inspect.ispackage': 'https://docs.python.org/3/library/inspect.html#inspect.ispackage',
|
2757
2836
|
'inspect.isroutine': 'https://docs.python.org/3/library/inspect.html#inspect.isroutine',
|
2758
2837
|
'inspect.istraceback': 'https://docs.python.org/3/library/inspect.html#inspect.istraceback',
|
2759
2838
|
'inspect.markcoroutinefunction': 'https://docs.python.org/3/library/inspect.html#inspect.markcoroutinefunction',
|
@@ -2804,6 +2883,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2804
2883
|
'io.RawIOBase.readall': 'https://docs.python.org/3/library/io.html#io.RawIOBase.readall',
|
2805
2884
|
'io.RawIOBase.readinto': 'https://docs.python.org/3/library/io.html#io.RawIOBase.readinto',
|
2806
2885
|
'io.RawIOBase.write': 'https://docs.python.org/3/library/io.html#io.RawIOBase.write',
|
2886
|
+
'io.Reader': 'https://docs.python.org/3/library/io.html#io.Reader',
|
2887
|
+
'io.Reader.read': 'https://docs.python.org/3/library/io.html#io.Reader.read',
|
2807
2888
|
'io.StringIO': 'https://docs.python.org/3/library/io.html#io.StringIO',
|
2808
2889
|
'io.StringIO.getvalue': 'https://docs.python.org/3/library/io.html#io.StringIO.getvalue',
|
2809
2890
|
'io.TextIOBase': 'https://docs.python.org/3/library/io.html#io.TextIOBase',
|
@@ -2817,6 +2898,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
2817
2898
|
'io.TextIOWrapper.reconfigure': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.reconfigure',
|
2818
2899
|
'io.TextIOWrapper.seek': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.seek',
|
2819
2900
|
'io.TextIOWrapper.tell': 'https://docs.python.org/3/library/io.html#io.TextIOWrapper.tell',
|
2901
|
+
'io.Writer': 'https://docs.python.org/3/library/io.html#io.Writer',
|
2902
|
+
'io.Writer.write': 'https://docs.python.org/3/library/io.html#io.Writer.write',
|
2820
2903
|
'io.open': 'https://docs.python.org/3/library/io.html#io.open',
|
2821
2904
|
'io.open_code': 'https://docs.python.org/3/library/io.html#io.open_code',
|
2822
2905
|
'io.text_encoding': 'https://docs.python.org/3/library/io.html#io.text_encoding'},
|
@@ -3329,11 +3412,13 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3329
3412
|
'multiprocessing.JoinableQueue.task_done': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue.task_done',
|
3330
3413
|
'multiprocessing.Lock': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock',
|
3331
3414
|
'multiprocessing.Lock.acquire': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.acquire',
|
3415
|
+
'multiprocessing.Lock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.locked',
|
3332
3416
|
'multiprocessing.Lock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Lock.release',
|
3333
3417
|
'multiprocessing.Manager': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Manager',
|
3334
3418
|
'multiprocessing.Pipe': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Pipe',
|
3335
3419
|
'multiprocessing.Process': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process',
|
3336
3420
|
'multiprocessing.Process.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.close',
|
3421
|
+
'multiprocessing.Process.interrupt': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.interrupt',
|
3337
3422
|
'multiprocessing.Process.is_alive': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.is_alive',
|
3338
3423
|
'multiprocessing.Process.join': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.join',
|
3339
3424
|
'multiprocessing.Process.kill': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.kill',
|
@@ -3353,6 +3438,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3353
3438
|
'multiprocessing.Queue.qsize': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.qsize',
|
3354
3439
|
'multiprocessing.RLock': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock',
|
3355
3440
|
'multiprocessing.RLock.acquire': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.acquire',
|
3441
|
+
'multiprocessing.RLock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.locked',
|
3356
3442
|
'multiprocessing.RLock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.release',
|
3357
3443
|
'multiprocessing.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore',
|
3358
3444
|
'multiprocessing.SimpleQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue',
|
@@ -3424,7 +3510,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3424
3510
|
'multiprocessing.managers.SyncManager.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.Semaphore',
|
3425
3511
|
'multiprocessing.managers.SyncManager.Value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.Value',
|
3426
3512
|
'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'
|
3513
|
+
'multiprocessing.managers.SyncManager.list': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.list',
|
3514
|
+
'multiprocessing.managers.SyncManager.set': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.set'},
|
3428
3515
|
'multiprocessing.pool': { 'multiprocessing.pool.AsyncResult': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult',
|
3429
3516
|
'multiprocessing.pool.AsyncResult.get': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult.get',
|
3430
3517
|
'multiprocessing.pool.AsyncResult.ready': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.AsyncResult.ready',
|
@@ -3540,7 +3627,9 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3540
3627
|
'operator.ipow': 'https://docs.python.org/3/library/operator.html#operator.ipow',
|
3541
3628
|
'operator.irshift': 'https://docs.python.org/3/library/operator.html#operator.irshift',
|
3542
3629
|
'operator.is_': 'https://docs.python.org/3/library/operator.html#operator.is_',
|
3630
|
+
'operator.is_none': 'https://docs.python.org/3/library/operator.html#operator.is_none',
|
3543
3631
|
'operator.is_not': 'https://docs.python.org/3/library/operator.html#operator.is_not',
|
3632
|
+
'operator.is_not_none': 'https://docs.python.org/3/library/operator.html#operator.is_not_none',
|
3544
3633
|
'operator.isub': 'https://docs.python.org/3/library/operator.html#operator.isub',
|
3545
3634
|
'operator.itemgetter': 'https://docs.python.org/3/library/operator.html#operator.itemgetter',
|
3546
3635
|
'operator.itruediv': 'https://docs.python.org/3/library/operator.html#operator.itruediv',
|
@@ -3721,9 +3810,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3721
3810
|
'os.pwrite': 'https://docs.python.org/3/library/os.html#os.pwrite',
|
3722
3811
|
'os.pwritev': 'https://docs.python.org/3/library/os.html#os.pwritev',
|
3723
3812
|
'os.read': 'https://docs.python.org/3/library/os.html#os.read',
|
3813
|
+
'os.readinto': 'https://docs.python.org/3/library/os.html#os.readinto',
|
3724
3814
|
'os.readlink': 'https://docs.python.org/3/library/os.html#os.readlink',
|
3725
3815
|
'os.readv': 'https://docs.python.org/3/library/os.html#os.readv',
|
3726
3816
|
'os.register_at_fork': 'https://docs.python.org/3/library/os.html#os.register_at_fork',
|
3817
|
+
'os.reload_environ': 'https://docs.python.org/3/library/os.html#os.reload_environ',
|
3727
3818
|
'os.remove': 'https://docs.python.org/3/library/os.html#os.remove',
|
3728
3819
|
'os.removedirs': 'https://docs.python.org/3/library/os.html#os.removedirs',
|
3729
3820
|
'os.removexattr': 'https://docs.python.org/3/library/os.html#os.removexattr',
|
@@ -3846,6 +3937,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3846
3937
|
'pathlib.Path.absolute': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.absolute',
|
3847
3938
|
'pathlib.Path.as_uri': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.as_uri',
|
3848
3939
|
'pathlib.Path.chmod': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.chmod',
|
3940
|
+
'pathlib.Path.copy': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.copy',
|
3941
|
+
'pathlib.Path.copy_into': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.copy_into',
|
3849
3942
|
'pathlib.Path.cwd': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.cwd',
|
3850
3943
|
'pathlib.Path.exists': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.exists',
|
3851
3944
|
'pathlib.Path.expanduser': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.expanduser',
|
@@ -3867,6 +3960,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3867
3960
|
'pathlib.Path.lchmod': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.lchmod',
|
3868
3961
|
'pathlib.Path.lstat': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.lstat',
|
3869
3962
|
'pathlib.Path.mkdir': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.mkdir',
|
3963
|
+
'pathlib.Path.move': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.move',
|
3964
|
+
'pathlib.Path.move_into': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.move_into',
|
3870
3965
|
'pathlib.Path.open': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.open',
|
3871
3966
|
'pathlib.Path.owner': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.owner',
|
3872
3967
|
'pathlib.Path.read_bytes': 'https://docs.python.org/3/library/pathlib.html#pathlib.Path.read_bytes',
|
@@ -3901,22 +3996,32 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3901
3996
|
'pathlib.PurePath.with_suffix': 'https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.with_suffix',
|
3902
3997
|
'pathlib.PurePosixPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.PurePosixPath',
|
3903
3998
|
'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'
|
3999
|
+
'pathlib.WindowsPath': 'https://docs.python.org/3/library/pathlib.html#pathlib.WindowsPath',
|
4000
|
+
'pathlib.types': 'https://docs.python.org/3/library/pathlib.html#module-pathlib.types'},
|
4001
|
+
'pathlib.types': { 'pathlib.types.PathInfo': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo',
|
4002
|
+
'pathlib.types.PathInfo.exists': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.exists',
|
4003
|
+
'pathlib.types.PathInfo.is_dir': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_dir',
|
4004
|
+
'pathlib.types.PathInfo.is_file': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_file',
|
4005
|
+
'pathlib.types.PathInfo.is_symlink': 'https://docs.python.org/3/library/pathlib.html#pathlib.types.PathInfo.is_symlink'},
|
3905
4006
|
'pdb': { 'pdb.Pdb': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb',
|
3906
4007
|
'pdb.Pdb.run': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.run',
|
3907
4008
|
'pdb.Pdb.runcall': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.runcall',
|
3908
4009
|
'pdb.Pdb.runeval': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.runeval',
|
3909
4010
|
'pdb.Pdb.set_trace': 'https://docs.python.org/3/library/pdb.html#pdb.Pdb.set_trace',
|
4011
|
+
'pdb.get_default_backend': 'https://docs.python.org/3/library/pdb.html#pdb.get_default_backend',
|
3910
4012
|
'pdb.pm': 'https://docs.python.org/3/library/pdb.html#pdb.pm',
|
3911
4013
|
'pdb.post_mortem': 'https://docs.python.org/3/library/pdb.html#pdb.post_mortem',
|
3912
4014
|
'pdb.run': 'https://docs.python.org/3/library/pdb.html#pdb.run',
|
3913
4015
|
'pdb.runcall': 'https://docs.python.org/3/library/pdb.html#pdb.runcall',
|
3914
4016
|
'pdb.runeval': 'https://docs.python.org/3/library/pdb.html#pdb.runeval',
|
3915
|
-
'pdb.
|
4017
|
+
'pdb.set_default_backend': 'https://docs.python.org/3/library/pdb.html#pdb.set_default_backend',
|
4018
|
+
'pdb.set_trace': 'https://docs.python.org/3/library/pdb.html#pdb.set_trace',
|
4019
|
+
'pdb.set_trace_async': 'https://docs.python.org/3/library/pdb.html#pdb.set_trace_async'},
|
3916
4020
|
'pickle': { 'pickle.PickleBuffer': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer',
|
3917
4021
|
'pickle.PickleBuffer.raw': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer.raw',
|
3918
4022
|
'pickle.PickleBuffer.release': 'https://docs.python.org/3/library/pickle.html#pickle.PickleBuffer.release',
|
3919
4023
|
'pickle.Pickler': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler',
|
4024
|
+
'pickle.Pickler.clear_memo': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.clear_memo',
|
3920
4025
|
'pickle.Pickler.dump': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.dump',
|
3921
4026
|
'pickle.Pickler.persistent_id': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.persistent_id',
|
3922
4027
|
'pickle.Pickler.reducer_override': 'https://docs.python.org/3/library/pickle.html#pickle.Pickler.reducer_override',
|
@@ -3933,10 +4038,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3933
4038
|
'pickletools.optimize': 'https://docs.python.org/3/library/pickletools.html#pickletools.optimize'},
|
3934
4039
|
'pkgutil': { 'pkgutil.ModuleInfo': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.ModuleInfo',
|
3935
4040
|
'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
4041
|
'pkgutil.get_data': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.get_data',
|
3938
4042
|
'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
4043
|
'pkgutil.iter_importers': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_importers',
|
3941
4044
|
'pkgutil.iter_modules': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_modules',
|
3942
4045
|
'pkgutil.resolve_name': 'https://docs.python.org/3/library/pkgutil.html#pkgutil.resolve_name',
|
@@ -3944,6 +4047,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
3944
4047
|
'platform': { 'platform.android_ver': 'https://docs.python.org/3/library/platform.html#platform.android_ver',
|
3945
4048
|
'platform.architecture': 'https://docs.python.org/3/library/platform.html#platform.architecture',
|
3946
4049
|
'platform.freedesktop_os_release': 'https://docs.python.org/3/library/platform.html#platform.freedesktop_os_release',
|
4050
|
+
'platform.invalidate_caches': 'https://docs.python.org/3/library/platform.html#platform.invalidate_caches',
|
3947
4051
|
'platform.ios_ver': 'https://docs.python.org/3/library/platform.html#platform.ios_ver',
|
3948
4052
|
'platform.java_ver': 'https://docs.python.org/3/library/platform.html#platform.java_ver',
|
3949
4053
|
'platform.libc_ver': 'https://docs.python.org/3/library/platform.html#platform.libc_ver',
|
@@ -4577,7 +4681,13 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4577
4681
|
'string.Template.is_valid': 'https://docs.python.org/3/library/string.html#string.Template.is_valid',
|
4578
4682
|
'string.Template.safe_substitute': 'https://docs.python.org/3/library/string.html#string.Template.safe_substitute',
|
4579
4683
|
'string.Template.substitute': 'https://docs.python.org/3/library/string.html#string.Template.substitute',
|
4580
|
-
'string.capwords': 'https://docs.python.org/3/library/string.html#string.capwords'
|
4684
|
+
'string.capwords': 'https://docs.python.org/3/library/string.html#string.capwords',
|
4685
|
+
'string.templatelib': 'https://docs.python.org/3/library/string.templatelib.html#module-string.templatelib'},
|
4686
|
+
'string.templatelib': { 'string.templatelib.Interpolation': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Interpolation',
|
4687
|
+
'string.templatelib.Interpolation.__new__': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Interpolation.__new__',
|
4688
|
+
'string.templatelib.Template': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Template',
|
4689
|
+
'string.templatelib.Template.__new__': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.Template.__new__',
|
4690
|
+
'string.templatelib.convert': 'https://docs.python.org/3/library/string.templatelib.html#string.templatelib.convert'},
|
4581
4691
|
'stringprep': { 'stringprep.in_table_a1': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_a1',
|
4582
4692
|
'stringprep.in_table_b1': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_b1',
|
4583
4693
|
'stringprep.in_table_c11': 'https://docs.python.org/3/library/stringprep.html#stringprep.in_table_c11',
|
@@ -4639,8 +4749,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4639
4749
|
'symtable.Symbol.get_namespaces': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.get_namespaces',
|
4640
4750
|
'symtable.Symbol.is_annotated': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_annotated',
|
4641
4751
|
'symtable.Symbol.is_assigned': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_assigned',
|
4752
|
+
'symtable.Symbol.is_comp_cell': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_comp_cell',
|
4753
|
+
'symtable.Symbol.is_comp_iter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_comp_iter',
|
4642
4754
|
'symtable.Symbol.is_declared_global': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_declared_global',
|
4643
4755
|
'symtable.Symbol.is_free': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_free',
|
4756
|
+
'symtable.Symbol.is_free_class': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_free_class',
|
4644
4757
|
'symtable.Symbol.is_global': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_global',
|
4645
4758
|
'symtable.Symbol.is_imported': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_imported',
|
4646
4759
|
'symtable.Symbol.is_local': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_local',
|
@@ -4648,6 +4761,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4648
4761
|
'symtable.Symbol.is_nonlocal': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_nonlocal',
|
4649
4762
|
'symtable.Symbol.is_parameter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_parameter',
|
4650
4763
|
'symtable.Symbol.is_referenced': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_referenced',
|
4764
|
+
'symtable.Symbol.is_type_parameter': 'https://docs.python.org/3/library/symtable.html#symtable.Symbol.is_type_parameter',
|
4651
4765
|
'symtable.SymbolTable': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable',
|
4652
4766
|
'symtable.SymbolTable.get_children': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable.get_children',
|
4653
4767
|
'symtable.SymbolTable.get_id': 'https://docs.python.org/3/library/symtable.html#symtable.SymbolTable.get_id',
|
@@ -4671,6 +4785,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4671
4785
|
'sys._getframe': 'https://docs.python.org/3/library/sys.html#sys._getframe',
|
4672
4786
|
'sys._getframemodulename': 'https://docs.python.org/3/library/sys.html#sys._getframemodulename',
|
4673
4787
|
'sys._is_gil_enabled': 'https://docs.python.org/3/library/sys.html#sys._is_gil_enabled',
|
4788
|
+
'sys._is_immortal': 'https://docs.python.org/3/library/sys.html#sys._is_immortal',
|
4674
4789
|
'sys._is_interned': 'https://docs.python.org/3/library/sys.html#sys._is_interned',
|
4675
4790
|
'sys.activate_stack_trampoline': 'https://docs.python.org/3/library/sys.html#sys.activate_stack_trampoline',
|
4676
4791
|
'sys.addaudithook': 'https://docs.python.org/3/library/sys.html#sys.addaudithook',
|
@@ -4705,6 +4820,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4705
4820
|
'sys.is_finalizing': 'https://docs.python.org/3/library/sys.html#sys.is_finalizing',
|
4706
4821
|
'sys.is_stack_trampoline_active': 'https://docs.python.org/3/library/sys.html#sys.is_stack_trampoline_active',
|
4707
4822
|
'sys.monitoring': 'https://docs.python.org/3/library/sys.monitoring.html#module-sys.monitoring',
|
4823
|
+
'sys.remote_exec': 'https://docs.python.org/3/library/sys.html#sys.remote_exec',
|
4708
4824
|
'sys.set_asyncgen_hooks': 'https://docs.python.org/3/library/sys.html#sys.set_asyncgen_hooks',
|
4709
4825
|
'sys.set_coroutine_origin_tracking_depth': 'https://docs.python.org/3/library/sys.html#sys.set_coroutine_origin_tracking_depth',
|
4710
4826
|
'sys.set_int_max_str_digits': 'https://docs.python.org/3/library/sys.html#sys.set_int_max_str_digits',
|
@@ -4714,7 +4830,11 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4714
4830
|
'sys.setswitchinterval': 'https://docs.python.org/3/library/sys.html#sys.setswitchinterval',
|
4715
4831
|
'sys.settrace': 'https://docs.python.org/3/library/sys.html#sys.settrace',
|
4716
4832
|
'sys.unraisablehook': 'https://docs.python.org/3/library/sys.html#sys.unraisablehook'},
|
4717
|
-
'sys.
|
4833
|
+
'sys._jit': { 'sys._jit.is_active': 'https://docs.python.org/3/library/sys.html#sys._jit.is_active',
|
4834
|
+
'sys._jit.is_available': 'https://docs.python.org/3/library/sys.html#sys._jit.is_available',
|
4835
|
+
'sys._jit.is_enabled': 'https://docs.python.org/3/library/sys.html#sys._jit.is_enabled'},
|
4836
|
+
'sys.monitoring': { 'sys.monitoring.clear_tool_id': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.clear_tool_id',
|
4837
|
+
'sys.monitoring.free_tool_id': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.free_tool_id',
|
4718
4838
|
'sys.monitoring.get_events': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_events',
|
4719
4839
|
'sys.monitoring.get_local_events': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_local_events',
|
4720
4840
|
'sys.monitoring.get_tool': 'https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_tool',
|
@@ -4839,6 +4959,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4839
4959
|
'test.support.impl_detail': 'https://docs.python.org/3/library/test.html#test.support.impl_detail',
|
4840
4960
|
'test.support.import_helper': 'https://docs.python.org/3/library/test.html#module-test.support.import_helper',
|
4841
4961
|
'test.support.is_resource_enabled': 'https://docs.python.org/3/library/test.html#test.support.is_resource_enabled',
|
4962
|
+
'test.support.linked_to_musl': 'https://docs.python.org/3/library/test.html#test.support.linked_to_musl',
|
4842
4963
|
'test.support.load_package_tests': 'https://docs.python.org/3/library/test.html#test.support.load_package_tests',
|
4843
4964
|
'test.support.missing_compiler_executable': 'https://docs.python.org/3/library/test.html#test.support.missing_compiler_executable',
|
4844
4965
|
'test.support.no_tracing': 'https://docs.python.org/3/library/test.html#test.support.no_tracing',
|
@@ -4877,6 +4998,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4877
4998
|
'test.support.swap_attr': 'https://docs.python.org/3/library/test.html#test.support.swap_attr',
|
4878
4999
|
'test.support.swap_item': 'https://docs.python.org/3/library/test.html#test.support.swap_item',
|
4879
5000
|
'test.support.system_must_validate_cert': 'https://docs.python.org/3/library/test.html#test.support.system_must_validate_cert',
|
5001
|
+
'test.support.thread_unsafe': 'https://docs.python.org/3/library/test.html#test.support.thread_unsafe',
|
4880
5002
|
'test.support.threading_helper': 'https://docs.python.org/3/library/test.html#module-test.support.threading_helper',
|
4881
5003
|
'test.support.wait_process': 'https://docs.python.org/3/library/test.html#test.support.wait_process',
|
4882
5004
|
'test.support.warnings_helper': 'https://docs.python.org/3/library/test.html#module-test.support.warnings_helper',
|
@@ -4931,6 +5053,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4931
5053
|
'test.support.threading_helper': { 'test.support.threading_helper.catch_threading_exception': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.catch_threading_exception',
|
4932
5054
|
'test.support.threading_helper.join_thread': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.join_thread',
|
4933
5055
|
'test.support.threading_helper.reap_threads': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.reap_threads',
|
5056
|
+
'test.support.threading_helper.run_concurrently': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.run_concurrently',
|
4934
5057
|
'test.support.threading_helper.start_threads': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.start_threads',
|
4935
5058
|
'test.support.threading_helper.threading_cleanup': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.threading_cleanup',
|
4936
5059
|
'test.support.threading_helper.threading_setup': 'https://docs.python.org/3/library/test.html#test.support.threading_helper.threading_setup',
|
@@ -4955,6 +5078,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4955
5078
|
'threading.BoundedSemaphore': 'https://docs.python.org/3/library/threading.html#threading.BoundedSemaphore',
|
4956
5079
|
'threading.Condition': 'https://docs.python.org/3/library/threading.html#threading.Condition',
|
4957
5080
|
'threading.Condition.acquire': 'https://docs.python.org/3/library/threading.html#threading.Condition.acquire',
|
5081
|
+
'threading.Condition.locked': 'https://docs.python.org/3/library/threading.html#threading.Condition.locked',
|
4958
5082
|
'threading.Condition.notify': 'https://docs.python.org/3/library/threading.html#threading.Condition.notify',
|
4959
5083
|
'threading.Condition.notify_all': 'https://docs.python.org/3/library/threading.html#threading.Condition.notify_all',
|
4960
5084
|
'threading.Condition.release': 'https://docs.python.org/3/library/threading.html#threading.Condition.release',
|
@@ -4971,6 +5095,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
4971
5095
|
'threading.Lock.release': 'https://docs.python.org/3/library/threading.html#threading.Lock.release',
|
4972
5096
|
'threading.RLock': 'https://docs.python.org/3/library/threading.html#threading.RLock',
|
4973
5097
|
'threading.RLock.acquire': 'https://docs.python.org/3/library/threading.html#threading.RLock.acquire',
|
5098
|
+
'threading.RLock.locked': 'https://docs.python.org/3/library/threading.html#threading.RLock.locked',
|
4974
5099
|
'threading.RLock.release': 'https://docs.python.org/3/library/threading.html#threading.RLock.release',
|
4975
5100
|
'threading.Semaphore': 'https://docs.python.org/3/library/threading.html#threading.Semaphore',
|
4976
5101
|
'threading.Semaphore.acquire': 'https://docs.python.org/3/library/threading.html#threading.Semaphore.acquire',
|
@@ -5295,6 +5420,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5295
5420
|
'turtle.end_poly': 'https://docs.python.org/3/library/turtle.html#turtle.end_poly',
|
5296
5421
|
'turtle.exitonclick': 'https://docs.python.org/3/library/turtle.html#turtle.exitonclick',
|
5297
5422
|
'turtle.fd': 'https://docs.python.org/3/library/turtle.html#turtle.fd',
|
5423
|
+
'turtle.fill': 'https://docs.python.org/3/library/turtle.html#turtle.fill',
|
5298
5424
|
'turtle.fillcolor': 'https://docs.python.org/3/library/turtle.html#turtle.fillcolor',
|
5299
5425
|
'turtle.filling': 'https://docs.python.org/3/library/turtle.html#turtle.filling',
|
5300
5426
|
'turtle.forward': 'https://docs.python.org/3/library/turtle.html#turtle.forward',
|
@@ -5317,6 +5443,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5317
5443
|
'turtle.lt': 'https://docs.python.org/3/library/turtle.html#turtle.lt',
|
5318
5444
|
'turtle.mainloop': 'https://docs.python.org/3/library/turtle.html#turtle.mainloop',
|
5319
5445
|
'turtle.mode': 'https://docs.python.org/3/library/turtle.html#turtle.mode',
|
5446
|
+
'turtle.no_animation': 'https://docs.python.org/3/library/turtle.html#turtle.no_animation',
|
5320
5447
|
'turtle.numinput': 'https://docs.python.org/3/library/turtle.html#turtle.numinput',
|
5321
5448
|
'turtle.onclick': 'https://docs.python.org/3/library/turtle.html#turtle.onclick',
|
5322
5449
|
'turtle.ondrag': 'https://docs.python.org/3/library/turtle.html#turtle.ondrag',
|
@@ -5332,6 +5459,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5332
5459
|
'turtle.pendown': 'https://docs.python.org/3/library/turtle.html#turtle.pendown',
|
5333
5460
|
'turtle.pensize': 'https://docs.python.org/3/library/turtle.html#turtle.pensize',
|
5334
5461
|
'turtle.penup': 'https://docs.python.org/3/library/turtle.html#turtle.penup',
|
5462
|
+
'turtle.poly': 'https://docs.python.org/3/library/turtle.html#turtle.poly',
|
5335
5463
|
'turtle.pos': 'https://docs.python.org/3/library/turtle.html#turtle.pos',
|
5336
5464
|
'turtle.position': 'https://docs.python.org/3/library/turtle.html#turtle.position',
|
5337
5465
|
'turtle.pu': 'https://docs.python.org/3/library/turtle.html#turtle.pu',
|
@@ -5342,6 +5470,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5342
5470
|
'turtle.resizemode': 'https://docs.python.org/3/library/turtle.html#turtle.resizemode',
|
5343
5471
|
'turtle.right': 'https://docs.python.org/3/library/turtle.html#turtle.right',
|
5344
5472
|
'turtle.rt': 'https://docs.python.org/3/library/turtle.html#turtle.rt',
|
5473
|
+
'turtle.save': 'https://docs.python.org/3/library/turtle.html#turtle.save',
|
5345
5474
|
'turtle.screensize': 'https://docs.python.org/3/library/turtle.html#turtle.screensize',
|
5346
5475
|
'turtle.seth': 'https://docs.python.org/3/library/turtle.html#turtle.seth',
|
5347
5476
|
'turtle.setheading': 'https://docs.python.org/3/library/turtle.html#turtle.setheading',
|
@@ -5437,6 +5566,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5437
5566
|
'typing.NewType': 'https://docs.python.org/3/library/typing.html#typing.NewType',
|
5438
5567
|
'typing.OrderedDict': 'https://docs.python.org/3/library/typing.html#typing.OrderedDict',
|
5439
5568
|
'typing.ParamSpec': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec',
|
5569
|
+
'typing.ParamSpec.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec.evaluate_default',
|
5440
5570
|
'typing.ParamSpec.has_default': 'https://docs.python.org/3/library/typing.html#typing.ParamSpec.has_default',
|
5441
5571
|
'typing.Pattern': 'https://docs.python.org/3/library/typing.html#typing.Pattern',
|
5442
5572
|
'typing.Protocol': 'https://docs.python.org/3/library/typing.html#typing.Protocol',
|
@@ -5455,17 +5585,24 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5455
5585
|
'typing.TextIO': 'https://docs.python.org/3/library/typing.html#typing.TextIO',
|
5456
5586
|
'typing.Type': 'https://docs.python.org/3/library/typing.html#typing.Type',
|
5457
5587
|
'typing.TypeAliasType': 'https://docs.python.org/3/library/typing.html#typing.TypeAliasType',
|
5588
|
+
'typing.TypeAliasType.evaluate_value': 'https://docs.python.org/3/library/typing.html#typing.TypeAliasType.evaluate_value',
|
5458
5589
|
'typing.TypeVar': 'https://docs.python.org/3/library/typing.html#typing.TypeVar',
|
5590
|
+
'typing.TypeVar.evaluate_bound': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_bound',
|
5591
|
+
'typing.TypeVar.evaluate_constraints': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_constraints',
|
5592
|
+
'typing.TypeVar.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.evaluate_default',
|
5459
5593
|
'typing.TypeVar.has_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVar.has_default',
|
5460
5594
|
'typing.TypeVarTuple': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple',
|
5595
|
+
'typing.TypeVarTuple.evaluate_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple.evaluate_default',
|
5461
5596
|
'typing.TypeVarTuple.has_default': 'https://docs.python.org/3/library/typing.html#typing.TypeVarTuple.has_default',
|
5462
5597
|
'typing.TypedDict': 'https://docs.python.org/3/library/typing.html#typing.TypedDict',
|
5598
|
+
'typing.Union': 'https://docs.python.org/3/library/typing.html#typing.Union',
|
5463
5599
|
'typing.ValuesView': 'https://docs.python.org/3/library/typing.html#typing.ValuesView',
|
5464
5600
|
'typing.assert_never': 'https://docs.python.org/3/library/typing.html#typing.assert_never',
|
5465
5601
|
'typing.assert_type': 'https://docs.python.org/3/library/typing.html#typing.assert_type',
|
5466
5602
|
'typing.cast': 'https://docs.python.org/3/library/typing.html#typing.cast',
|
5467
5603
|
'typing.clear_overloads': 'https://docs.python.org/3/library/typing.html#typing.clear_overloads',
|
5468
5604
|
'typing.dataclass_transform': 'https://docs.python.org/3/library/typing.html#typing.dataclass_transform',
|
5605
|
+
'typing.evaluate_forward_ref': 'https://docs.python.org/3/library/typing.html#typing.evaluate_forward_ref',
|
5469
5606
|
'typing.final': 'https://docs.python.org/3/library/typing.html#typing.final',
|
5470
5607
|
'typing.get_args': 'https://docs.python.org/3/library/typing.html#typing.get_args',
|
5471
5608
|
'typing.get_origin': 'https://docs.python.org/3/library/typing.html#typing.get_origin',
|
@@ -5508,16 +5645,19 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5508
5645
|
'unittest.TestCase.assertAlmostEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertAlmostEqual',
|
5509
5646
|
'unittest.TestCase.assertCountEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertCountEqual',
|
5510
5647
|
'unittest.TestCase.assertDictEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertDictEqual',
|
5648
|
+
'unittest.TestCase.assertEndsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertEndsWith',
|
5511
5649
|
'unittest.TestCase.assertEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertEqual',
|
5512
5650
|
'unittest.TestCase.assertFalse': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertFalse',
|
5513
5651
|
'unittest.TestCase.assertGreater': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreater',
|
5514
5652
|
'unittest.TestCase.assertGreaterEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreaterEqual',
|
5653
|
+
'unittest.TestCase.assertHasAttr': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertHasAttr',
|
5515
5654
|
'unittest.TestCase.assertIn': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIn',
|
5516
5655
|
'unittest.TestCase.assertIs': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIs',
|
5517
5656
|
'unittest.TestCase.assertIsInstance': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsInstance',
|
5518
5657
|
'unittest.TestCase.assertIsNone': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNone',
|
5519
5658
|
'unittest.TestCase.assertIsNot': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNot',
|
5520
5659
|
'unittest.TestCase.assertIsNotNone': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsNotNone',
|
5660
|
+
'unittest.TestCase.assertIsSubclass': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsSubclass',
|
5521
5661
|
'unittest.TestCase.assertLess': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertLess',
|
5522
5662
|
'unittest.TestCase.assertLessEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertLessEqual',
|
5523
5663
|
'unittest.TestCase.assertListEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertListEqual',
|
@@ -5525,15 +5665,20 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5525
5665
|
'unittest.TestCase.assertMultiLineEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertMultiLineEqual',
|
5526
5666
|
'unittest.TestCase.assertNoLogs': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNoLogs',
|
5527
5667
|
'unittest.TestCase.assertNotAlmostEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotAlmostEqual',
|
5668
|
+
'unittest.TestCase.assertNotEndsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotEndsWith',
|
5528
5669
|
'unittest.TestCase.assertNotEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotEqual',
|
5670
|
+
'unittest.TestCase.assertNotHasAttr': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotHasAttr',
|
5529
5671
|
'unittest.TestCase.assertNotIn': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIn',
|
5530
5672
|
'unittest.TestCase.assertNotIsInstance': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIsInstance',
|
5673
|
+
'unittest.TestCase.assertNotIsSubclass': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotIsSubclass',
|
5531
5674
|
'unittest.TestCase.assertNotRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotRegex',
|
5675
|
+
'unittest.TestCase.assertNotStartsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotStartsWith',
|
5532
5676
|
'unittest.TestCase.assertRaises': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaises',
|
5533
5677
|
'unittest.TestCase.assertRaisesRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaisesRegex',
|
5534
5678
|
'unittest.TestCase.assertRegex': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRegex',
|
5535
5679
|
'unittest.TestCase.assertSequenceEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertSequenceEqual',
|
5536
5680
|
'unittest.TestCase.assertSetEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertSetEqual',
|
5681
|
+
'unittest.TestCase.assertStartsWith': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertStartsWith',
|
5537
5682
|
'unittest.TestCase.assertTrue': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertTrue',
|
5538
5683
|
'unittest.TestCase.assertTupleEqual': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertTupleEqual',
|
5539
5684
|
'unittest.TestCase.assertWarns': 'https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertWarns',
|
@@ -5688,8 +5833,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5688
5833
|
'urllib.request.DataHandler.data_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.DataHandler.data_open',
|
5689
5834
|
'urllib.request.FTPHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FTPHandler',
|
5690
5835
|
'urllib.request.FTPHandler.ftp_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FTPHandler.ftp_open',
|
5691
|
-
'urllib.request.FancyURLopener': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FancyURLopener',
|
5692
|
-
'urllib.request.FancyURLopener.prompt_user_passwd': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FancyURLopener.prompt_user_passwd',
|
5693
5836
|
'urllib.request.FileHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FileHandler',
|
5694
5837
|
'urllib.request.FileHandler.file_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.FileHandler.file_open',
|
5695
5838
|
'urllib.request.HTTPBasicAuthHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.HTTPBasicAuthHandler',
|
@@ -5740,10 +5883,6 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5740
5883
|
'urllib.request.Request.header_items': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.header_items',
|
5741
5884
|
'urllib.request.Request.remove_header': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.remove_header',
|
5742
5885
|
'urllib.request.Request.set_proxy': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.Request.set_proxy',
|
5743
|
-
'urllib.request.URLopener': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener',
|
5744
|
-
'urllib.request.URLopener.open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener.open',
|
5745
|
-
'urllib.request.URLopener.open_unknown': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener.open_unknown',
|
5746
|
-
'urllib.request.URLopener.retrieve': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener.retrieve',
|
5747
5886
|
'urllib.request.UnknownHandler': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.UnknownHandler',
|
5748
5887
|
'urllib.request.UnknownHandler.unknown_open': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.UnknownHandler.unknown_open',
|
5749
5888
|
'urllib.request.build_opener': 'https://docs.python.org/3/library/urllib.request.html#urllib.request.build_opener',
|
@@ -5774,7 +5913,10 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
5774
5913
|
'uuid.uuid1': 'https://docs.python.org/3/library/uuid.html#uuid.uuid1',
|
5775
5914
|
'uuid.uuid3': 'https://docs.python.org/3/library/uuid.html#uuid.uuid3',
|
5776
5915
|
'uuid.uuid4': 'https://docs.python.org/3/library/uuid.html#uuid.uuid4',
|
5777
|
-
'uuid.uuid5': 'https://docs.python.org/3/library/uuid.html#uuid.uuid5'
|
5916
|
+
'uuid.uuid5': 'https://docs.python.org/3/library/uuid.html#uuid.uuid5',
|
5917
|
+
'uuid.uuid6': 'https://docs.python.org/3/library/uuid.html#uuid.uuid6',
|
5918
|
+
'uuid.uuid7': 'https://docs.python.org/3/library/uuid.html#uuid.uuid7',
|
5919
|
+
'uuid.uuid8': 'https://docs.python.org/3/library/uuid.html#uuid.uuid8'},
|
5778
5920
|
'venv': { 'venv.EnvBuilder': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder',
|
5779
5921
|
'venv.EnvBuilder.create': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder.create',
|
5780
5922
|
'venv.EnvBuilder.create_configuration': 'https://docs.python.org/3/library/venv.html#venv.EnvBuilder.create_configuration',
|
@@ -6240,6 +6382,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
6240
6382
|
'zipfile.ZipFile.write': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.write',
|
6241
6383
|
'zipfile.ZipFile.writestr': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.writestr',
|
6242
6384
|
'zipfile.ZipInfo': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo',
|
6385
|
+
'zipfile.ZipInfo._for_archive': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo._for_archive',
|
6243
6386
|
'zipfile.ZipInfo.from_file': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo.from_file',
|
6244
6387
|
'zipfile.ZipInfo.is_dir': 'https://docs.python.org/3/library/zipfile.html#zipfile.ZipInfo.is_dir',
|
6245
6388
|
'zipfile.is_zipfile': 'https://docs.python.org/3/library/zipfile.html#zipfile.is_zipfile'},
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|