You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore inheritance possibilities of various Library classes: client -> stream -> branch -> commit -> columnOffsetEvaluation should (for example) be possible all within one object
Inheritance from speckle_py objects. Example: class Client(SpeckleClient) with __init__() using super().__init__()
Inheritance between bg_specklepy classes
The text was updated successfully, but these errors were encountered:
Explore inheritance possibilities of various Library classes: client -> stream -> branch -> commit -> columnOffsetEvaluation should (for example) be possible all within one object
class Client(SpeckleClient)
with__init__()
usingsuper().__init__()
The text was updated successfully, but these errors were encountered: