annotate stubs/twisted/python/__init__.pyi @ 59:dbf47ed931d9

str bug in /live input socket, which maybe is never used Ignore-this: 2e61e88861150c79b1166e5f2d65b2f1
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 30 May 2019 08:37:14 +0000
parents 4f71d2a7a8d1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
1 # Stubs for twisted.python (Python 3)
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
2 #
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
4
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
5 from .compat import unicode
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
6 from .deprecate import deprecatedModuleAttribute
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
7 from .versions import Version
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
8 from typing import Any
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
9
4f71d2a7a8d1 some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
10 log: Any