Skip to content

Test for exact type rather than type-or-subclass

Alex Pearce requested to merge apearce-dataobject-type-check into master

We want to filter out DataObject types, whereas isinstance will also filter out subclasses of DataObject (which is what we're interested in).

Merge request reports