Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py112 async def get_taskhash(self, method, taskhash, all_properties=False): argument
114 {"get": {"taskhash": taskhash, "method": method, "all": all_properties}}
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient56 result = client.get_taskhash(args.method, args.taskhash, all_properties=True)