Lines Matching refs:kind_name
251 def get_children_by_filtering_kind(section, kind_name, member='entries'):
257 kind_name: A name of the kind, i.e. 'dynamic' or 'static' or 'controls'
263 matched_kind = next((i for i in section.merged_kinds if i.name == kind_name), None)
1185 def any_visible(section, kind_name, visibilities):
1192 kind_name: A name of the kind, i.e. 'dynamic' or 'static' or 'controls'
1199 for inner_namespace in get_children_by_filtering_kind(section, kind_name,
1204 return any(filter_visibility(get_children_by_filtering_kind(section, kind_name,