git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6271 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
149 B
Python
9 lines
149 B
Python
import sys
|
|
import file_test
|
|
|
|
file_test.nfile(sys.stdout)
|
|
|
|
cstdout = file_test.GetStdOut()
|
|
|
|
file_test.nfile(cstdout)
|
|
file_test.nfile_name("test.dat")
|