.. _l-staticmethods: Static Methods ============== .. contents:: :local: :depth: 1 Summary +++++++ +---------------------------------------------------------------------------------------------------------------------+---------------------+------------------------------------------------------------------------------------------------+ | staticmethod | class parent | truncated documentation | +=====================================================================================================================+=====================+================================================================================================+ | :py:meth:`_concat_same_type ` | WeightedArray | Concatenate multiple array Parameters ---------- to_concat : sequence of this type Returns ... | +---------------------------------------------------------------------------------------------------------------------+---------------------+------------------------------------------------------------------------------------------------+ | :py:meth:`_from_sequence ` | WeightedArray | | +---------------------------------------------------------------------------------------------------------------------+---------------------+------------------------------------------------------------------------------------------------+ | :meth:`construct_array_type ` | WeightedSeriesDtype | Return the array type associated with this dtype. Returns ------- type | +---------------------------------------------------------------------------------------------------------------------+---------------------+------------------------------------------------------------------------------------------------+ | :meth:`construct_from_string ` | WeightedSeriesDtype | Attempt to construct this type from a string. Parameters ---------- string : str Returns ... | +---------------------------------------------------------------------------------------------------------------------+---------------------+------------------------------------------------------------------------------------------------+