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/request.py

    rdf51061 r5c5fe6d  
    1111
    1212class Request():
    13     """
    14     From RFC 2565:
     13    """From RFC 2565:
    1514   
    1615    The encoding for an operation request or response consists of:
     
    3231    |                     data                    |   q bytes  - optional
    3332    -----------------------------------------------
     33
    3434    """
    3535
     
    3939    def __init__(self, version=None, operation_id=None, request_id=None,
    4040                 attribute_groups=[], data=None, request=None, length=sys.maxint):
    41         """
    42         Create a Request.  Takes either the segments of the request
     41        """Create a Request.  Takes either the segments of the request
    4342        separately, or a file handle for the request to parse.  If the
    4443        file handle is passed in, all other arguments are ignored.
     
    6564            request -- a file handle that supports the read()
    6665                       operation
     66
    6767        """
    6868
     
    198198    @property
    199199    def packed_value(self):
    200         """
    201         Packs the value data into binary data.
     200        """Packs the value data into binary data.
     201       
    202202        """
    203203
Note: See TracChangeset for help on using the changeset viewer.