cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FEA]: Add type-hints for missing modules added in cugraph_dgl package

Open VibhuJawa opened this issue 3 years ago • 0 comments

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

Medium

Please provide a clear description of problem this feature solves

In this PR https://github.com/rapidsai/cugraph/pull/2896 we have some missing type hints for dgl.backend and DataFrame specific objects , we should look into a solution for adding those.

Describe your ideal solution

Every-user facing arg should have a type-hints and have everything tested with mypy or a similar type hint checker.

Describe any alternatives you have considered

No response

Additional context

CC: @rlratzel

Code of Conduct

  • [X] I agree to follow cuGraph's Code of Conduct
  • [X] I have searched the open feature requests and have found no duplicates for this feature request

VibhuJawa avatar Nov 14 '22 19:11 VibhuJawa