Exemple #1
0
 def __init__(self):
     """
     The main BDF class defines all the parameters that are used.
     """
     BDFAttributes.__init__(self)
     self._nxref_errors = 100
     self._stop_on_xref_error = True
Exemple #2
0
 def __init__(self):
     """
     The main BDF class defines all the parameters that are used.
     """
     BDFAttributes.__init__(self)
     self._ixref_errors = 0
     self._nxref_errors = 100
     self._stop_on_xref_error = True
     self._stored_xref_errors = []
Exemple #3
0
 def __init__(self):
     BDFAttributes.__init__(self)
Exemple #4
0
 def __init__(self):
     """creates methods for writing cards"""
     BDFAttributes.__init__(self)
     self._auto_reject = True
     self.cards_to_read = set([])
Exemple #5
0
 def __init__(self):
     # type: () -> None
     BDFAttributes.__init__(self)
Exemple #6
0
 def __init__(self):
     BDFAttributes.__init__(self)
     self._auto_reject = True
     self.cards_to_read = set([])
Exemple #7
0
 def __init__(self):
     BDFAttributes.__init__(self)
Exemple #8
0
 def __init__(self):
     """creates methods for writing cards"""
     BDFAttributes.__init__(self)
     self._auto_reject = True
     self.cards_to_read = set([])
Exemple #9
0
 def __init__(self):
     self._type_to_slot_map = {}
     BDFAttributes.__init__(self)
Exemple #10
0
 def __init__(self):
     self._type_to_slot_map = {}
     BDFAttributes.__init__(self)