GSTPy.NetworkInterface.list_commits_for_feature

NetworkInterface.list_commits_for_feature((NetworkInterface)self, (int)feature_id)list :

List all commits for a specific feature.

Parameters

feature_id (int) – The id of the feature.

Returns

The list of commits.

Return type

list[Commit]