massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / fb303 / FacebookService.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/fb303/FacebookService.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/fb303/FacebookService.pyi
new file mode 100644 (file)
index 0000000..4ca1d22
--- /dev/null
@@ -0,0 +1,297 @@
+from typing import Any\r
+from thrift.Thrift import TProcessor  # type: ignore\r
+\r
+fastbinary = ...  # type: Any\r
+\r
+class Iface:\r
+    def getName(self): ...\r
+    def getVersion(self): ...\r
+    def getStatus(self): ...\r
+    def getStatusDetails(self): ...\r
+    def getCounters(self): ...\r
+    def getCounter(self, key): ...\r
+    def setOption(self, key, value): ...\r
+    def getOption(self, key): ...\r
+    def getOptions(self): ...\r
+    def getCpuProfile(self, profileDurationInSec): ...\r
+    def aliveSince(self): ...\r
+    def reinitialize(self): ...\r
+    def shutdown(self): ...\r
+\r
+class Client(Iface):\r
+    def __init__(self, iprot, oprot=...) -> None: ...\r
+    def getName(self): ...\r
+    def send_getName(self): ...\r
+    def recv_getName(self): ...\r
+    def getVersion(self): ...\r
+    def send_getVersion(self): ...\r
+    def recv_getVersion(self): ...\r
+    def getStatus(self): ...\r
+    def send_getStatus(self): ...\r
+    def recv_getStatus(self): ...\r
+    def getStatusDetails(self): ...\r
+    def send_getStatusDetails(self): ...\r
+    def recv_getStatusDetails(self): ...\r
+    def getCounters(self): ...\r
+    def send_getCounters(self): ...\r
+    def recv_getCounters(self): ...\r
+    def getCounter(self, key): ...\r
+    def send_getCounter(self, key): ...\r
+    def recv_getCounter(self): ...\r
+    def setOption(self, key, value): ...\r
+    def send_setOption(self, key, value): ...\r
+    def recv_setOption(self): ...\r
+    def getOption(self, key): ...\r
+    def send_getOption(self, key): ...\r
+    def recv_getOption(self): ...\r
+    def getOptions(self): ...\r
+    def send_getOptions(self): ...\r
+    def recv_getOptions(self): ...\r
+    def getCpuProfile(self, profileDurationInSec): ...\r
+    def send_getCpuProfile(self, profileDurationInSec): ...\r
+    def recv_getCpuProfile(self): ...\r
+    def aliveSince(self): ...\r
+    def send_aliveSince(self): ...\r
+    def recv_aliveSince(self): ...\r
+    def reinitialize(self): ...\r
+    def send_reinitialize(self): ...\r
+    def shutdown(self): ...\r
+    def send_shutdown(self): ...\r
+\r
+class Processor(Iface, TProcessor):\r
+    def __init__(self, handler) -> None: ...\r
+    def process(self, iprot, oprot): ...\r
+    def process_getName(self, seqid, iprot, oprot): ...\r
+    def process_getVersion(self, seqid, iprot, oprot): ...\r
+    def process_getStatus(self, seqid, iprot, oprot): ...\r
+    def process_getStatusDetails(self, seqid, iprot, oprot): ...\r
+    def process_getCounters(self, seqid, iprot, oprot): ...\r
+    def process_getCounter(self, seqid, iprot, oprot): ...\r
+    def process_setOption(self, seqid, iprot, oprot): ...\r
+    def process_getOption(self, seqid, iprot, oprot): ...\r
+    def process_getOptions(self, seqid, iprot, oprot): ...\r
+    def process_getCpuProfile(self, seqid, iprot, oprot): ...\r
+    def process_aliveSince(self, seqid, iprot, oprot): ...\r
+    def process_reinitialize(self, seqid, iprot, oprot): ...\r
+    def process_shutdown(self, seqid, iprot, oprot): ...\r
+\r
+class getName_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getName_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getVersion_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getVersion_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getStatus_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getStatus_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getStatusDetails_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getStatusDetails_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getCounters_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getCounters_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getCounter_args:\r
+    thrift_spec = ...  # type: Any\r
+    key = ...  # type: Any\r
+    def __init__(self, key=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getCounter_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class setOption_args:\r
+    thrift_spec = ...  # type: Any\r
+    key = ...  # type: Any\r
+    value = ...  # type: Any\r
+    def __init__(self, key=..., value=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class setOption_result:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getOption_args:\r
+    thrift_spec = ...  # type: Any\r
+    key = ...  # type: Any\r
+    def __init__(self, key=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getOption_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getOptions_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getOptions_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getCpuProfile_args:\r
+    thrift_spec = ...  # type: Any\r
+    profileDurationInSec = ...  # type: Any\r
+    def __init__(self, profileDurationInSec=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class getCpuProfile_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class aliveSince_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class aliveSince_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class reinitialize_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class shutdown_args:\r
+    thrift_spec = ...  # type: Any\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r