Searched refs:get_first_connected_connector (Results 1 – 5 of 5) sorted by relevance
28 Connector* get_first_connected_connector() const;
27 .def_property_readonly("get_first_connected_connector", &Card::get_first_connected_connector) in init_pykmsbase()
281 Connector* Card::get_first_connected_connector() const in get_first_connected_connector() function in kms::Card
296 conn = card.get_first_connected_connector()
335 auto conn = card.get_first_connected_connector(); in main()