MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / post_author

Function post_author

scripts/website/americanize_spelling.py:144–146  ·  view source on GitHub ↗
(front_matter)

Source from the content-addressed store, hash-verified

142
143
144def post_author(front_matter):
145 m = re.search(r"^author:\s*[\"']?([^\"'\n]+)", front_matter, re.M)
146 return (m.group(1).strip() if m else "")
147
148
149def process_file(path, write, counts, skipped):

Callers 1

process_fileFunction · 0.85

Calls 3

groupMethod · 0.65
searchMethod · 0.45
stripMethod · 0.45

Tested by

no test coverage detected