예제 #1
0
파일: StepVector.py 프로젝트: wkopp/htseq
 def __init__(self, first: 'step_vector< double >::const_iterator',
              last_: 'step_vector< double >::const_iterator'):
     this = _StepVector.new__StepVector_Iterator_float(first, last_)
     try:
         self.this.append(this)
     except builtins.Exception:
         self.this = this
예제 #2
0
 def __init__(self, first, last_):
     this = _StepVector.new__StepVector_Iterator_float(first, last_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #3
0
 def __init__(self, first, last_):
     _StepVector._StepVector_Iterator_float_swiginit(
         self, _StepVector.new__StepVector_Iterator_float(first, last_))
예제 #4
0
 def __init__(self, *args): 
     this = _StepVector.new__StepVector_Iterator_float(*args)
     try: self.this.append(this)
     except: self.this = this
예제 #5
0
 def __init__(self, first, last_):
     this = _StepVector.new__StepVector_Iterator_float(first, last_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #6
0
 def __init__(self, first: "step_vector< double >::const_iterator",
              last_: "step_vector< double >::const_iterator"):
     _StepVector._StepVector_Iterator_float_swiginit(
         self, _StepVector.new__StepVector_Iterator_float(first, last_))
예제 #7
0
 def __init__(self, *args): 
     this = _StepVector.new__StepVector_Iterator_float(*args)
     try: self.this.append(this)
     except: self.this = this