Searched defs:ignore_comments (Results 1 – 7 of 7) sorted by relevance
51 pub ignore_comments: bool, field
492 def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: function
8720 const bool ignore_comments = false; member in nlohmann::detail::lexer18972 const bool ignore_comments = false in parser()22795 const bool ignore_comments = false) in parse()22810 const bool ignore_comments = false) in parse()22822 const bool ignore_comments = false) in parse()22833 const bool ignore_comments = false) in accept()22842 const bool ignore_comments = false) in accept()22850 const bool ignore_comments = false) in accept()22862 const bool ignore_comments = false) in sax_parse()22877 const bool ignore_comments = false) in sax_parse()[all …]
2913 …def assertExpectedInline(self, actual, expect, skip=0, ignore_comments=False, ignore_empty_lines=F… argument