Mercurial > code > home > repos > rdfdb
annotate stubs/zope/interface/__init__.pyi @ 58:263e1de4fee6
release 0.17.0
Ignore-this: 365272f959739d8857a5402e238bf95a
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 30 May 2019 08:28:34 +0000 |
parents | 4f71d2a7a8d1 |
children |
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 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
|
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 #from zope.interface.declarations import Declaration as Declaration, alsoProvides as alsoProvides, classImplements as classImplements, classImplementsOnly as classImplementsOnly, classProvides as classProvides, directlyProvidedBy as directlyProvidedBy, directlyProvides as directlyProvides, implementedBy as implementedBy, implementer as implementer, implementer_only as implementer_only, implements as implements, implementsOnly as implementsOnly, moduleProvides as moduleProvides, noLongerProvides as noLongerProvides, providedBy as providedBy, provider as provider |
4f71d2a7a8d1
some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 #from zope.interface.interface import Attribute as Attribute, Interface as Interface |
4f71d2a7a8d1
some low-quality mostly generated mypy stubs. should be shared with my other builds
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 Interface: Any |