pyrefcount

Contents:

  • pyrefcount
  • refcount Overflow/Underflow
  • Examples
  • APIs
pyrefcount
  • Docs »
  • Index
  • Edit on GitHub

Index

A | D | I | R | S | U | V | W

A

  • add() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)
  • add_not_zero() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)
  • args (refcount.UnderflowException attribute)

D

  • dec() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)
  • dec_and_test() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)

I

  • inc() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)
  • inc_not_zero() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)

R

  • refcount (module)
  • RefcountedValue (class in refcount)
  • Refcounter (class in refcount)

S

  • sub() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)
  • sub_and_test() (refcount.RefcountedValue method)
    • (refcount.Refcounter method)

U

  • UnderflowException
  • usecount (refcount.RefcountedValue attribute)
    • (refcount.Refcounter attribute)

V

  • value (refcount.RefcountedValue attribute)

W

  • with_traceback() (refcount.UnderflowException method)

© Copyright 2020, Paul Mundt

Built with Sphinx using a theme provided by Read the Docs.