HomeSort by relevance Sort by last modified time
    Searched full:codepoint2name (Results 1 - 1 of 1) sorted by null

  /external/markdown/markdown/
inlinepatterns.py 355 def codepoint2name(code): function in function:AutomailPattern.handleMatch
357 entity = htmlentitydefs.codepoint2name.get(code)
363 letters = [codepoint2name(ord(letter)) for letter in email]

Completed in 476 milliseconds