Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

can Slot._type be removed? #242

Open
akreshuk opened this issue May 24, 2017 · 0 comments
Open

can Slot._type be removed? #242

akreshuk opened this issue May 24, 2017 · 0 comments

Comments

@akreshuk
Copy link
Member

An old issue ilastik/ilastik#290 moved here
In slot.py, the constructor does:

if not hasattr(self, "_type"):
    self._type = None

Then, in InputSlot and OutputSlot, this member is used to store strings input and output.
Could an isinstance call replace this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant