nbdev-stdlib 0.0.2261__tar.gz → 0.0.2360__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.
- {nbdev_stdlib-0.0.2261/nbdev_stdlib.egg-info → nbdev_stdlib-0.0.2360}/PKG-INFO +1 -1
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib/_modidx.py +23 -10
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360/nbdev_stdlib.egg-info}/PKG-INFO +1 -1
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/settings.ini +1 -1
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/LICENSE +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/MANIFEST.in +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/README.md +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib/__init__.py +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib/_nbdev.py +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib.egg-info/SOURCES.txt +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib.egg-info/dependency_links.txt +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib.egg-info/entry_points.txt +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib.egg-info/not-zip-safe +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib.egg-info/requires.txt +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/nbdev_stdlib.egg-info/top_level.txt +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/setup.cfg +0 -0
- {nbdev_stdlib-0.0.2261 → nbdev_stdlib-0.0.2360}/setup.py +0 -0
|
@@ -519,7 +519,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
519
519
|
'bdb.Bdb.get_breaks': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.get_breaks',
|
|
520
520
|
'bdb.Bdb.get_file_breaks': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.get_file_breaks',
|
|
521
521
|
'bdb.Bdb.get_stack': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.get_stack',
|
|
522
|
-
'bdb.Bdb.
|
|
522
|
+
'bdb.Bdb.is_skipped_module': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.is_skipped_module',
|
|
523
523
|
'bdb.Bdb.reset': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.reset',
|
|
524
524
|
'bdb.Bdb.restart_events': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.restart_events',
|
|
525
525
|
'bdb.Bdb.run': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.run',
|
|
@@ -708,23 +708,14 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
708
708
|
'builtins.float.is_integer': 'https://docs.python.org/3/library/stdtypes.html#float.is_integer',
|
|
709
709
|
'builtins.format': 'https://docs.python.org/3/library/functions.html#format',
|
|
710
710
|
'builtins.frozenset': 'https://docs.python.org/3/library/stdtypes.html#frozenset',
|
|
711
|
-
'builtins.frozenset.add': 'https://docs.python.org/3/library/stdtypes.html#frozenset.add',
|
|
712
|
-
'builtins.frozenset.clear': 'https://docs.python.org/3/library/stdtypes.html#frozenset.clear',
|
|
713
711
|
'builtins.frozenset.copy': 'https://docs.python.org/3/library/stdtypes.html#frozenset.copy',
|
|
714
712
|
'builtins.frozenset.difference': 'https://docs.python.org/3/library/stdtypes.html#frozenset.difference',
|
|
715
|
-
'builtins.frozenset.difference_update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.difference_update',
|
|
716
|
-
'builtins.frozenset.discard': 'https://docs.python.org/3/library/stdtypes.html#frozenset.discard',
|
|
717
713
|
'builtins.frozenset.intersection': 'https://docs.python.org/3/library/stdtypes.html#frozenset.intersection',
|
|
718
|
-
'builtins.frozenset.intersection_update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.intersection_update',
|
|
719
714
|
'builtins.frozenset.isdisjoint': 'https://docs.python.org/3/library/stdtypes.html#frozenset.isdisjoint',
|
|
720
715
|
'builtins.frozenset.issubset': 'https://docs.python.org/3/library/stdtypes.html#frozenset.issubset',
|
|
721
716
|
'builtins.frozenset.issuperset': 'https://docs.python.org/3/library/stdtypes.html#frozenset.issuperset',
|
|
722
|
-
'builtins.frozenset.pop': 'https://docs.python.org/3/library/stdtypes.html#frozenset.pop',
|
|
723
|
-
'builtins.frozenset.remove': 'https://docs.python.org/3/library/stdtypes.html#frozenset.remove',
|
|
724
717
|
'builtins.frozenset.symmetric_difference': 'https://docs.python.org/3/library/stdtypes.html#frozenset.symmetric_difference',
|
|
725
|
-
'builtins.frozenset.symmetric_difference_update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.symmetric_difference_update',
|
|
726
718
|
'builtins.frozenset.union': 'https://docs.python.org/3/library/stdtypes.html#frozenset.union',
|
|
727
|
-
'builtins.frozenset.update': 'https://docs.python.org/3/library/stdtypes.html#frozenset.update',
|
|
728
719
|
'builtins.getattr': 'https://docs.python.org/3/library/functions.html#getattr',
|
|
729
720
|
'builtins.globals': 'https://docs.python.org/3/library/functions.html#globals',
|
|
730
721
|
'builtins.hasattr': 'https://docs.python.org/3/library/functions.html#hasattr',
|
|
@@ -894,6 +885,23 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
894
885
|
'builtins.reversed': 'https://docs.python.org/3/library/functions.html#reversed',
|
|
895
886
|
'builtins.round': 'https://docs.python.org/3/library/functions.html#round',
|
|
896
887
|
'builtins.set': 'https://docs.python.org/3/library/stdtypes.html#set',
|
|
888
|
+
'builtins.set.add': 'https://docs.python.org/3/library/stdtypes.html#set.add',
|
|
889
|
+
'builtins.set.clear': 'https://docs.python.org/3/library/stdtypes.html#set.clear',
|
|
890
|
+
'builtins.set.copy': 'https://docs.python.org/3/library/stdtypes.html#set.copy',
|
|
891
|
+
'builtins.set.difference': 'https://docs.python.org/3/library/stdtypes.html#set.difference',
|
|
892
|
+
'builtins.set.difference_update': 'https://docs.python.org/3/library/stdtypes.html#set.difference_update',
|
|
893
|
+
'builtins.set.discard': 'https://docs.python.org/3/library/stdtypes.html#set.discard',
|
|
894
|
+
'builtins.set.intersection': 'https://docs.python.org/3/library/stdtypes.html#set.intersection',
|
|
895
|
+
'builtins.set.intersection_update': 'https://docs.python.org/3/library/stdtypes.html#set.intersection_update',
|
|
896
|
+
'builtins.set.isdisjoint': 'https://docs.python.org/3/library/stdtypes.html#set.isdisjoint',
|
|
897
|
+
'builtins.set.issubset': 'https://docs.python.org/3/library/stdtypes.html#set.issubset',
|
|
898
|
+
'builtins.set.issuperset': 'https://docs.python.org/3/library/stdtypes.html#set.issuperset',
|
|
899
|
+
'builtins.set.pop': 'https://docs.python.org/3/library/stdtypes.html#set.pop',
|
|
900
|
+
'builtins.set.remove': 'https://docs.python.org/3/library/stdtypes.html#set.remove',
|
|
901
|
+
'builtins.set.symmetric_difference': 'https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference',
|
|
902
|
+
'builtins.set.symmetric_difference_update': 'https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference_update',
|
|
903
|
+
'builtins.set.union': 'https://docs.python.org/3/library/stdtypes.html#set.union',
|
|
904
|
+
'builtins.set.update': 'https://docs.python.org/3/library/stdtypes.html#set.update',
|
|
897
905
|
'builtins.setattr': 'https://docs.python.org/3/library/functions.html#setattr',
|
|
898
906
|
'builtins.slice': 'https://docs.python.org/3/library/functions.html#slice',
|
|
899
907
|
'builtins.slice.indices': 'https://docs.python.org/3/reference/datamodel.html#slice.indices',
|
|
@@ -2230,6 +2238,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2230
2238
|
'enum.ReprEnum': 'https://docs.python.org/3/library/enum.html#enum.ReprEnum',
|
|
2231
2239
|
'enum.StrEnum': 'https://docs.python.org/3/library/enum.html#enum.StrEnum',
|
|
2232
2240
|
'enum.auto': 'https://docs.python.org/3/library/enum.html#enum.auto',
|
|
2241
|
+
'enum.bin': 'https://docs.python.org/3/library/enum.html#enum.bin',
|
|
2233
2242
|
'enum.global_enum': 'https://docs.python.org/3/library/enum.html#enum.global_enum',
|
|
2234
2243
|
'enum.member': 'https://docs.python.org/3/library/enum.html#enum.member',
|
|
2235
2244
|
'enum.nonmember': 'https://docs.python.org/3/library/enum.html#enum.nonmember',
|
|
@@ -3405,6 +3414,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3405
3414
|
'multiprocessing': { 'multiprocessing.Array': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Array',
|
|
3406
3415
|
'multiprocessing.Barrier': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Barrier',
|
|
3407
3416
|
'multiprocessing.BoundedSemaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore',
|
|
3417
|
+
'multiprocessing.BoundedSemaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore.locked',
|
|
3408
3418
|
'multiprocessing.Condition': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Condition',
|
|
3409
3419
|
'multiprocessing.Event': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Event',
|
|
3410
3420
|
'multiprocessing.JoinableQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue',
|
|
@@ -3441,6 +3451,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3441
3451
|
'multiprocessing.RLock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.locked',
|
|
3442
3452
|
'multiprocessing.RLock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.release',
|
|
3443
3453
|
'multiprocessing.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore',
|
|
3454
|
+
'multiprocessing.Semaphore.get_value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.get_value',
|
|
3455
|
+
'multiprocessing.Semaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.locked',
|
|
3444
3456
|
'multiprocessing.SimpleQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue',
|
|
3445
3457
|
'multiprocessing.SimpleQueue.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.close',
|
|
3446
3458
|
'multiprocessing.SimpleQueue.empty': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.empty',
|
|
@@ -4956,6 +4968,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4956
4968
|
'test.support.get_attribute': 'https://docs.python.org/3/library/test.html#test.support.get_attribute',
|
|
4957
4969
|
'test.support.get_original_stdout': 'https://docs.python.org/3/library/test.html#test.support.get_original_stdout',
|
|
4958
4970
|
'test.support.get_pagesize': 'https://docs.python.org/3/library/test.html#test.support.get_pagesize',
|
|
4971
|
+
'test.support.get_resource_value': 'https://docs.python.org/3/library/test.html#test.support.get_resource_value',
|
|
4959
4972
|
'test.support.impl_detail': 'https://docs.python.org/3/library/test.html#test.support.impl_detail',
|
|
4960
4973
|
'test.support.import_helper': 'https://docs.python.org/3/library/test.html#module-test.support.import_helper',
|
|
4961
4974
|
'test.support.is_resource_enabled': 'https://docs.python.org/3/library/test.html#test.support.is_resource_enabled',
|
|
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
|