pydatastructs icon indicating copy to clipboard operation
pydatastructs copied to clipboard

Modifying code to use, `typing` module.

Open czgdp1807 opened this issue 4 years ago • 6 comments

Description of the problem

From now onwards, the new code should use typing module and the existing code in master should be modified to use typing module.

Example of the problem

References/Other comments

See, https://docs.python.org/3/library/typing.html

czgdp1807 avatar May 07 '20 08:05 czgdp1807

I like to take this issue and solve it.

mightomi avatar May 27 '20 08:05 mightomi

Sure, go ahead.

czgdp1807 avatar May 27 '20 15:05 czgdp1807

i am intersting in this project like to solve the issue.

shubhanshu-coder avatar Dec 04 '20 06:12 shubhanshu-coder

Sure. Please read https://github.com/codezonediitj/pydatastructs/wiki/Issue-Policy

czgdp1807 avatar Dec 07 '20 07:12 czgdp1807

/assign

ishitakapoor26 avatar Mar 25 '21 04:03 ishitakapoor26

@czgdp1807, can you explain what you want to achieve using the typing module? Using the typing module allows using type annotations in code. This does not affect runtime. Please show some examples of existing code that needs to be replaced given the use of typing.

AABur avatar Apr 17 '23 22:04 AABur