MCPcopy Create free account
hub / github.com/pybind/pybind11 / FormalSequenceLike

Class FormalSequenceLike

tests/test_stl.py:612–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 # Implements the Sequence protocol by reusing BareSequenceLike's implementation.
611 # Additionally, inherits from collections.abc.Sequence.
612 class FormalSequenceLike(BareSequenceLike, Sequence):
613 pass
614
615 # convert mode
616 assert (

Callers 1

Calls

no outgoing calls

Tested by 1