nbdev-stdlib 0.0.2266__tar.gz → 0.0.2330__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2266
3
+ Version: 0.0.2330
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -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.is_skipped_line': 'https://docs.python.org/3/library/bdb.html#bdb.Bdb.is_skipped_line',
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',
@@ -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',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2266
3
+ Version: 0.0.2330
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -8,7 +8,7 @@ author = Jeremy Howard
8
8
  author_email = info@fast.ai
9
9
  copyright = fast.ai, inc
10
10
  branch = master
11
- version = 0.0.2266
11
+ version = 0.0.2330
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes