(mut self, source_map: SourceMapGeneration)
| 227 | |
| 228 | #[must_use] |
| 229 | pub fn with_source_map_generation(mut self, source_map: SourceMapGeneration) -> Self { |
| 230 | self.source_map_generation = source_map; |
| 231 | self |
| 232 | } |
| 233 | } |
| 234 | |
| 235 | impl FormatOptions for PyFormatOptions { |
no outgoing calls
no test coverage detected