<div>Hi, </div>
<div>&nbsp;</div>
<div>I ran into this small problem. </div>
<div>&nbsp;</div>
<div>I had added a </div>
<div>&lt;meta:provides feature=&quot;afeature&quot; /&gt;</div>
<div>&nbsp;</div>
<div>This works fine for controlling ZCML directives.</div>
<div>&nbsp;</div>
<div>Now at some places in my Python code, I would like to query whether afeature is available or not. </div>
<div>What is the way to access this? </div>
<div>&nbsp;</div>
<div>Looking at ZMCL documentation of meta:provides, I could figure out that</div>
<div>zope.configuration.config.provides is used for registering the features.</div>
<div>&nbsp;</div>
<div>But couldn&#39;t figure out if this information can be accessed later on. </div>
<div>Is it not possible to get this information later? </div>
<div>&nbsp;</div>
<div>Any help would be appreciated. </div>
<div>&nbsp;</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>With regards,</div>
<div>-Shailesh</div>
<div>&nbsp;</div>
<div>&nbsp;</div>