![]() |
Belle II Software
release-06-02-00
|
Public Member Functions | |
| def | __init__ (self, path=None) |
| def | __contains__ (self, module_name) |
| def | index (self, module_name) |
Public Attributes | |
| path | |
| Attribute to hold path object that this class wraps. | |
Private Member Functions | |
| def | _update_names (self) |
Private Attributes | |
| _module_names | |
| Holds a list of module names for the path in self.path. | |
Simple wrapper for basf2 paths to allow some extra python functionality directly on them e.g. comparing whether or not a module is contained within a path with 'in' keyword.
| def __init__ | ( | self, | |
path = None |
|||
| ) |
| def __contains__ | ( | self, | |
| module_name | |||
| ) |
|
private |
| def index | ( | self, | |
| module_name | |||
| ) |