setdoc 1.2.3__tar.gz → 1.2.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -24,7 +24,7 @@ keywords = []
24
24
  name = "setdoc"
25
25
  readme = "README.rst"
26
26
  requires-python = ">=3.11"
27
- version = "1.2.3"
27
+ version = "1.2.4"
28
28
 
29
29
  [project.license]
30
30
  file = "LICENSE.txt"
@@ -73,4 +73,7 @@ __sub__ = "This magic method implements self-other."
73
73
  __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
- data = "This property represents the underlying data."
76
+ data = "This property represents the underlying data."
77
+ isdisjoint = "This method determines if self and other have no intersection."
78
+ issubset = "This method determines if self is a subset of other."
79
+ issuperset = "This method determines if self is a superset of other."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
File without changes
File without changes
File without changes
File without changes
File without changes