File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,16 +363,16 @@ def get_aliases_of(self):
363363 else :
364364 return list ()
365365
366- def has_live_ancestors (self , ctxt : NetworkContext ) -> bool :
367- """Checks whether this VariableBuffer has any live ancestors , i.e. buffers that are still live and are aliased by this buffer.
366+ def has_live_aliases (self , ctxt : NetworkContext ) -> bool :
367+ """Checks whether this VariableBuffer has any live aliases , i.e. buffers that are still live and are aliased by this buffer.
368368 Parameters
369369 ----------
370370 ctxt : NetworkContext
371371 Current NetworkContext
372372 Returns
373373 -------
374374 bool
375- True if this VariableBuffer has any live ancestors , False otherwise
375+ True if this VariableBuffer has any live aliases , False otherwise
376376 """
377377 # Do a breadth-first search across the aliasing double-linked list
378378 live = self ._live
You can’t perform that action at this time.
0 commit comments