Home
last modified time | relevance | path

Searched defs:parse_email (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/scripts/
Dcheckpatch.pl1327 sub parse_email { subroutine
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmetadata.py295 def parse_email(data: Union[bytes, str]) -> Tuple[RawMetadata, Dict[str, List[str]]]: function