aac.context.util¶
Common utility functions for the context package.
Functions
| 
 | Returns the fully qualified name of a class, given the package name and class name. | 
| 
 | Returns a Python class name from a given name, which may contain dashes and underscores. | 
| 
 | Returns a Python module name, with underscores, from a given package name, which may contain dashes and spaces. | 
- aac.context.util.get_fully_qualified_name(package_name: str, class_name: str) str[source]¶
- Returns the fully qualified name of a class, given the package name and class name. - Parameters:
- package_name (str) 
- class_name (str) 
 
- Return type:
- str