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
part_fctry: change CustomPartClass contruct to load()
Use a classmethod constructor (.load()) for CustomPartClass rather than
constructing directly. This allows custom part class to do some
pre-processing before actual construction, and keeping its __init__()
method clean, containing only simple assignments to state vars.
0 commit comments