setdoc 1.2.4__tar.gz → 1.2.5__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.4/src/setdoc.egg-info → setdoc-1.2.5}/PKG-INFO +1 -1
- {setdoc-1.2.4 → setdoc-1.2.5}/pyproject.toml +1 -1
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc/core/cfg.toml +1 -0
- {setdoc-1.2.4 → setdoc-1.2.5/src/setdoc.egg-info}/PKG-INFO +1 -1
- {setdoc-1.2.4 → setdoc-1.2.5}/LICENSE.txt +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/MANIFEST.in +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/README.rst +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/setup.cfg +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc/__init__.py +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc/core/__init__.py +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc/tests/__init__.py +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc/tests/test_core.py +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc.egg-info/SOURCES.txt +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc.egg-info/dependency_links.txt +0 -0
- {setdoc-1.2.4 → setdoc-1.2.5}/src/setdoc.egg-info/top_level.txt +0 -0
|
@@ -74,6 +74,7 @@ __truediv__ = "This magic method implements self/other."
|
|
|
74
74
|
__xor__ = "This magic method implements self^other."
|
|
75
75
|
copy = "This method returns a new copy of self."
|
|
76
76
|
data = "This property represents the underlying data."
|
|
77
|
+
index = "This method returns the index of the first occurence."
|
|
77
78
|
isdisjoint = "This method determines if self and other have no intersection."
|
|
78
79
|
issubset = "This method determines if self is a subset of other."
|
|
79
80
|
issuperset = "This method determines if self is a superset of other."
|
|
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
|