Skip to content

Commit

Permalink
remove pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 7, 2024
1 parent bdaaeb8 commit f3bef82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ class Deck {
NB_MODULE(_deck, m) {
nb::class_<NodeSection>(m, "NodeSection")
.def(nb::init())
.def("__doc__", &NodeSection::PyDoc)
.def("__repr__", &NodeSection::ToString)
.def("__len__", &NodeSection::Length)
.def_ro("coordinates", &NodeSection::coord, nb::rv_policy::automatic)
Expand Down

0 comments on commit f3bef82

Please sign in to comment.