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
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool
|
|
||
|
|||
|
|||
|
|
|||
xml_types = None
|
|||
negative_timestamp_broken = False
|
Imports: struct, calendar, datetime, types, pyamf, StringIO, ET, fpconst, BufferedByteStream, imports
|
Run through a predefined order looking through the various
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).
|
Gets a
|
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 Mon Feb 23 14:06:58 2009 | http://epydoc.sourceforge.net |