Home | Trees | Indices | Help |
---|
|
Internal implementation utilities and details.
This module contains various odds and ends to make development easier. None of the code within should be relied upon as it is subject to change at a whim.
|
|||
|
|
|||
__package__ =
|
|
If this isn't a list, make it one. Syntactic sugar for allowing method calls to be single elements or lists of elements. For example: >>> make_list (1) [1] >>> make_list ('1') ['1'] >>> make_list ([1, 2]) [1, 2] >>> make_list ((1, 2)) (1, 2)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Aug 1 17:55:29 2011 | http://epydoc.sourceforge.net |