aiida-core icon indicating copy to clipboard operation
aiida-core copied to clipboard

♻️ REFACTOR: Remove `Entity.from_backend_entity` from the public API

Open chrisjsewell opened this issue 2 years ago • 0 comments

This should not be exposed on the public API, for e.g. Node (see #4976). Instead, we move it to a pure function.

Note, you could rename to Entity._from_backend_entity, but this generates numerous pylint protected-access warnings

chrisjsewell avatar Mar 15 '22 05:03 chrisjsewell