Sign in
third-party-mirror
/
rohanpm
/
more-executors
/
5f095fdd6678d892d7d5ce7fac623fa92d52beeb
/
.
/
more_executors
/
_impl
/
bind.pyi
blob: 41c58c1b3ef7dce0ef25a9b155c7657dbf6fbeb1 [
file
]
from
.
wrap
import
CanCustomize
as
CanCustomize
class
BoundCallable
(
CanCustomize
):
def
__init__
(
self
,
executor
,
fn
)
->
None
:
...
def
__call__
(
self
,
*
args
,
**
kwargs
):
...