Home
last modified time | relevance | path

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

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dindex.py632 def get_unstaged_changes(index, root_path, filter_blob_callback=None): argument
650 if filter_blob_callback is not None:
651 blob = filter_blob_callback(blob, tree_path)
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dindex.py657 def get_unstaged_changes(index, root_path, filter_blob_callback=None): argument
680 if filter_blob_callback is not None:
681 blob = filter_blob_callback(blob, tree_path)