blob: 41c58c1b3ef7dce0ef25a9b155c7657dbf6fbeb1 [file]
from .wrap import CanCustomize as CanCustomize
class BoundCallable(CanCustomize):
def __init__(self, executor, fn) -> None: ...
def __call__(self, *args, **kwargs): ...