podio.pythonizations package
Subpackages
Submodules
podio.pythonizations.collection_subscript module
Pythonize subscript operation for collections
- class podio.pythonizations.collection_subscript.CollectionSubscriptPythonizer
Bases:
Pythonizer
Bound-check __getitem__ for classes derived from podio::CollectionBase
- classmethod filter(class_, name)
Abstract classmethod to filter classes to which the pythonizations should be applied
- Parameters:
class (type) – Class object.
name (str) – Name of the class.
- Returns:
True if class should be pythonized.
- Return type:
bool
- classmethod modify(class_, name)
Abstract classmethod modifying classes to be pythonized
- Parameters:
class (type) – Class object.
name (str) – Name of the class.
- classmethod priority()
Order in which the pythonizations are applied
- Returns:
Priority
- Return type:
int
Module contents
cppyy pythonizations for podio
- podio.pythonizations.load_pythonizations(namespace)
Register all available pythonizations for a given namespace