File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -164,3 +164,8 @@ class address:
164164 number = CastedAttr(tuple[int ])
165165
166166```
167+
168+ The values are checked or casted on assignment
169+
170+ > [ !NOTE]
171+ > The attributes will return ` None ` if not yet initialized
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ pyoload v2.0.1
20203. Added checks negation by prepending with `_ `
21214. A list of functions checks could now be passed as positional arguments
2222 to `pyoload.Checks `
23+ 5. Increases the coverage to 99%
2324
2425--------------------------------------------------
2526pyoload v2.0.0
Original file line number Diff line number Diff line change 1313:Authors:
1414 ken-morel
1515
16- :Version: 2.0.0
16+ :Version: 2.0.1
1717:Dedication: To the pythonista.
1818"""
1919
You can’t perform that action at this time.
0 commit comments