Home
last modified time | relevance | path

Searched refs:_check_content (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_ast.py1984 def _check_content(self, source, ast_node, content): member in EndPositionTests
1995 self._check_content(s, lam.body, 'None')
1996 self._check_content(s, lam.args.args[0], 'x')
1997 self._check_content(s, lam.args.vararg, 'y')
2009 self._check_content(s, fdef.body[0], 'return True')
2010 self._check_content(s, fdef.args.args[0], 'x: int')
2011 self._check_content(s, fdef.args.args[0].annotation, 'int')
2012 self._check_content(s, fdef.args.kwarg, 'kwargs: Any')
2013 self._check_content(s, fdef.args.kwarg.annotation, 'Any')
2018 self._check_content(
[all...]

Completed in 3 milliseconds