Home
last modified time | relevance | path

Searched refs:_ignore_starts (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dkdl.py23 _ignore_starts = '\'"'+''.join(codepoint_to_chr(x) for x in list(range(0x2018, 0x201e))+[0x2032, 0x… variable
28 if title and title[0] in _ignore_starts:
H A D__init__.py177 _ignore_starts = '\'"'+''.join(codepoint_to_chr(x) for x in variable
187 if title and title[0] in _ignore_starts:
197 if title[0] in _ignore_starts: