Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
452b6834
Commit
452b6834
authored
Jul 01, 2005
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cross reference the set built-ins with the sets module.
parent
16ffbc3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+8
-0
No files found.
Doc/lib/libstdtypes.tex
View file @
452b6834
...
...
@@ -1291,6 +1291,14 @@ Note, the non-operator versions of the \method{update()},
\method
{
symmetric
_
difference
_
update()
}
methods will accept any iterable
as an argument.
The design of the set types was based on lessons learned from the
\module
{
sets
}
module.
\begin{seealso}
\seemodule
[comparison-to-builtin-set]
{
sets
}{
Differences between
the
\module
{
sets
}
module and the built-in set types.
}
\end{seealso}
\subsection
{
Mapping Types --- class
{
dict
}
\label
{
typesmapping
}}
\obindex
{
mapping
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment