Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient173 def handle_new_user(args, client): function
295 new_user_parser.set_defaults(func=handle_new_user)
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py264 "new-user": self.handle_new_user,
739 async def handle_new_user(self, request): member in ServerClient