Searched refs:getfile (Results 1 – 2 of 2) sorted by relevance
78 def test_compile_proto_relative_path(self, getfile, compile_import_proto): argument79 getfile.return_value = '/path/to/class/file.py'90 def test_compile_proto_absolute_path(self, getfile, compile_import_proto): argument96 getfile.assert_not_called()103 getfile, argument
143 classfile = inspect.getfile(cls)