Searched refs:build_treeprocessors (Results 1 – 2 of 2) sorted by relevance
29 from .treeprocessors import build_treeprocessors106 self.treeprocessors = build_treeprocessors(self)
28 def build_treeprocessors(md, **kwargs): function