Module bp_obex :: Class OBEXHeader
[show private | hide private]
[frames | no frames]

Type OBEXHeader

object --+
         |
        OBEXHeader


Handle an OBEX Header object
Method Summary
  __init__(self, header_code, data)
  decode(self, data)
  encode(self)
Return an encoded string of this header
  get(self, string_key)
  get_name(self)
  len(self)
Return the length of this header
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
tuple decode_list = (<function _decode_unicode at 0x02A74CB0>,...
tuple encode_list = (<function _encode_unicode at 0x02A74B70>,...

Method Details

encode(self)

Return an encoded string of this header

len(self)

Return the length of this header

Class Variable Details

decode_list

Type:
tuple
Value:
(<function _decode_unicode at 0x02A74CB0>,
 <function _decode_bytes at 0x02A74CF0>,
 <function _decode_1 at 0x02A74D30>,
 <function _decode_4 at 0x02A74D70>)                                   

encode_list

Type:
tuple
Value:
(<function _encode_unicode at 0x02A74B70>,
 <function _encode_bytes at 0x02A74BB0>,
 <function _encode_1 at 0x02A74BF0>,
 <function _encode_4 at 0x02A74C30>)                                   

Generated by Epydoc 2.1 on Fri Aug 15 18:58:35 2008 http://epydoc.sf.net