修正了种子编译器的错误
This commit is contained in:
25
Test/G3/temp/750067fc4b20699b.pyi
Normal file
25
Test/G3/temp/750067fc4b20699b.pyi
Normal file
@@ -0,0 +1,25 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
import t
|
||||
import stdio
|
||||
import testcheck
|
||||
from linkedlist import GSListNode
|
||||
|
||||
@t.NoVTable
|
||||
class Node(GSListNode[Node]):
|
||||
value: t.CInt
|
||||
def __init__(self: Node) -> t.CInt: pass
|
||||
|
||||
def test_node_create() -> t.CInt: pass
|
||||
|
||||
def test_node_next_field() -> t.CInt: pass
|
||||
|
||||
def test_node_chain() -> t.CInt: pass
|
||||
|
||||
def main() -> t.CInt: pass
|
||||
Reference in New Issue
Block a user