Lines Matching refs:anchor
9 attributes = [key for key in ['anchor', 'tag', 'implicit', 'value']
16 def __init__(self, anchor, start_mark=None, end_mark=None):
17 self.anchor = anchor
22 def __init__(self, anchor, tag, implicit, start_mark=None, end_mark=None,
24 self.anchor = anchor
65 def __init__(self, anchor, tag, implicit, value,
67 self.anchor = anchor