Changeset 6c48698 in trunk
- Timestamp:
- 2024-03-01T18:00:24Z (18 months ago)
- Branches:
- master
- Children:
- a9015cd
- Parents:
- dfdb6c60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/immutable/upload.py ¶
rdfdb6c60 r6c48698 56 56 _TOTAL_SHARES = Field.for_types( 57 57 u"total_shares", 58 [int , int],58 [int], 59 59 u"The total number of shares desired.", 60 60 ) … … 103 103 _HAPPINESS = Field.for_types( 104 104 u"happiness", 105 [int , int],105 [int], 106 106 u"The computed happiness of a certain placement.", 107 107 ) … … 141 141 _EFFECTIVE_HAPPINESS = Field.for_types( 142 142 u"effective_happiness", 143 [int , int],143 [int], 144 144 u"The computed happiness value of a share placement map.", 145 145 )
Note: See TracChangeset
for help on using the changeset viewer.