snapshot before regression test
This commit is contained in:
22
.transpyc_cache/3c2fbc9e35ad3bf2.pyi
Normal file
22
.transpyc_cache/3c2fbc9e35ad3bf2.pyi
Normal file
@@ -0,0 +1,22 @@
|
||||
"""
|
||||
Auto-generated Python stub file from func_test.py
|
||||
Module: func_test
|
||||
"""
|
||||
|
||||
|
||||
import stdio
|
||||
import t, c
|
||||
|
||||
def add(a: int, b: int) -> int: pass
|
||||
|
||||
def mul(a: int, b: int) -> int: pass
|
||||
|
||||
def square(x: int) -> int: pass
|
||||
|
||||
def factorial(n: int) -> int: pass
|
||||
|
||||
def greet(greeting: str, name: str, times: int) -> int: pass
|
||||
|
||||
def sub(a: int, b: int) -> int: pass
|
||||
|
||||
def func_test() -> int: pass
|
||||
Reference in New Issue
Block a user