MCPcopy
hub / github.com/getpelican/pelican / get_context

Function get_context

pelican/tests/support.py:185–191  ·  view source on GitHub ↗
(settings=None, **kwargs)

Source from the content-addressed store, hash-verified

183
184
185def get_context(settings=None, **kwargs):
186 context = settings.copy() if settings else {}
187 context["generated_content"] = {}
188 context["static_links"] = set()
189 context["static_content"] = {}
190 context.update(kwargs)
191 return context
192
193
194class LogCountHandler(BufferingHandler):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…