Home
last modified time | relevance | path

Searched refs:strict_decoder (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/hypnotix/hypnotix-1.4/usr/lib/hypnotix/
H A Dmpv.py302 strict_decoder = lambda b: b.decode('utf-8') function
827 self.strict = _DecoderPropertyProxy(self, strict_decoder)
1043 def node_command(self, name, *args, decoder=strict_decoder):
1750 def _get_property(self, name, decoder=strict_decoder, fmt=MpvFormat.NODE):