Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Five.grok 注册命名适配器。
ZCML 等价物是:
<adapter name="description" factory=".indexers.mytype_description" />
grok 等价物是
from five import grok grok.global_adapter(mytype_description, name='description')