Package pyamf :: Package adapters :: Module util
[hide private]
[frames] | no frames]

Module util

source code

Useful helpers for adapters.


Since: 0.4

Functions [hide private]
 
to_list(obj, encoder)
Converts an arbitrary object obj to a list.
source code
 
to_dict(obj, encoder)
Converts an arbitrary object obj to a dict.
source code
 
to_set(obj, encoder)
Converts an arbitrary object obj to a set.
source code
 
to_tuple(x, encoder)
Converts an arbitrary object obj to a tuple.
source code
 
to_string(x, encoder)
Converts an arbitrary object obj to a string.
source code
Variables [hide private]
  __package__ = 'pyamf.adapters'

Imports: __builtin__, set


Function Details [hide private]

to_string(x, encoder)

source code 

Converts an arbitrary object obj to a string.

Since: 0.5