Changeset 6c48698 in trunk


Ignore:
Timestamp:
2024-03-01T18:00:24Z (18 months ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
a9015cd
Parents:
dfdb6c60
Message:

No need for repetition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/immutable/upload.py

    rdfdb6c60 r6c48698  
    5656_TOTAL_SHARES = Field.for_types(
    5757    u"total_shares",
    58     [int, int],
     58    [int],
    5959    u"The total number of shares desired.",
    6060)
     
    103103_HAPPINESS = Field.for_types(
    104104    u"happiness",
    105     [int, int],
     105    [int],
    106106    u"The computed happiness of a certain placement.",
    107107)
     
    141141_EFFECTIVE_HAPPINESS = Field.for_types(
    142142    u"effective_happiness",
    143     [int, int],
     143    [int],
    144144    u"The computed happiness value of a share placement map.",
    145145)
Note: See TracChangeset for help on using the changeset viewer.