Skip to content

Odd formatting of the "helping box" when having tuples in custom function signatures #138

@ikanobori

Description

@ikanobori
#!python

>>> def foo(a, b, (c, d)): pass
... 
>>> foo(
┌─────────────────────────────────────────────────────────┐
│ foo: (a, b, ['c', 'd'])                                 │
└─────────────────────────────────────────────────────────┘

The ['c', 'd'] seems rather strange to me. I would have expected to see foo: (a, b, (c, d)) there.


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions