setdoc 1.2.6__tar.gz → 1.2.7__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.6/src/setdoc.egg-info → setdoc-1.2.7}/PKG-INFO +1 -1
- {setdoc-1.2.6 → setdoc-1.2.7}/pyproject.toml +1 -1
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc/core/cfg.toml +1 -0
- {setdoc-1.2.6 → setdoc-1.2.7/src/setdoc.egg-info}/PKG-INFO +1 -1
- {setdoc-1.2.6 → setdoc-1.2.7}/LICENSE.txt +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/MANIFEST.in +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/README.rst +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/setup.cfg +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc/__init__.py +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc/core/__init__.py +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc/tests/__init__.py +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc/tests/test_core.py +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc.egg-info/SOURCES.txt +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc.egg-info/dependency_links.txt +0 -0
- {setdoc-1.2.6 → setdoc-1.2.7}/src/setdoc.egg-info/top_level.txt +0 -0
|
@@ -67,6 +67,7 @@ __rshift__ = "This magic method implements self>>other."
|
|
|
67
67
|
__rsub__ = "This magic method implements other-self."
|
|
68
68
|
__rtruediv__ = "This magic method implements other/self."
|
|
69
69
|
__rxor__ = "This magic method implements other^self."
|
|
70
|
+
__setattr__ = "This magic method implements setattr(self, name, value)."
|
|
70
71
|
__setitem__ = "This magic method implements self[key]=value."
|
|
71
72
|
__str__ = "This magic method implements str(self)."
|
|
72
73
|
__sub__ = "This magic method implements self-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
|