Home
last modified time | relevance | path

Searched defs:res_json (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/
H A Dutils.py188 def res_json(res, jsontype="JSON", exception=PluginError): function
/dports/science/conduit/conduit-0.8.0/src/tests/conduit/
H A Dt_conduit_schema.cpp367 std::string res_json = s.to_json(); in TEST() local