Searched refs:yaml_content (Results 1 – 3 of 3) sorted by relevance
330 yaml_content = set()335 yaml_content |= {"man"}338 yaml_content |= {"rst"}340 if args.kdoc_item or not yaml_content:341 yaml_content |= {"KdocItem"}365 yaml_file=args.yaml_file, yaml_content=yaml_content,
16 def __init__(self, config, yaml_file, yaml_content): argument27 self.yaml_content = yaml_content38 if "man" in self.yaml_content:44 if "rst" in self.yaml_content:112 if arg and "KdocItem" in self.yaml_content:
235 yaml_file=None, yaml_content=None, logger=None): argument280 self.test_file = KDocTestFile(self.config, yaml_file, yaml_content)