Skip to content

Commit 5109973

Browse files
author
docsreference@microsoft.com
committed
1 parent 402e18d commit 5109973

1 file changed

Lines changed: 68 additions & 36 deletions

File tree

xrefmap.yml

Lines changed: 68 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11219,14 +11219,6 @@ references:
1121911219
href: https://docs.python.org/3/reference/datamodel.html#frame.clear
1122011220
name: clear
1122111221
uid: frame.clear
11222-
- fullName: frozenset.add
11223-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.add
11224-
name: add
11225-
uid: frozenset.add
11226-
- fullName: frozenset.clear
11227-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.clear
11228-
name: clear
11229-
uid: frozenset.clear
1123011222
- fullName: frozenset.copy
1123111223
href: https://docs.python.org/3/library/stdtypes.html#frozenset.copy
1123211224
name: copy
@@ -11235,22 +11227,10 @@ references:
1123511227
href: https://docs.python.org/3/library/stdtypes.html#frozenset.difference
1123611228
name: difference
1123711229
uid: frozenset.difference
11238-
- fullName: frozenset.difference_update
11239-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.difference_update
11240-
name: difference_update
11241-
uid: frozenset.difference_update
11242-
- fullName: frozenset.discard
11243-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.discard
11244-
name: discard
11245-
uid: frozenset.discard
1124611230
- fullName: frozenset.intersection
1124711231
href: https://docs.python.org/3/library/stdtypes.html#frozenset.intersection
1124811232
name: intersection
1124911233
uid: frozenset.intersection
11250-
- fullName: frozenset.intersection_update
11251-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.intersection_update
11252-
name: intersection_update
11253-
uid: frozenset.intersection_update
1125411234
- fullName: frozenset.isdisjoint
1125511235
href: https://docs.python.org/3/library/stdtypes.html#frozenset.isdisjoint
1125611236
name: isdisjoint
@@ -11263,30 +11243,14 @@ references:
1126311243
href: https://docs.python.org/3/library/stdtypes.html#frozenset.issuperset
1126411244
name: issuperset
1126511245
uid: frozenset.issuperset
11266-
- fullName: frozenset.pop
11267-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.pop
11268-
name: pop
11269-
uid: frozenset.pop
11270-
- fullName: frozenset.remove
11271-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.remove
11272-
name: remove
11273-
uid: frozenset.remove
1127411246
- fullName: frozenset.symmetric_difference
1127511247
href: https://docs.python.org/3/library/stdtypes.html#frozenset.symmetric_difference
1127611248
name: symmetric_difference
1127711249
uid: frozenset.symmetric_difference
11278-
- fullName: frozenset.symmetric_difference_update
11279-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.symmetric_difference_update
11280-
name: symmetric_difference_update
11281-
uid: frozenset.symmetric_difference_update
1128211250
- fullName: frozenset.union
1128311251
href: https://docs.python.org/3/library/stdtypes.html#frozenset.union
1128411252
name: union
1128511253
uid: frozenset.union
11286-
- fullName: frozenset.update
11287-
href: https://docs.python.org/3/library/stdtypes.html#frozenset.update
11288-
name: update
11289-
uid: frozenset.update
1129011254
- fullName: ftplib.FTP.abort
1129111255
href: https://docs.python.org/3/library/ftplib.html#ftplib.FTP.abort
1129211256
name: abort
@@ -15511,6 +15475,74 @@ references:
1551115475
href: https://docs.python.org/3/library/stdtypes.html#sequence.reverse
1551215476
name: reverse
1551315477
uid: sequence.reverse
15478+
- fullName: set.add
15479+
href: https://docs.python.org/3/library/stdtypes.html#set.add
15480+
name: add
15481+
uid: set.add
15482+
- fullName: set.clear
15483+
href: https://docs.python.org/3/library/stdtypes.html#set.clear
15484+
name: clear
15485+
uid: set.clear
15486+
- fullName: set.copy
15487+
href: https://docs.python.org/3/library/stdtypes.html#set.copy
15488+
name: copy
15489+
uid: set.copy
15490+
- fullName: set.difference
15491+
href: https://docs.python.org/3/library/stdtypes.html#set.difference
15492+
name: difference
15493+
uid: set.difference
15494+
- fullName: set.difference_update
15495+
href: https://docs.python.org/3/library/stdtypes.html#set.difference_update
15496+
name: difference_update
15497+
uid: set.difference_update
15498+
- fullName: set.discard
15499+
href: https://docs.python.org/3/library/stdtypes.html#set.discard
15500+
name: discard
15501+
uid: set.discard
15502+
- fullName: set.intersection
15503+
href: https://docs.python.org/3/library/stdtypes.html#set.intersection
15504+
name: intersection
15505+
uid: set.intersection
15506+
- fullName: set.intersection_update
15507+
href: https://docs.python.org/3/library/stdtypes.html#set.intersection_update
15508+
name: intersection_update
15509+
uid: set.intersection_update
15510+
- fullName: set.isdisjoint
15511+
href: https://docs.python.org/3/library/stdtypes.html#set.isdisjoint
15512+
name: isdisjoint
15513+
uid: set.isdisjoint
15514+
- fullName: set.issubset
15515+
href: https://docs.python.org/3/library/stdtypes.html#set.issubset
15516+
name: issubset
15517+
uid: set.issubset
15518+
- fullName: set.issuperset
15519+
href: https://docs.python.org/3/library/stdtypes.html#set.issuperset
15520+
name: issuperset
15521+
uid: set.issuperset
15522+
- fullName: set.pop
15523+
href: https://docs.python.org/3/library/stdtypes.html#set.pop
15524+
name: pop
15525+
uid: set.pop
15526+
- fullName: set.remove
15527+
href: https://docs.python.org/3/library/stdtypes.html#set.remove
15528+
name: remove
15529+
uid: set.remove
15530+
- fullName: set.symmetric_difference
15531+
href: https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference
15532+
name: symmetric_difference
15533+
uid: set.symmetric_difference
15534+
- fullName: set.symmetric_difference_update
15535+
href: https://docs.python.org/3/library/stdtypes.html#set.symmetric_difference_update
15536+
name: symmetric_difference_update
15537+
uid: set.symmetric_difference_update
15538+
- fullName: set.union
15539+
href: https://docs.python.org/3/library/stdtypes.html#set.union
15540+
name: union
15541+
uid: set.union
15542+
- fullName: set.update
15543+
href: https://docs.python.org/3/library/stdtypes.html#set.update
15544+
name: update
15545+
uid: set.update
1551415546
- fullName: shelve.Shelf.close
1551515547
href: https://docs.python.org/3/library/shelve.html#shelve.Shelf.close
1551615548
name: close

0 commit comments

Comments
 (0)