Home | History | Annotate | Download | only in docs

Lines Matching refs:InnerNamespace

43          isinstance(x, metadata_model.InnerNamespace)
51 Find all descendants that are Section or InnerNamespace instances.
57 A list of Section/InnerNamespace instances
66 Find the closest ancestor that is either a Section or InnerNamespace.
72 An instance of Section or InnerNamespace
82 node: a Section or InnerNamespace instance
92 not isinstance(node, metadata_model.InnerNamespace):
93 raise TypeError("expected node to be a Section or InnerNamespace")
230 node: An instance of Section, InnerNamespace, or Kind