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')