MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / Kwargs

Class Kwargs

markdown/test_tools.py:124–126  ·  view source on GitHub ↗

A `dict` like class for holding keyword arguments.

Source from the content-addressed store, hash-verified

122
123
124class Kwargs(dict):
125 """ A `dict` like class for holding keyword arguments. """
126 pass
127
128
129def _normalize_whitespace(text):

Callers 3

TestExtensionsClass · 0.90
TestExtensionsExtraClass · 0.90
__new__Method · 0.85

Calls

no outgoing calls

Tested by 1

__new__Method · 0.68