Classes | |
class | Namespace |
Functions | |
list | find_sub_namespace ("Namespace" namespace, List["Namespace"] str_namespaces) |
GTSAM Copyright 2010-2020, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 All Rights Reserved See LICENSE for the license information Classes and rules to parse a namespace. Author: Duy Nguyen Ta, Fan Jiang, Matthew Sklar, Varun Agrawal, and Frank Dellaert
list gtwrap.interface_parser.namespace.find_sub_namespace | ( | "Namespace" | namespace, |
List["Namespace"] | str_namespaces | ||
) |
Get the namespaces nested under `namespace`, filtered by a list of namespace strings. Args: namespace: The top-level namespace under which to find sub-namespaces. str_namespaces: The list of namespace strings to filter against.
Definition at line 29 of file interface_parser/namespace.py.