Ejemplo n.º 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
Ejemplo n.º 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 = []
Ejemplo n.º 3
0
 def __init__(self):
     BDFAttributes.__init__(self)
Ejemplo n.º 4
0
 def __init__(self):
     """creates methods for writing cards"""
     BDFAttributes.__init__(self)
     self._auto_reject = True
     self.cards_to_read = set([])
Ejemplo n.º 5
0
 def __init__(self):
     # type: () -> None
     BDFAttributes.__init__(self)
Ejemplo n.º 6
0
 def __init__(self):
     BDFAttributes.__init__(self)
     self._auto_reject = True
     self.cards_to_read = set([])
Ejemplo n.º 7
0
 def __init__(self):
     BDFAttributes.__init__(self)
Ejemplo n.º 8
0
 def __init__(self):
     """creates methods for writing cards"""
     BDFAttributes.__init__(self)
     self._auto_reject = True
     self.cards_to_read = set([])
Ejemplo n.º 9
0
 def __init__(self):
     self._type_to_slot_map = {}
     BDFAttributes.__init__(self)
Ejemplo n.º 10
0
 def __init__(self):
     self._type_to_slot_map = {}
     BDFAttributes.__init__(self)