Custome __instancecheck__ for better reloading support
Open
advanced
enhancement
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
It looks like reloading suffers from many `isinstance` calls in the codebase. This can be probably solved by implementing a custom `__instancecheck__` for all relevant classes (at least `Shape`, `Workplane`, `Assembly`).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.