Null Dumper

pcapkit.dumpkit.null is the dumper for pcapkit implementation, specifically for NotImplemented format, which is alike those described in dictdumper.

Note

This dumper is used when the given format is not supported, as a fallback. It shall not produce any output.

class pcapkit.dumpkit.null.NotImplementedIO(fname, **kwargs)[source]

Bases: Dumper

Unspecified output format.

property kind: Literal['null']

File format of current dumper.

Return type

Literal[‘null’]