def __init__(self):
     """__init__(JsgfRule self) -> JsgfRule"""
     this = _sphinxbase.new_JsgfRule()
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Beispiel #2
0
 def __init__(self):
     """__init__(JsgfRule self) -> JsgfRule"""
     this = _sphinxbase.new_JsgfRule()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #3
0
 def __init__(self):
     r"""__init__(JsgfRule self) -> JsgfRule"""
     _sphinxbase.JsgfRule_swiginit(self, _sphinxbase.new_JsgfRule())