Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
5
Dependencies/Python/Lib/test/test_module/bad_getattr3.py
vendored
Normal file
5
Dependencies/Python/Lib/test/test_module/bad_getattr3.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
def __getattr__(name):
|
||||
if name != 'delgetattr':
|
||||
raise AttributeError
|
||||
del globals()['__getattr__']
|
||||
raise AttributeError
|
Reference in New Issue
Block a user