Class StringCollection
object --+
|
sip.simplewrapper --+
|
sip.wrapper --+
|
tlp.StringCollection
tlp.StringCollection(list of string) tlp.StringCollection(list of
string, int) tlp.StringCollection(list of string, string)
|
__delitem__(x,
y)
del x[y] |
|
|
|
|
|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
__setitem__(x,
i,
y)
x[i]=y |
|
|
string
|
|
bool
|
|
int
|
|
string
|
|
|
|
bool
|
|
int
|
|
__init__(tlp)
(Constructor)
|
|
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
- Overrides:
object.__init__
|