List of floating point values representing spacings.
More...
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Detailed Description
List of floating point values representing spacings.
Method resolution order
SpacingList
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def Spacing.SpacingList.__init__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type None
C++ signature :
void __init__(_object*)
C++ signature :
void* __init__(boost::python::api::object,boost::python::list)
- Note
- Additional signature: init( (object)arg1, (list)arg2) -> object
Member Function Documentation
def Spacing.SpacingList.__contains__ |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type bool
C++ signature :
bool __contains__(std::vector<double, std::allocator<double> > {lvalue},_object*)
def Spacing.SpacingList.__copy__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type object
C++ signature :
boost::python::api::object __copy__(boost::python::api::object)
def Spacing.SpacingList.__deepcopy__ |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type object
C++ signature :
boost::python::api::object __deepcopy__(boost::python::api::object,boost::python::dict)
def Spacing.SpacingList.__delitem__ |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void __delitem__(std::vector<double, std::allocator<double> > {lvalue},_object*)
def Spacing.SpacingList.__dict__ |
( |
|
args | ) |
|
def Spacing.SpacingList.__getitem__ |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type object
C++ signature :
boost::python::api::object __getitem__(boost::python::back_reference<std::vector<double, std::allocator<double> >&>,_object*)
def Spacing.SpacingList.__iter__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type object
C++ signature :
boost::python::objects::iterator_range<boost::python::return_value_policy<boost::python::return_by_value, boost::python::default_call_policies>, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > > __iter__(boost::python::back_reference<std::vector<double, std::allocator<double> >&>)
def Spacing.SpacingList.__len__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type int
C++ signature :
unsigned long __len__(std::vector<double, std::allocator<double> > {lvalue})
def Spacing.SpacingList.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
def Spacing.SpacingList.__reduce__ |
( |
|
args | ) |
|
__reduce__ = <unnamed Boost.Python function>(args)
def Spacing.SpacingList.__repr__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type object
C++ signature :
boost::python::api::object __repr__(boost::python::api::object)
def Spacing.SpacingList.__setitem__ |
( |
|
arg1, |
|
|
|
arg2, |
|
|
|
arg3 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void __setitem__(std::vector<double, std::allocator<double> > {lvalue},_object*,_object*)
def Spacing.SpacingList.__str__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type object
C++ signature :
boost::python::api::object __str__(boost::python::api::object)
def Spacing.SpacingList.__weakref__ |
( |
|
args | ) |
|
def Spacing.SpacingList.append |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void append(std::vector<double, std::allocator<double> > {lvalue},boost::python::api::object)
def Spacing.SpacingList.extend |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void extend(std::vector<double, std::allocator<double> > {lvalue},boost::python::api::object)
Member Data Documentation
int Spacing.SpacingList.__instance_size__ = 40 |
|
staticprivate |