from_buckled¶
- classmethod MultiSequence.from_buckled(sequences, buckled_pack, **kwargs)[source]¶
Factory method to create
MultiSequenceusing packed metadata from buckling.- Parameters
sequences (Any) – Sequences that will be passed to constructor
buckled_pack (dict) – Packed metadata produced during buckling
kwargs (Any) – Compatibility
- Returns
- Return type
New instance of
MultiSequence