Lines Matching refs:refcount
9 refcount.py and anno-api.py in the old Python documentation tools.
75 function, type, arg, refcount, comment = parts
81 if not refcount or refcount == "null":
82 refcount = None
84 refcount = int(refcount)
88 entry.args.append((arg, type, refcount))
91 entry.result_refs = refcount
172 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))