修正了种子编译器的错误
This commit is contained in:
19
Test/SlotsBugTest/temp/44bd5632a417f7ac.pyi
Normal file
19
Test/SlotsBugTest/temp/44bd5632a417f7ac.pyi
Normal file
@@ -0,0 +1,19 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
import t
|
||||
import ast
|
||||
|
||||
class Result:
|
||||
__slots__ = ('elem_type_node', 'count_node', 'is_pointer')
|
||||
def __init__(self: Result, elem: ast.AST, count: ast.AST | t.CPtr, flag: bool) -> None: pass
|
||||
elem_type_node: ast.AST
|
||||
count_node: ast.AST | t.CPtr
|
||||
is_pointer: bool
|
||||
|
||||
def main() -> int: pass
|
||||
Reference in New Issue
Block a user