nbdev-stdlib 0.0.2169__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2169
3
+ Version: 0.0.2360
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',
@@ -2010,7 +2018,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
2010
2018
  'email.headerregistry.BaseHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader',
2011
2019
  'email.headerregistry.BaseHeader.fold': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader.fold',
2012
2020
  'email.headerregistry.ContentDispositionHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader',
2013
- 'email.headerregistry.ContentTransferEncoding': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncoding',
2021
+ 'email.headerregistry.ContentTransferEncodingHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncodingHeader',
2014
2022
  'email.headerregistry.ContentTypeHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTypeHeader',
2015
2023
  'email.headerregistry.DateHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.DateHeader',
2016
2024
  'email.headerregistry.Group': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.Group',
@@ -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',
@@ -6117,7 +6130,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
6117
6130
  'xml.dom.pulldom.DOMEventStream.expandNode': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.expandNode',
6118
6131
  'xml.dom.pulldom.DOMEventStream.getEvent': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.getEvent',
6119
6132
  'xml.dom.pulldom.DOMEventStream.reset': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.reset',
6120
- 'xml.dom.pulldom.PullDom': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.PullDom',
6133
+ 'xml.dom.pulldom.PullDOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.PullDOM',
6121
6134
  'xml.dom.pulldom.SAX2DOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.SAX2DOM',
6122
6135
  'xml.dom.pulldom.parse': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parse',
6123
6136
  'xml.dom.pulldom.parseString': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parseString'},
@@ -6216,6 +6229,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
6216
6229
  'xml.parsers.expat.xmlparser.Parse': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.Parse',
6217
6230
  'xml.parsers.expat.xmlparser.ParseFile': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ParseFile',
6218
6231
  'xml.parsers.expat.xmlparser.ProcessingInstructionHandler': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ProcessingInstructionHandler',
6232
+ 'xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold',
6233
+ 'xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification',
6219
6234
  'xml.parsers.expat.xmlparser.SetBase': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetBase',
6220
6235
  'xml.parsers.expat.xmlparser.SetParamEntityParsing': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetParamEntityParsing',
6221
6236
  'xml.parsers.expat.xmlparser.SetReparseDeferralEnabled': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetReparseDeferralEnabled',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2169
3
+ Version: 0.0.2360
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.2169
11
+ version = 0.0.2360
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes