| Home | 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 | |
badchars_map =
|
|
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'] |
| Variables Details |
badchars_map
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 25 17:52:18 2010 | http://epydoc.sourceforge.net |