32 lines
556 B
Python
32 lines
556 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
import c
|
|
|
|
|
|
import t
|
|
import stdio
|
|
import testcheck
|
|
import stdlib
|
|
from g4node import G4Node, new_g4node, g4node_get_next, g4node_set_next
|
|
import memhub
|
|
import caller1
|
|
import caller2
|
|
import caller3
|
|
|
|
def test_g4node_create() -> t.CInt: pass
|
|
|
|
def test_g4node_next_field() -> t.CInt: pass
|
|
|
|
def test_g4node_chain() -> t.CInt: pass
|
|
|
|
def test_caller1_direct_access() -> t.CInt: pass
|
|
|
|
def test_caller2_reverse() -> t.CInt: pass
|
|
|
|
def test_caller3_append() -> t.CInt: pass
|
|
|
|
def main() -> t.CInt: pass
|