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

Class FormalSetLike

tests/test_stl.py:711–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 # Implements the Set protocol by reusing BareSetLike's implementation.
710 # Additionally, inherits from collections.abc.Set.
711 class FormalSetLike(BareSetLike, Set):
712 pass
713
714 # convert mode
715 assert (

Callers 1

test_set_caster_protocolFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_set_caster_protocolFunction · 0.68