Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/test/test_module/bad_getattr2.py
vendored
Normal file
7
Dependencies/Python/Lib/test/test_module/bad_getattr2.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
def __getattr__():
|
||||
"Bad one"
|
||||
|
||||
x = 1
|
||||
|
||||
def __dir__(bad_sig):
|
||||
return []
|
Reference in New Issue
Block a user