Searched refs:cannot_set_attr (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_funcattrs.py | 30 def cannot_set_attr(self, obj, name, value, exceptions): member in FuncAttrsTest 74 self.cannot_set_attr(self.b, '__globals__', 2, 79 self.cannot_set_attr(self.b, '__builtins__', 2, 116 self.cannot_set_attr(f, "__closure__", c, AttributeError) 164 self.cannot_set_attr(self.b, '__name__', 7, TypeError) 171 self.cannot_set_attr(self.fi.a, "__name__", 'a', AttributeError) 191 self.cannot_set_attr(self.b, '__qualname__', 7, TypeError) 255 self.cannot_set_attr(self.fi.a, "__class__", self.F, TypeError) 259 self.cannot_set_attr(self.fi.a, "__func__", self.F.a, AttributeError) 263 self.cannot_set_attr(sel [all...] |
Completed in 1 milliseconds