Util
GITHUB_GRAPHQL_ARGUMENT_LIMIT = 100
module-attribute
fill_blob_entry_texts(client, entries, size_fill_threshold=None)
async
Fill text of all blobs (that meet requirements) in the tree.
Yields the entries as they are filled (it also modifies them in place).
fill_nested_null_trees(client, tree, recursive)
async
Fill in all null trees that are nested within the tree.
Modifies Tree in-place.
fill_tree_texts(client, tree, size_fill_threshold=None)
async
Fill text of all blobs (that meet requirements) in the tree.
Fills in chunks of 100 (the max GitHub API allows). Note: Fill in place.
get_miniblobs_from_node_ids(client, node_ids)
async
Get miniblobs from node_ids.