mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 16:48:27 +08:00
committed by
Jelle Zijlstra
parent
885c2fd65e
commit
fdeae5d00e
2
third_party/2/fb303/FacebookService.pyi
vendored
2
third_party/2/fb303/FacebookService.pyi
vendored
@@ -58,7 +58,7 @@ class Client(Iface):
|
||||
def shutdown(self): ...
|
||||
def send_shutdown(self): ...
|
||||
|
||||
class Processor(Iface, TProcessor):
|
||||
class Processor(Iface, TProcessor): # type: ignore
|
||||
def __init__(self, handler) -> None: ...
|
||||
def process(self, iprot, oprot): ...
|
||||
def process_getName(self, seqid, iprot, oprot): ...
|
||||
|
||||
2
third_party/2/scribe/scribe.pyi
vendored
2
third_party/2/scribe/scribe.pyi
vendored
@@ -13,7 +13,7 @@ class Client(fb303.FacebookService.Client, Iface):
|
||||
def send_Log(self, messages): ...
|
||||
def recv_Log(self): ...
|
||||
|
||||
class Processor(fb303.FacebookService.Processor, Iface, TProcessor):
|
||||
class Processor(fb303.FacebookService.Processor, Iface, TProcessor): # type: ignore
|
||||
def __init__(self, handler) -> None: ...
|
||||
def process(self, iprot, oprot): ...
|
||||
def process_Log(self, seqid, iprot, oprot): ...
|
||||
|
||||
Reference in New Issue
Block a user