Changeset ebf327d for server/lib/ippvalue.py
- Timestamp:
- Mar 5, 2011, 10:42:40 PM (14 years ago)
- Branches:
- no-cups
- Children:
- 5cfb358
- Parents:
- cf1d291
- git-author:
- Jessica B. Hamrick <jhamrick@…> (03/05/11 22:42:40)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (03/05/11 22:42:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/ippvalue.py
r2646571 rebf327d 7 7 logger = logging.getLogger("ippLogger") 8 8 9 class IPPValue():9 class Value(): 10 10 """ 11 11 An IPP value consists of a tag and a value, and optionally, a name. … … 27 27 def __init__(self, value_tag, value, unpack=True): 28 28 """ 29 Initialize a n IPPValue:29 Initialize a Value: 30 30 31 31 Arguments:
Note: See TracChangeset
for help on using the changeset viewer.