MCPcopy Create free account
hub / github.com/GStreamer/gst-python / usage

Function usage

old_examples/play.py:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273
274def main(args):
275 def usage():
276 sys.stderr.write("usage: %s URI-OF-MEDIA-FILE\n" % args[0])
277 sys.exit(1)
278
279 # Need to register our derived widget types for implicit event
280 # handlers to get called.

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected