Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
4
Dependencies/Python/Lib/idlelib/idle_test/example_stub.pyi
vendored
Normal file
4
Dependencies/Python/Lib/idlelib/idle_test/example_stub.pyi
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# An example file to test recognition of a .pyi file as Python source code.
|
||||
|
||||
class Example:
|
||||
def method(self, argument1: str, argument2: list[int]) -> None: ...
|
Reference in New Issue
Block a user