def __init__(self, identifier_parser=None):
"""
:param IdentifierParser identifier_parser: An identifier parser for checking the 3P and 5P partners
"""
identifier_parser = identifier_parser if identifier_parser is not None else IdentifierParser()
super(LocationParser, self).__init__(Group(location_tag + nest(identifier_parser.language))(LOCATION))
评论列表
文章目录