Skip to content

inspect.getargspec() is deprecated #2045

Closed
@anders-kiaer

Description

@anders-kiaer

This line triggers a DeprecationWarning on Python 3:

[...]/lib/python3.6/site-packages/plotly/express/_doc.py:503: DeprecationWarning:
inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()

getfullargspec from the same inspect package is usually a drop-in replacement on Python 3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions