No description
Find a file
joshua1b 30ab196fdc Set docstring of function as None if not declared
In cpython, if there is no docstring declared in function definition,
the `__doc__` attribute of the function is None.
So this implements the behavior.

Fix #1523
2019-11-02 23:47:44 +09:00
src Set docstring of function as None if not declared 2019-11-02 23:47:44 +09:00
Cargo.toml upgrade low-risk deps 2019-10-10 21:07:26 +01:00