Sign in
third-party-mirror
/
rohanpm
/
more-executors
/
a2dc0de3959d2dd03e2db13cb874fbcd225738ef
/
.
/
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
):
...