Enums
| BasePathMode |
| WORKING_DIR_RELATIVE |
| PROJECT_RELATIVE |
| ABSOLUTE_PATH |
| NUM_BASEPATH_MODES |
Functions
bool_list_to_vec
bool_list_to_vec( (list)arg1) -> boolVec
convertPyList2WList
convertPyList2WList( (list)arg1) -> WStrList
convertWList2PyList
convertWList2PyList( (WStrList)arg1) -> list
int_list_to_vec
int_list_to_vec( (list)arg1) -> intVec
MakeVariableNameValid
MakeVariableNameValid( (str)arg1 [, (object)arg2]) -> str
----
MakeVariableNameValid( (str)arg1, (object)arg2) -> str
uint_list_to_vec
uint_list_to_vec( (list)arg1) -> uintVec
Classes
map_indexing_suite_string_to_bool_map_entry
map_indexing_suite_string_to_double_map_entry
map_indexing_suite_string_to_uint_map_entry
PathSet
iterable
has_length
A mutable set.
Methods
add
add( (Path)element) -> None
Add element.
difference
difference( (PathSet)other) -> PathSet
Return elements of this set that are not in other.
intersection
intersection( (PathSet)other) -> PathSet
Return the intersection of this set and other.
remove
remove( (Path)element) -> None
Remove element.
symmetric_difference
symmetric_difference( (PathSet)other) -> PathSet
Return elements that are either in this set or in other but not in both.
union
union( (PathSet)other) -> PathSet
Return the union of this set and other.
SplittedPath
Methods
isSplitted
isSplitted() -> bool
StrSet
iterable
has_length
A mutable set.
Methods
add
add( (str)element) -> None
Add element.
difference
difference( (StrSet)other) -> StrSet
Return elements of this set that are not in other.
intersection
intersection( (StrSet)other) -> StrSet
Return the intersection of this set and other.
remove
remove( (str)element) -> None
Remove element.
symmetric_difference
symmetric_difference( (StrSet)other) -> StrSet
Return elements that are either in this set or in other but not in both.
union
union( (StrSet)other) -> StrSet
Return the union of this set and other.
WStrSet
iterable
has_length
A mutable set.
Methods
add
add( (str)element) -> None
Add element.
difference
difference( (WStrSet)other) -> WStrSet
Return elements of this set that are not in other.
intersection
intersection( (WStrSet)other) -> WStrSet
Return the intersection of this set and other.
remove
remove( (str)element) -> None
Remove element.
symmetric_difference
symmetric_difference( (WStrSet)other) -> WStrSet
Return elements that are either in this set or in other but not in both.
union
union( (WStrSet)other) -> WStrSet
Return the union of this set and other.