Part of twisted.mail.maildir View Source View In Hierarchy
| Instance Variables | _clock | An IReactorTimeprovider which will be used to learn the current time to include in names 
returned bygenerateso that they sort properly. | 
| Method | __init__ | Undocumented | 
| Method | generate | Return a string which is intended to unique across all calls to this function (across all processes, reboots, etc). | 
Return a string which is intended to unique across all calls to this function (across all processes, reboots, etc).
Strings returned by earlier calls to this method will compare less than strings returned by later calls as long as the clock provided doesn't go backwards.