mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
every other ast object has a dict, so I think AST should, too
This commit is contained in:
parent
1f9a835400
commit
d279e286f2
1 changed files with 0 additions and 3 deletions
|
@ -195,9 +195,6 @@ class AST_Tests(unittest.TestCase):
|
||||||
with self.assertRaises(AttributeError):
|
with self.assertRaises(AttributeError):
|
||||||
x.vararg
|
x.vararg
|
||||||
|
|
||||||
with self.assertRaises(AttributeError):
|
|
||||||
x.foobar = 21
|
|
||||||
|
|
||||||
with self.assertRaises(AttributeError):
|
with self.assertRaises(AttributeError):
|
||||||
ast.AST(lineno=2)
|
ast.AST(lineno=2)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue