No documentation available.
More...
Class methods defined here: |
def | validate |
Data descriptors defined here: |
def | __dict__ |
| dictionary for instance variables (if defined)
|
def | __weakref__ |
| list of weak references to the object (if defined)
|
Data and other attributes inherited from __builtin__.list: |
| __hash__ = None |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
SpacingKind
builtin.list
builtin.object
Constructor & Destructor Documentation
def dialog.variablespacing.SpacingKind.__init__ |
( |
|
args | ) |
|
Member Function Documentation
def dialog.variablespacing.SpacingKind.__add__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__contains__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__delitem__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__delslice__ |
( |
|
i, |
|
|
|
j |
|
) |
| |
Equivalent to del x[i:j].
Use of negative indices is not supported.
def dialog.variablespacing.SpacingKind.__dict__ |
( |
|
args | ) |
|
dictionary for instance variables (if defined)
def dialog.variablespacing.SpacingKind.__eq__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__ge__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__getattribute__ |
( |
|
name | ) |
|
def dialog.variablespacing.SpacingKind.__getitem__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__getslice__ |
( |
|
i, |
|
|
|
j |
|
) |
| |
Equivalent to x[i:j].
Use of negative indices is not supported.
def dialog.variablespacing.SpacingKind.__gt__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__iadd__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__imul__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__iter__ |
( |
|
args | ) |
|
def dialog.variablespacing.SpacingKind.__le__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__len__ |
( |
|
args | ) |
|
def dialog.variablespacing.SpacingKind.__lt__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__mul__ |
( |
|
n | ) |
|
def dialog.variablespacing.SpacingKind.__ne__ |
( |
|
y | ) |
|
def dialog.variablespacing.SpacingKind.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of type object>
def dialog.variablespacing.SpacingKind.__repr__ |
( |
|
args | ) |
|
def dialog.variablespacing.SpacingKind.__reversed__ |
( |
|
args | ) |
|
L.__reversed__() -- return a reverse iterator over the list
def dialog.variablespacing.SpacingKind.__rmul__ |
( |
|
n | ) |
|
def dialog.variablespacing.SpacingKind.__setitem__ |
( |
|
i, |
|
|
|
y |
|
) |
| |
def dialog.variablespacing.SpacingKind.__setslice__ |
( |
|
i, |
|
|
|
j, |
|
|
|
y |
|
) |
| |
Equivalent to x[i:j]=y.
Use of negative indices is not supported.
def dialog.variablespacing.SpacingKind.__sizeof__ |
( |
|
args | ) |
|
L.__sizeof__() -- size of L in memory, in bytes
def dialog.variablespacing.SpacingKind.__str__ |
( |
|
args | ) |
|
def dialog.variablespacing.SpacingKind.__weakref__ |
( |
|
args | ) |
|
list of weak references to the object (if defined)
def dialog.variablespacing.SpacingKind.alternate |
( |
|
args | ) |
|
def dialog.variablespacing.SpacingKind.append |
( |
|
args | ) |
|
L.append(object) -- append object to end
def dialog.variablespacing.SpacingKind.count |
( |
|
value | ) |
|
- Returns
- Instance of type integer – return number of occurrences of value
def dialog.variablespacing.SpacingKind.extend |
( |
|
args | ) |
|
L.extend(iterable) -- extend list by appending elements from the iterable
def dialog.variablespacing.SpacingKind.index |
( |
|
value, |
|
|
|
start, |
|
|
|
stop |
|
) |
| |
- Returns
- Instance of type integer – return first index of value.
Raises ValueError if the value is not present.
def dialog.variablespacing.SpacingKind.insert |
( |
|
args | ) |
|
L.insert(index, object) -- insert object before index
def dialog.variablespacing.SpacingKind.pop |
( |
|
index | ) |
|
- Returns
- Instance of type item – remove and return item at index (default last).
Raises IndexError if list is empty or index is out of range.
def dialog.variablespacing.SpacingKind.remove |
( |
|
args | ) |
|
L.remove(value) -- remove first occurrence of value.
Raises ValueError if the value is not present.
def dialog.variablespacing.SpacingKind.reverse |
( |
|
args | ) |
|
L.reverse() -- reverse *IN PLACE*
def dialog.variablespacing.SpacingKind.sort |
( |
|
x, |
|
|
|
y |
|
) |
| |
- Returns
- Instance of type -1, 0, 1
L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*;
def dialog.variablespacing.SpacingKind.validate |
( |
|
args | ) |
|
validate(args)
builtin.type_cls_m Class Methods from builtin.type
Member Data Documentation
dialog.variablespacing.SpacingKind.__hash__ = None |
|
staticprivate |