Commit b8d1b9d7 authored by Louie Lu's avatar Louie Lu Committed by Mariatta

Mention enum as an ex (#2982)

parent ea0f7c26
...@@ -1896,8 +1896,8 @@ Metaclass example ...@@ -1896,8 +1896,8 @@ Metaclass example
^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
The potential uses for metaclasses are boundless. Some ideas that have been The potential uses for metaclasses are boundless. Some ideas that have been
explored include logging, interface checking, automatic delegation, automatic explored include enum, logging, interface checking, automatic delegation,
property creation, proxies, frameworks, and automatic resource automatic property creation, proxies, frameworks, and automatic resource
locking/synchronization. locking/synchronization.
Here is an example of a metaclass that uses an :class:`collections.OrderedDict` Here is an example of a metaclass that uses an :class:`collections.OrderedDict`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment