Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 438 Bytes

Type_hinting.md

File metadata and controls

18 lines (11 loc) · 438 Bytes

Type Hinting

  • Support when python > 3. 5

  • general python dtype

  • costum object like class you defiend

  • bother allowed like int/None

  • check if it is a numpy array

[check out at demo](/demo/type_hinting_tutorial. py)

cheat sheet

numpy shape