Draft: WorkingPlane, Pythonic style, improved the docstring

This commit is contained in:
vocx-fc
2019-08-08 01:01:34 -05:00
committed by Yorik van Havre
parent 8ac3b21ca9
commit cf430bf754

View File

@@ -684,6 +684,10 @@ class plane:
self.weak = True
def reset(self):
"""Reset the plane.
Set the `doc` attribute to `None`, and `weak` to `True`.
"""
self.doc = None
self.weak = True