nbdev-stdlib 0.0.2255__tar.gz → 0.0.2274__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2255
3
+ Version: 0.0.2274
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
@@ -3405,6 +3405,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
3405
3405
  'multiprocessing': { 'multiprocessing.Array': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Array',
3406
3406
  'multiprocessing.Barrier': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Barrier',
3407
3407
  'multiprocessing.BoundedSemaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore',
3408
+ 'multiprocessing.BoundedSemaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.BoundedSemaphore.locked',
3408
3409
  'multiprocessing.Condition': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Condition',
3409
3410
  'multiprocessing.Event': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Event',
3410
3411
  'multiprocessing.JoinableQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.JoinableQueue',
@@ -3441,6 +3442,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
3441
3442
  'multiprocessing.RLock.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.locked',
3442
3443
  'multiprocessing.RLock.release': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.RLock.release',
3443
3444
  'multiprocessing.Semaphore': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore',
3445
+ 'multiprocessing.Semaphore.get_value': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.get_value',
3446
+ 'multiprocessing.Semaphore.locked': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Semaphore.locked',
3444
3447
  'multiprocessing.SimpleQueue': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue',
3445
3448
  'multiprocessing.SimpleQueue.close': 'https://docs.python.org/3/library/multiprocessing.html#multiprocessing.SimpleQueue.close',
3446
3449
  '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.2255
3
+ Version: 0.0.2274
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.2255
11
+ version = 0.0.2274
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes