Searched defs:visit_comment (Results 1 – 7 of 7) sorted by relevance
/external/pigweed/pw_env_setup/py/pw_env_setup/ | ||
D | shell_visitor.py | 135 def visit_comment(self, comment): member in ShellVisitor |
D | apply_visitor.py | 66 def visit_comment(self, comment): member in ApplyVisitor |
D | gni_visitor.py | 112 def visit_comment(self, comment): member in GNIVisitor |
D | json_visitor.py | 74 def visit_comment(self, comment): member in JSONVisitor |
D | batch_visitor.py | 97 def visit_comment(self, comment): member in BatchVisitor |
/external/python/cpython3/Doc/tools/extensions/ | ||
D | suspicious.py | 273 def visit_comment(self, node): member in SuspiciousVisitor |
/external/python/cpython2/Doc/tools/extensions/ | ||
D | suspicious.py | 269 def visit_comment(self, node): member in SuspiciousVisitor |