question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Static Type Hinting: `dataprofiler/reports/graphs.py`

See original GitHub issue

Is your feature request related to a problem? Please describe. Improve the project in the area of

  • Make collaboration and code contribution easier
  • Getting started with the code when a contributor is new to the code base

Describe the outcome you’d like: Utilizing types from mypy documentation for python3, implement type hinting in dataprofiler/reports/graphs.py.

Additional context:

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
stefanycoimbracommented, Sep 17, 2022

I’m working on this.

1reaction
stefanycoimbracommented, Oct 6, 2022

Yes, I’m trying to submit it now. Sorry for the delay, I had to fix my computer.

Read more comments on GitHub >

github_iconTop Results From Across the Web

typing — Support for type hints — Python 3.11.1 documentation
Source code: Lib/typing.py This module provides runtime support for type hints. The most fundamental support consists of the types Any, Union, Callable, ...
Read more >
Advanced static type hints in Python | Lab Digital
A writeup of advanced python static type annotation techniques (protocols, aliasing, generics) and its implications (automated property ...
Read more >
Python Type Checking (Guide) - Real Python
Type annotations and type hints; Adding static types to code, both your code and the code of others; Running a static type checker;...
Read more >
10. Static Type Hinting — Level Up Your Python - GitHub Pages
Static typing has some great features worth checking out: Unions (New syntax in Python 3.10). Generic Types (New syntax in Python 3.9). Protocols....
Read more >
Code Better With Type Hints - Part 1 - PyBites
In this first part I will give a short introduction to type hints, comparing the two concepts of static typing versus dynamic typing,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found