Package restkit :: Module util
[hide private]
[frames] | no frames]

Module util

source code

Classes [hide private]
  deprecated_property
Wraps a decorator, with a deprecation warning or error
Functions [hide private]
 
normalize_name(name) source code
 
http_date(timestamp=None)
Return the current date and time formatted for a message header.
source code
 
to_bytestring(s) source code
 
url_quote(s, charset='utf-8', safe='/:')
URL encode a single string with a given encoding.
source code
 
url_encode(obj, charset='utf8', encode_keys=False) source code
 
encode(v, charset='utf8') source code
Variables [hide private]
  weekdayname = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
  monthname = [None, 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', '...
  __package__ = 'restkit'
Variables Details [hide private]

monthname

Value:
[None,
 'Jan',
 'Feb',
 'Mar',
 'Apr',
 'May',
 'Jun',
 'Jul',
...