Close this node in the tree. This method is completely equivalent to :meth:`Leaf._f_close`.
(self, flush: bool = True)
| 1055 | super()._f_close() |
| 1056 | |
| 1057 | def close(self, flush: bool = True) -> None: |
| 1058 | """Close this node in the tree. |
| 1059 | |
| 1060 | This method is completely equivalent to :meth:`Leaf._f_close`. |
| 1061 | |
| 1062 | """ |
| 1063 | self._f_close(flush) |