Exemplo n.º 1
0
    def _read_bulk_data_deck(self):
        """
        Hacks the _read_bulk_data_deck method to do some pre/post processing,
        but still calls the orignal function.

        ..see::  BDF._read_bulk_data_deck()
        """
        self._start_writing()
        BDF._read_bulk_data_deck(self)
        self._finish_writing()
Exemplo n.º 2
0
 def _read_bulk_data_deck(self):
     """
     Hacks the _read_bulk_data_deck method to do some pre/post processing,
     but still calls the orignal function.
     
     ..see::  BDF._read_bulk_data_deck()
     """
     self._start_writing()
     BDF._read_bulk_data_deck(self)
     self._finish_writing()