Return the path to the source file as found by the finder.
(self, fullname)
| 913 | |
| 914 | @_check_name |
| 915 | def get_filename(self, fullname): |
| 916 | """Return the path to the source file as found by the finder.""" |
| 917 | return self.path |
| 918 | |
| 919 | def get_data(self, path): |
| 920 | """Return the data from path as raw bytes.""" |
no outgoing calls
no test coverage detected