setdoc 1.2.7__tar.gz → 1.2.8__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.
- {setdoc-1.2.7/src/setdoc.egg-info → setdoc-1.2.8}/PKG-INFO +1 -1
- {setdoc-1.2.7 → setdoc-1.2.8}/pyproject.toml +1 -1
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc/core/cfg.toml +1 -0
- {setdoc-1.2.7 → setdoc-1.2.8/src/setdoc.egg-info}/PKG-INFO +1 -1
- {setdoc-1.2.7 → setdoc-1.2.8}/LICENSE.txt +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/MANIFEST.in +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/README.rst +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/setup.cfg +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc/__init__.py +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc/core/__init__.py +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc/tests/__init__.py +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc/tests/test_core.py +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc.egg-info/SOURCES.txt +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc.egg-info/dependency_links.txt +0 -0
- {setdoc-1.2.7 → setdoc-1.2.8}/src/setdoc.egg-info/top_level.txt +0 -0
|
@@ -5,6 +5,7 @@ __and__ = "This magic method implements self&other."
|
|
|
5
5
|
__bool__ = "This magic method implements bool(self)."
|
|
6
6
|
__call__ = "This magic method implements calling self."
|
|
7
7
|
__ceil__ = "This magic method implements math.ceil(self)."
|
|
8
|
+
__cmp__ = "This magic method implements all six comparison operators at once."
|
|
8
9
|
__complex__ = "This magic method implements complex(self)."
|
|
9
10
|
__contains__ = "This magic method implements other in self."
|
|
10
11
|
__delitem__ = "This magic method implements del self[key]."
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|