Home
last modified time | relevance | path

Searched defs:isfuture (Results 1 – 20 of 20) sorted by relevance

/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dbase_futures.py14 def isfuture(obj): function
H A Dfutures.py18 isfuture = base_futures.isfuture variable
/dports/lang/python37/Python-3.7.12/Lib/asyncio/
H A Dbase_futures.py23 def isfuture(obj): function
H A Dfutures.py21 isfuture = base_futures.isfuture variable
/dports/net/py-duet/duet-0.2.3/duet/
H A Dfuturetools.py51 def isfuture(value: Any) -> bool: member in AwaitableFuture
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.pyx75 cdef isfuture(obj): function