Function
zope.configuration.xmlconfig.includeOverrides

Signature

includeOverrides(_context, file=None, package=None, files=None)

Documentation String

Include zcml file containing overrides

The actions in the included file are added to the context as if they were in the including file directly.

See the detailed example in test_includeOverrides in tests/text_xmlconfig.py