_origen._origen_metal.frontend#
Functions#
initialize(): Undocumented.frontend(): Undocumented.reset(): Undocumented.
- _origen._origen_metal.frontend.initialize()#
- _origen._origen_metal.frontend.frontend()#
- _origen._origen_metal.frontend.reset()#
Classes#
PyFrontend: Undocumented.PyDataStores: Undocumented.PyDataStoreCategory: Undocumented.
- class _origen._origen_metal.frontend.PyDataStores#
- add_category(category, load_function=None, autoload=None)#
- categories#
- get(key)#
- items()#
- keys()#
- remove_category(category)#
- unloaded_categories#
- values()#
- class _origen._origen_metal.frontend.PyDataStoreCategory#
- add(name, cls, init_args=None, init_kwargs=None, **func_kwargs)#
- autoload#
- get(key)#
- items()#
- keys()#
- load()#
- load_function#
- loaded#
- name#
- remove(name)#
Note: slightly changing vs. the rust trait to match how Python’s dictionaries behave. The Rust trait prototype is based on how Rust’s HashMap behaves.
- unloaded#
- values()#