8000 Duplicate attributes in tornado stubs · Issue #2423 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content
Duplicate attributes in tornado stubs #2423
< 6972 path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0Z">Closed
@ilevkivskyi

Description

@ilevkivskyi

I am working on some unrelated things and noticed these errors:

mypy/typeshed/third_party/2/tornado/httpclient.pyi:58: error: Name 'headers' already defined on line 26
mypy/typeshed/third_party/2/tornado/httpclient.pyi:62: error: Name 'body' already defined on line 33
mypy/typeshed/third_party/2/tornado/httpclient.pyi:66: error: Name 'body_producer' already defined on line 34
mypy/typeshed/third_party/2/tornado/httpclient.pyi:70: error: Name 'streaming_callback' already defined on line 45
mypy/typeshed/third_party/2/tornado/httpclient.pyi:74: error: Name 'header_callback' already defined on line 46
mypy/typeshed/third_party/2/tornado/httpclient.pyi:78: error: Name 'prepare_curl_callback' already defined on line 47

This are technically OK, but anyway it looks like an inconsistency that should not be in typeshed IMO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0