Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make all Element with Template pickable natively (#144)
* Make _parse_size robust to already parsed values (needed for unpickling a folium Map) * Add the _template_str to recover all the Elements * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * __setstate__ simplification * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * More change cleaning, keep only the Element change * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Clean verbosity & set attribute privates * Remove one action in Element setstate _template is already in self, no need to update it if not in state. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information