- craftutils.wrap.dragons.Table.TableColumns.not_isinstance(cls)
Return a list of columns which are not instances of the specified classes.
Parameters¶
- clsclass or tuple thereof
Column class (including mixin) or tuple of Column classes.
Returns¶
- col_listlist of Column
List of Column objects which are not instances of given classes.