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

Function _handle_double_quote

markdown/extensions/attr_list.py:38–40  ·  view source on GitHub ↗
(s, t)

Source from the content-addressed store, hash-verified

36
37
38def _handle_double_quote(s, t):
39 k, v = t.split('=', 1)
40 return k, v.strip('"')
41
42
43def _handle_single_quote(s, t):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected