nbdev-stdlib 0.0.2227__py3-none-any.whl → 0.0.2286__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nbdev-stdlib might be problematic. Click here for more details.
- nbdev_stdlib/_modidx.py +21 -10
- {nbdev_stdlib-0.0.2227.dist-info → nbdev_stdlib-0.0.2286.dist-info}/METADATA +1 -1
- nbdev_stdlib-0.0.2286.dist-info/RECORD +9 -0
- nbdev_stdlib-0.0.2227.dist-info/RECORD +0 -9
- {nbdev_stdlib-0.0.2227.dist-info → nbdev_stdlib-0.0.2286.dist-info}/WHEEL +0 -0
- {nbdev_stdlib-0.0.2227.dist-info → nbdev_stdlib-0.0.2286.dist-info}/entry_points.txt +0 -0
- {nbdev_stdlib-0.0.2227.dist-info → nbdev_stdlib-0.0.2286.dist-info}/licenses/LICENSE +0 -0
- {nbdev_stdlib-0.0.2227.dist-info → nbdev_stdlib-0.0.2286.dist-info}/top_level.txt +0 -0
nbdev_stdlib/_modidx.py
CHANGED
|
@@ -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',
|
|
@@ -3405,6 +3413,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3405
3413
|
'multiprocessing': { 'multiprocessing.Array': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Array',
|
|
3406
3414
|
'multiprocessing.Barrier': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Barrier',
|
|
3407
3415
|
'multiprocessing.BoundedSemaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore',
|
|
3416
|
+
'multiprocessing.BoundedSemaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore.locked',
|
|
3408
3417
|
'multiprocessing.Condition': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Condition',
|
|
3409
3418
|
'multiprocessing.Event': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Event',
|
|
3410
3419
|
'multiprocessing.JoinableQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue',
|
|
@@ -3441,6 +3450,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
3441
3450
|
'multiprocessing.RLock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.locked',
|
|
3442
3451
|
'multiprocessing.RLock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.release',
|
|
3443
3452
|
'multiprocessing.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore',
|
|
3453
|
+
'multiprocessing.Semaphore.get_value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.get_value',
|
|
3454
|
+
'multiprocessing.Semaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.locked',
|
|
3444
3455
|
'multiprocessing.SimpleQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue',
|
|
3445
3456
|
'multiprocessing.SimpleQueue.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.close',
|
|
3446
3457
|
'multiprocessing.SimpleQueue.empty': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.empty',
|
|
@@ -6117,7 +6128,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
6117
6128
|
'xml.dom.pulldom.DOMEventStream.expandNode': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.expandNode',
|
|
6118
6129
|
'xml.dom.pulldom.DOMEventStream.getEvent': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.getEvent',
|
|
6119
6130
|
'xml.dom.pulldom.DOMEventStream.reset': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.reset',
|
|
6120
|
-
'xml.dom.pulldom.
|
|
6131
|
+
'xml.dom.pulldom.PullDOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.PullDOM',
|
|
6121
6132
|
'xml.dom.pulldom.SAX2DOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.SAX2DOM',
|
|
6122
6133
|
'xml.dom.pulldom.parse': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parse',
|
|
6123
6134
|
'xml.dom.pulldom.parseString': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parseString'},
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
nbdev_stdlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
nbdev_stdlib/_modidx.py,sha256=0G53YP6eR-ss1h7d6_sDFVzoqHpRTNZRxEus2Vh7Ra4,838717
|
|
3
|
+
nbdev_stdlib/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
+
nbdev_stdlib-0.0.2286.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
+
nbdev_stdlib-0.0.2286.dist-info/METADATA,sha256=_SVKim9AO_0w7F0zWE1ncTqYItKnZvhgbr9Ur-eitwo,1187
|
|
6
|
+
nbdev_stdlib-0.0.2286.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
nbdev_stdlib-0.0.2286.dist-info/entry_points.txt,sha256=Pqrla0bjIyPBtdjWl23dJTJvxzKoR50ICY_qeensB68,46
|
|
8
|
+
nbdev_stdlib-0.0.2286.dist-info/top_level.txt,sha256=I6FPQYzU9FlsrtQAFX0KpTr9zmf8Mx6gPLwBNCogo-s,13
|
|
9
|
+
nbdev_stdlib-0.0.2286.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
nbdev_stdlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
nbdev_stdlib/_modidx.py,sha256=olWTFU2o77cfNW8NH_oXrn8IDCLQRdWj35TEI-wmmBw,837375
|
|
3
|
-
nbdev_stdlib/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
-
nbdev_stdlib-0.0.2227.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_stdlib-0.0.2227.dist-info/METADATA,sha256=3POgJJVpsgdWxcubhWHFDs1w8TRPH4JN1zeQkAS7b4I,1187
|
|
6
|
-
nbdev_stdlib-0.0.2227.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
nbdev_stdlib-0.0.2227.dist-info/entry_points.txt,sha256=Pqrla0bjIyPBtdjWl23dJTJvxzKoR50ICY_qeensB68,46
|
|
8
|
-
nbdev_stdlib-0.0.2227.dist-info/top_level.txt,sha256=I6FPQYzU9FlsrtQAFX0KpTr9zmf8Mx6gPLwBNCogo-s,13
|
|
9
|
-
nbdev_stdlib-0.0.2227.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|