jade.utility package

class jade.utility.vector1(seq=())[source]

Bases: list

A list indexed at 1!

jade.utility.string_util module

jade.utility.string_util.deduce_str_type(s)[source]

Deduce the type of a string. Either return the string as the literal, or as the string if not possible. http://stackoverflow.com/questions/13582142/deduce-the-type-of-data-in-a-string

Parameters:s – str
Returns: