massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / vobject / vobject / behavior.pyi
1 from typing import Any
2
3 class Behavior:
4     name: str
5     description: str
6     versionString: str
7     knownChildren: Any
8     quotedPrintable: bool
9     defaultBehavior: Any
10     hasNative: bool
11     isComponent: bool
12     allowGroup: bool
13     forceUTC: bool
14     sortFirst: Any
15     def __init__(self) -> None: ...
16     @classmethod
17     def validate(cls, obj, raiseException: bool = ..., complainUnrecognized: bool = ...): ...
18     @classmethod
19     def lineValidate(cls, line, raiseException, complainUnrecognized): ...
20     @classmethod
21     def decode(cls, line) -> None: ...
22     @classmethod
23     def encode(cls, line) -> None: ...
24     @classmethod
25     def transformToNative(cls, obj): ...
26     @classmethod
27     def transformFromNative(cls, obj) -> None: ...
28     @classmethod
29     def generateImplicitParameters(cls, obj) -> None: ...
30     @classmethod
31     def serialize(cls, obj, buf, lineLength, validate: bool = ...): ...
32     @classmethod
33     def valueRepr(cls, line): ...