예제 #1
0
 def __init__(self, first_, second_):
     this = _StepVector.new__Pair_int_int(first_, second_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #2
0
 def __init__(self, first_, second_):
     _StepVector._Pair_int_int_swiginit(
         self, _StepVector.new__Pair_int_int(first_, second_))
예제 #3
0
 def __init__(self, *args): 
     this = _StepVector.new__Pair_int_int(*args)
     try: self.this.append(this)
     except: self.this = this
예제 #4
0
 def __init__(self, first_, second_):
     this = _StepVector.new__Pair_int_int(first_, second_)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #5
0
 def __init__(self, *args): 
     this = _StepVector.new__Pair_int_int(*args)
     try: self.this.append(this)
     except: self.this = this
예제 #6
0
파일: StepVector.py 프로젝트: wkopp/htseq
 def __init__(self, first_: 'long', second_: 'int'):
     this = _StepVector.new__Pair_int_int(first_, second_)
     try:
         self.this.append(this)
     except builtins.Exception:
         self.this = this