( self )
| 745 | |
| 746 | |
| 747 | def FileParseRequestReady( self ): |
| 748 | # Return True if server is not ready yet, to stop repeating check timer. |
| 749 | return ( not self.IsServerReady() or |
| 750 | self.CurrentBuffer().FileParseRequestReady() ) |
| 751 | |
| 752 | |
| 753 | def HandleFileParseRequest( self, block = False ): |
no test coverage detected