We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f250a7 commit 4147798Copy full SHA for 4147798
marrow/schema/meta.py
@@ -27,7 +27,8 @@ class ElementMeta(type):
27
28
* `cls.__attributed__`
29
Called after class construction to allow you to easily perform additional work, post-annotation.
30
- Should be a classmethod for full effect.
+ Should be a classmethod for full effect. Deprecatedi for many use cases; use Python's own `__init_subclass__`
31
+ instead. (This also allows arguments to be passed within the class definition, which is more flexible.)
32
33
* `cls.__fixup__`
34
If an instance of your Element subclass is assigned as a property to an Element subclass, this method of your
0 commit comments