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

Function test_sequence_doc

tests/test_sequences_and_iterators.py:204–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202
203
204def test_sequence_doc():
205 assert (
206 m.sequence_length.__doc__.strip()
207 == "sequence_length(arg0: collections.abc.Sequence) -> int"
208 )
209
210
211def test_map_iterator():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected