Example #1
0
 def __init__(self, *args):
     this = _intrules.new_IntegrationRules(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Example #2
0
 def __init__(self, *args):
     r"""__init__(IntegrationRules self, int Ref=0, int type=GaussLegendre) -> IntegrationRules"""
     _intrules.IntegrationRules_swiginit(
         self, _intrules.new_IntegrationRules(*args))