Searched refs:fetchall (Results 1 – 5 of 5) sorted by relevance
113 rows = data.fetchall()133 rows = data.fetchall()149 rows = data.fetchall()
72 fetchall|devshell|buildall|listtasks|checkuri|checkuriall) return;;
521 return [map_user(r) for r in cursor.fetchall()]562 for row in cursor.fetchall():
136 tree" tasks have been removed (e.g. ``fetchall``, ``checkuriall``,141 bitbake <target> -c fetchall
494 def lfs_fetch(self, ud, d, clonedir, revision, fetchall=False, progresshandler=None): argument503 lfs_fetch_cmd = "%s lfs fetch %s" % (ud.basecmd, "--all" if fetchall else "")