Lines Matching defs:output
546 # application under Python 3 must return bytes as the output, so
547 # we force the output to be bytes here.
548 def output():
567 return output()
787 request path. Returns no output."""
827 in the request path. Returns no output."""
871 in the catalog. Returns no output."""
987 specified in the request path. Returns no output."""
1008 output."""
1095 in the request body. Returns no output."""
1132 in the request body. Returns no output."""
1166 Returns no output if successful; otherwise the response body
1391 # Ensure all fmris are output without publisher prefix
1444 output = ""
1451 output += self.__get_matching_p5i_data(rstore, pfmri)
1453 if output == "":
1459 return misc.force_bytes(output)