MCPcopy
hub / github.com/pallets/werkzeug / parse_creole

Function parse_creole

examples/simplewiki/utils.py:49–51  ·  view source on GitHub ↗

Parse some creole markup and create a genshi stream.

(markup)

Source from the content-addressed store, hash-verified

47
48
49def parse_creole(markup):
50 """Parse some creole markup and create a genshi stream."""
51 return creole_parser.generate(markup)
52
53
54def href(*args, **kw):

Callers 1

renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected