Return the appropriate file extension for this library.
(self)
| 617 | return self.get_base_name_prefix() |
| 618 | |
| 619 | def get_ext(self): |
| 620 | """Return the appropriate file extension for this library.""" |
| 621 | return '.a' |
| 622 | |
| 623 | def get_filename(self): |
| 624 | """Return the full name of the library file, including the file extension.""" |
no outgoing calls
no test coverage detected