pytwd.table_calculations package
Submodules
pytwd.table_calculations.csv_calculations module
pytwd.table_calculations.elements module
pytwd.table_calculations.internal_utils module
pytwd.table_calculations.nested module
pytwd.table_calculations.table_calculations module
pytwd.table_calculations.table_data module
pytwd.table_calculations.utils module
- flatten(x)
Recursive function to flatten a list of lists of lists into a 1D list
- Parameters:
x -- n-dimensional list or any other object, end of recursive call-back
- Returns:
1-dimensional list