mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
added failing test for with_metaclass
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class BaseForm(object): pass
|
||||
class DeclarativeFieldsMetaclass(type): pass
|
||||
|
||||
class Form(six.with_metaclass(DeclarativeFieldsMetaclass, BaseForm)):
|
||||
pass
|
||||
Reference in New Issue
Block a user