We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7802c5e commit a9c96f6Copy full SHA for a9c96f6
can/io/logger.py
@@ -80,10 +80,12 @@ def __new__( # type: ignore
80
cls: Any, filename: Optional[StringPathLike], *args: Any, **kwargs: Any
81
) -> MessageWriter:
82
"""
83
- :param filename: the filename/path of the file to write to,
84
- may be a path-like object or None to
85
- instantiate a :class:`~can.Printer`
86
- :raises ValueError: if the filename's suffix is of an unknown file type
+ :param filename:
+ the filename/path of the file to write to,
+ may be a path-like object or None to
+ instantiate a :class:`~can.Printer`
87
+ :raises ValueError:
88
+ if the filename's suffix is of an unknown file type
89
90
if filename is None:
91
return Printer(*args, **kwargs)
0 commit comments