|
|
|||
File indexing completed on 2026-07-26 08:22:17
0001 # SPDX-PackageName = "traccc, a part of the ACTS project" 0002 # SPDX-FileCopyrightText: CERN 0003 # SPDX-License-Identifier: MPL-2.0 0004 0005 0006 def is_parent_of(subj, parent_str): 0007 for p in subj.iter_parents(): 0008 if str(subj) == parent_str or str(p) == parent_str: 0009 return True 0010 return False
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|