File tree 1 file changed +15
-9
lines changed
Filter options
1 file changed +15
-9
lines changed
Original file line number Diff line number Diff line change @@ -283,17 +283,23 @@ Class attributes:
283
283
Note that, because of normalization, ``timedelta.max `` is greater than ``-timedelta.min ``.
284
284
``-timedelta.max `` is not representable as a :class: `timedelta ` object.
285
285
286
+
286
287
Instance attributes (read-only):
287
288
288
- +------------------+--------------------------------------------+
289
- | Attribute | Value |
290
- +==================+============================================+
291
- | ``days `` | Between -999999999 and 999999999 inclusive |
292
- +------------------+--------------------------------------------+
293
- | ``seconds `` | Between 0 and 86399 inclusive |
294
- +------------------+--------------------------------------------+
295
- | ``microseconds `` | Between 0 and 999999 inclusive |
296
- +------------------+--------------------------------------------+
289
+ .. attribute :: timedelta.days
290
+
291
+ Between -999,999,999 and 999,999,999 inclusive.
292
+
293
+
294
+ .. attribute :: timedelta.seconds
295
+
296
+ Between 0 and 86,399 inclusive.
297
+
298
+
299
+ .. attribute :: timedelta.microseconds
300
+
301
+ Between 0 and 999,999 inclusive.
302
+
297
303
298
304
Supported operations:
299
305
You can’t perform that action at this time.
0 commit comments