Skip to content

Add a troubleshooting tip for "object is not callable" #649

@PeterJCLaw

Description

@PeterJCLaw

In Python you get TypeError: 'something' object is not callable if you try to use parentheses where you should perhaps use square brackets, such as:

R.something('SR123ab')

It would be great to add this as an example to the troubleshooting guide or common Python problems guides or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions