Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dpatchtest_parser.py27 parser = cls.get_parser()
31 def get_parser(cls): member in PatchtestParser
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient312 get_parser = subparsers.add_parser('get', help="Get the unihash for a taskhash")
313 get_parser.add_argument("method", help="Method to query")
314 get_parser.add_argument("taskhash", help="Task hash to query")
315 get_parser.set_defaults(func=handle_get)