| Trees | Indices | Help |
|
|---|
|
|
| Submodules | |
| |
| Classes | |
|
ComparableMixin Specify a list of attributes that are 'important'. |
|
|
LRUCache A simple least-recently-used cache, with a fixed maximum size. |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
| Variables | |
NotABranch = NotABranch()
|
|
| Function Details |
Returns a sorted copy of l, so that numbers in strings are sorted in the proper order. e.g. ['foo10', 'foo1', 'foo2'] will be sorted as ['foo1', 'foo2', 'foo10'] instead of the default ['foo1', 'foo10', 'foo2'] |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:41 2010 | http://epydoc.sourceforge.net |