예제 #1
0
파일: coda_io.py 프로젝트: mdaus/nitro
 def __init__(self):
     """__init__(io::StringStream self) -> StringStream"""
     this = _coda_io.new_StringStream()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #2
0
 def __init__(self):
     """__init__(io::StringStream self) -> StringStream"""
     this = _coda_io.new_StringStream()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #3
0
 def __init__(self):
     r"""__init__(StringStream self) -> StringStream"""
     _coda_io.StringStream_swiginit(self, _coda_io.new_StringStream())