Searched defs:visit_comment (Results 1 – 6 of 6) sorted by relevance
/external/pigweed/pw_env_setup/py/pw_env_setup/ | ||
D | shell_visitor.py | 117 def visit_comment(self, comment): member in ShellVisitor |
D | apply_visitor.py | 63 def visit_comment(self, comment): member in ApplyVisitor |
D | json_visitor.py | 73 def visit_comment(self, comment): member in JSONVisitor |
D | batch_visitor.py | 92 def visit_comment(self, comment): member in BatchVisitor |
/external/python/cpython2/Doc/tools/extensions/ | ||
D | suspicious.py | 269 def visit_comment(self, node): member in SuspiciousVisitor |
/external/python/cpython3/Doc/tools/extensions/ | ||
D | suspicious.py | 273 def visit_comment(self, node): member in SuspiciousVisitor |