Return the path to the source file as found by the finder.
(self, fullname)
| 941 | |
| 942 | @_check_name |
| 943 | def get_filename(self, fullname): |
| 944 | """Return the path to the source file as found by the finder.""" |
| 945 | return self.path |
| 946 | |
| 947 | def get_data(self, path): |
| 948 | """Return the data from path as raw bytes.""" |
no outgoing calls
no test coverage detected