Module __builtin__ :: Class basestring
[show private | hide private]
[frames | no frames]

Type basestring

object --+
         |
        basestring

Known Subclasses:
str, unicode

Type basestring cannot be instantiated; it is the base for str and unicode.
Method Summary
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
Inherited from object: __init__, __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

__new__(T, S, ...)

T.__new__(S, ...) -> a new object with type S, a subtype of T
Returns:
a new object with type S, a subtype of T
Overrides:
__builtin__.object.__new__

Generated by Epydoc 2.1 on Thu Aug 16 09:55:10 2007 http://epydoc.sf.net