Ignore:
Timestamp:
Dec 17, 2011, 5:52:59 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
287d6ec
Parents:
5d24a81
git-author:
Jessica B. Hamrick <jhamrick@…> (12/17/11 17:52:59)
git-committer:
Jessica B. Hamrick <jhamrick@…> (12/17/11 17:52:59)
Message:

Comment formatting standardization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/ipp/constants.py

    rdf51061 r5c5fe6d  
    22
    33class Misc():
    4     """
    5     Miscellaneous config options for the IPP server.
     4    """Miscellaneous config options for the IPP server.
     5   
    66    """
    77   
     
    1212
    1313class JobStates():
    14     """
    15     Job state codes, as defined by RFC 2911, Section 4.3.7
     14    """Job state codes, as defined by RFC 2911, Section 4.3.7
     15   
    1616    """
    1717   
     
    2727
    2828class PrinterStates():
    29     """
    30     Printer state codes, as defined by RFC 2911, Section 4.4.11
     29    """Printer state codes, as defined by RFC 2911, Section 4.4.11
     30   
    3131    """
    3232
     
    3838
    3939class Operations():
    40     """
    41     IPP and CUPS IPP Operations, as defined in various RFCs:
     40    """IPP and CUPS IPP Operations, as defined in various RFCs:
    4241
    4342        0x0002 - 0x0012      RFC 2911 (Section 4.4.15)
     
    4645        0x0022 - 0x0031      RFC 3998 (Section 14.3)
    4746        0x4000 - 0x4027      CUPS IPP Actions
     47       
    4848    """
    4949
     
    120120
    121121class SuccessCodes():
    122     """
    123     Success status codes as defined in RFC 2911, Section 13
     122    """Success status codes as defined in RFC 2911, Section 13
     123   
    124124    """
    125125   
     
    135135
    136136class ClientErrorCodes():
    137     """
    138     Client error codes as defined in RFC 2911, Section 13
     137    """Client error codes as defined in RFC 2911, Section 13
     138   
    139139    """
    140140   
     
    167167
    168168class ServerErrorCodes():
    169     """
    170     Server error codes as defined in RFC 2911, Section 13
     169    """Server error codes as defined in RFC 2911, Section 13
     170   
    171171    """
    172172
     
    189189
    190190class CUPSPrinterType():
    191     """
    192     Printer types as defined by cups_ptype_e in the CUPS API
     191    """Printer types as defined by cups_ptype_e in the CUPS API
    193192    specification:
    194193   
    195194    http://www.cups.org/documentation.php/doc-1.3/api-cups.html#cups_ptype_e
     195   
    196196    """
    197197
     
    232232
    233233class AttributeTags():
    234     """
    235     Contains constants for the attribute IPP tags, as defined by RFC
    236     2565.
     234    """Contains constants for the attribute IPP tags, as defined by
     235    RFC 2565.
     236   
    237237    """
    238238   
     
    249249
    250250class OutOfBandTags():
    251     """
    252     Contains constants for the out-of-band value IPP tags, as defined
    253     by RFC 2565.
     251    """Contains constants for the out-of-band value IPP tags, as
     252    defined by RFC 2565.
     253   
    254254    """
    255255   
     
    265265
    266266class IntegerTags():
    267     """
    268     Contains constants for the integer value IPP tags, as defined by
    269     RFC 2565.
     267    """Contains constants for the integer value IPP tags, as defined
     268    by RFC 2565.
     269   
    270270    """
    271271   
     
    278278
    279279class OctetStringTags():
    280     """
    281     Contains constants for the octetString value IPP tags, as defined
    282     by RFC 2565.
     280    """Contains constants for the octetString value IPP tags, as
     281    defined by RFC 2565.
     282   
    283283    """
    284284   
     
    295295
    296296class CharacterStringTags():
    297     """
    298     Contains constants for the character-string value IPP tags, as
     297    """Contains constants for the character-string value IPP tags, as
    299298    defined by RFC 2565.
     299   
    300300    """
    301301   
Note: See TracChangeset for help on using the changeset viewer.