Part of twisted.mail.maildir View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | generate | Return a string which is intended to unique across all calls to this function (across all processes, reboots, etc). |
Instance Variable | _clock | An IReactorTime
provider which will be used to learn the current time to include in names
returned by generate
so that they sort properly. |
IReactorTime
provider which will be used to learn the current time to include in names
returned by generate
so that they sort properly.
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.