|
def | fix_tuple_repr (obj) |
|
def | implements_iterator (cls) |
|
def | implements_to_string (cls) |
|
def | native_string_result (func) |
|
def | implements_bool (cls) |
|
def | make_literal_wrapper (reference) |
|
def | normalize_string_tuple (tup) |
|
def | try_coerce_native (s) |
|
def | wsgi_decoding_dance (s, charset="utf-8", errors="replace") |
|
def | wsgi_encoding_dance (s, charset="utf-8", errors="replace") |
|
def | to_bytes (x, charset=sys.getdefaultencoding(), errors="strict") |
|
def | to_native (x, charset=sys.getdefaultencoding(), errors="strict") |
|
def | reraise (tp, value, tb=None) |
|
def | to_unicode (x, charset=sys.getdefaultencoding(), errors="strict", allow_none_charset=False) |
|
def | fspath (path) |
|