Skip to content

Commit

Permalink
expose is_dead function
Browse files Browse the repository at this point in the history
  • Loading branch information
simon1hofmann committed Sep 21, 2023
1 parent 9a72371 commit 7bd9089
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void gate_level_layout(pybind11::module& m, const std::string& topology)
return std::make_pair(bb.get_min(), bb.get_max());
},
DOC(fiction_bounding_box_2d_overridden))
.def("is_dead", &GateLyt::is_dead, "n"_a, DOC(fiction_gate_level_layout_is_dead))
.def("__repr__",
[](const GateLyt& lyt) -> std::string
{
Expand Down

0 comments on commit 7bd9089

Please sign in to comment.