Home | Trees | Indices | Help |
|
---|
|
AMF Utilities.
Since: 0.1.0
|
|||
|
|
|||
IndexedCollection | |||
IndexedMap Like IndexedCollection, but also maps to another object. |
|||
StringIOProxy | |||
DataTypeMixIn |
|
|||
|
|||
str
|
|
||
str
|
|
||
datetime.datetime
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
xml_types = None
|
|||
nan = nan
|
|||
pos_inf = inf
|
|||
neg_inf = -inf
|
|||
negative_timestamp_broken = False
|
Imports: struct, calendar, datetime, types, pyamf, StringIO, ET, fpconst, BufferedByteStream, imports
|
Run through a predefined order looking through the various ElementTree implementations so that any type can be encoded but PyAMF will return elements as the first implementation found. We work through the C implementations first - then the pure python versions. The downside to this is that a possible of three libraries will be loaded into memory that are not used but the libs are small (relatively) and the flexibility that this gives seems to outweigh the cost. Time will tell. Since: 0.4 |
Get hexadecimal representation of
|
Returns a UTC timestamp for a
Note: Inspiration taken from the Intertwingly blog. |
Return a UTC date from a timestamp.
|
Create an instance of a classic class (not inherited from ``object``) without calling __init__().
|
Compute the class precedence list (mro).
|
A generic function which applies a collection of attributes
|
Older versions of python (<=2.5) and the Windows platform are renowned for mixing up 'special' floats. This function determines whether this is the case. Since: 0.4 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jan 18 18:12:08 2009 | http://epydoc.sourceforge.net |