view stubs/twisted/python/__init__.pyi @ 1921:0c54bd6e1630

color picker no longer opens on hover, and no longer shows a rainbow in small mode. Ignore-this: 637e296da9b59d81acf03eff16a4e193 you can also drag outside the large rainbow while picking and it'll snap to the closest point.
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 21:16:47 +0000
parents 0f0ff27e55a3
children
line wrap: on
line source

# Stubs for twisted.python (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from .compat import unicode
from .deprecate import deprecatedModuleAttribute
from .versions import Version
from typing import Any

log: Any