PNG  IHDR  8] PLTE S =tRNS   PNG  IHDR  8] PLTE S =tRNS   REDROOM
PHP 7.4.33
Preview: base_futures.py Size: 2.51 KB
/lib64/python3.9/asyncio/base_futures.py

__all__ = ()

import reprlib
from _thread import get_ident

from . import format_helpers

# States for Future.
_PENDING = 'PENDING'
_CANCELLED = 'CANCELLED'
_FINISHED = 'FINISHED'


def isfuture(obj):
    """Check for a Future.

    This returns True when obj is a Future instance or is advertising
    itself as duck-type compatible by setting _asyncio_future_blocking.
    See comment in Future for more details.
    """
    return (hasattr(obj.__class__, '_asyncio_future_blocking') and
            obj._asyncio_future_blocking is not None)


def _format_callbacks(cb):
    """helper function for Future.__repr__"""
    size = len(cb)
    if not size:
        cb = ''

    def format_cb(callback):
        return format_helpers._format_callback_source(callback, ())

    if size == 1:
        cb = format_cb(cb[0][0])
    elif size == 2:
        cb = '{}, {}'.format(format_cb(cb[0][0]), format_cb(cb[1][0]))
    elif size > 2:
        cb = '{}, <{} more>, {}'.format(format_cb(cb[0][0]),
                                        size - 2,
                                        format_cb(cb[-1][0]))
    return f'cb=[{cb}]'


# bpo-42183: _repr_running is needed for repr protection
# when a Future or Task result contains itself directly or indirectly.
# The logic is borrowed from @reprlib.recursive_repr decorator.
# Unfortunately, the direct decorator usage is impossible because of
# AttributeError: '_asyncio.Task' object has no attribute '__module__' error.
#
# After fixing this thing we can return to the decorator based approach.
_repr_running = set()


def _future_repr_info(future):
    # (Future) -> str
    """helper function for Future.__repr__"""
    info = [future._state.lower()]
    if future._state == _FINISHED:
        if future._exception is not None:
            info.append(f'exception={future._exception!r}')
        else:
            key = id(future), get_ident()
            if key in _repr_running:
                result = '...'
            else:
                _repr_running.add(key)
                try:
                    # use reprlib to limit the length of the output, especially
                    # for very long strings
                    result = reprlib.repr(future._result)
                finally:
                    _repr_running.discard(key)
            info.append(f'result={result}')
    if future._callbacks:
        info.append(_format_callbacks(future._callbacks))
    if future._source_traceback:
        frame = future._source_traceback[-1]
        info.append(f'created at {frame[0]}:{frame[1]}')
    return info

Directory Contents

Dirs: 1 × Files: 30

Name Size Perms Modified Actions
- drwxr-xr-x 2026-06-03 15:11:46
Edit Download
72.45 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
2.51 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
8.64 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
2.41 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
888 B lrw-r--r-- 2025-10-31 18:40:52
Edit Download
8.59 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
25.83 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
1.59 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
2.35 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
13.71 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
14.83 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
124 B lrw-r--r-- 2025-10-31 18:40:52
Edit Download
31.39 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
6.79 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
8.11 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
2.08 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
38.57 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
26.82 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
5.85 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
26.03 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
7.88 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
33.61 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
790 B lrw-r--r-- 2025-10-31 18:40:52
Edit Download
10.47 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
5.74 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
50.54 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
32.28 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
4.94 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
1.25 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download
3.30 KB lrw-r--r-- 2025-10-31 18:40:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
 !"#$%&'(()*+,-./00123456789 t\ wIDATx ]ys  47Y ƒ -  "  Rv  < f{Ɛ $k l L > L  ~h^ 1  [  r G t& h  l F z3O Y ! p A(_g̷ E8 )S 8 c  Kb"z ~ 5 J xAL WU <  *  5 m;W a pB h ~P J 2 3 6 ҙ .Ƹ P i  4g F R L P ΪK/D  M v (a3 k J Œ4N5* SH ` SdJ z  O J Xՠ V>u ߱ BE&L b2 ?2` tX+  c CB A$ i b C ĀMB E : /  # Dx &l =q Ty  0 \p I ( L Ǎ { e 4k ;`u^ヲ eP!( d {  )T A 8 O;Ě n >;s6 !  :Nx `[S D HU ~ q›J F} a g*D 49 / pn k h (t 8NxƐF _!r չ7 ZR R׷ q/5") Ӎ NY 0 x sZ!   o  fu  ,  K"$ ? pg  㕣=  1» {h " fh7    y  } € +7  $ y " X —ą - G P u 4 m >J 5 L =V ' ^@I p ?MS xЌ XV P ! h "C NS9B8̢ ]!K  e   zA , ӏkbY  !< XQ ٿyS| *" f { w  4@[S <  # 0 ! js [m  =,~ o "ݎ DHf Wo $ g ! Vԅ t mB /y Wf V4񺍸 c+@x?  B ~u " xUN e 0 BĂ) ~J pz! 7y6]l Ԥ@ P a< O /DHC `≻  N m"$  0ObB }{ x AO FCG D R ^ "B  { WDH  UR l@ T #  +"d T ; 0 i  D}. 7 ` ' ] w rE &S i ƕiTD EL P _ u h $ Ա FG wVD G L R Zf ' .!] J /ZR oGЍs Mr Ĥ ʬ 3 Q [3 cL ` ^ p + ( F;# B 5 '  2Y f [  ϶R0e }  E 7 6M aۮ H <& n % L] E}Up x紉, Uw' Q  Ǯշo k ވۙ 0N94 VX5 xEDE l D #֤ } C o )W :  ^ s 9  bRf iX5u ཱི 4 :[  T 1. | [E 2ؽ Iy\ : o x K G 5 ylP ' uK E ftb/i[3 .g _  [3M n G, #NwQ5~  ؚ) | n =Ц"x qg gB ` 듘 ~ x w ? ? R~  _ u. &VQ K˻   H C ( TN˄+ `C dA nB׭ D 3"Z G ê ^k H_ /- ~ " R_  .8 Z_ 6@ o  xg  uP ? 3լ @7AM!  E7^ - =V L  x  g-D0  CtmW 7  O  G _ WD0 g C  w1 r d w : a | \  *" f nֳ ^ H# f L ` Z ۽hV  }S F r0Ù Bć5r] @! NL iQ]{s^=4 d  WD  "  "   M; t" 8 5 e dL| "-*st" ) SWD ?R[S e ooF  20.D ? bo =) A i o d ģ ZҰaO @E =) i D a &ܟa CϞ y6 ,<%{^x%{f8? `iw^ ?/ M * IEND B`