mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 21:18:42 -06:00
Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
8
Dependencies/Python/Lib/test/test_pydoc/module_none.py
vendored
Normal file
8
Dependencies/Python/Lib/test/test_pydoc/module_none.py
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
def func():
|
||||
pass
|
||||
func.__module__ = None
|
||||
|
||||
class A:
|
||||
def method(self):
|
||||
pass
|
||||
method.__module__ = None
|
Reference in New Issue
Block a user