Definition at line 15 of file GaudiHandles.py.
| def GaudiKernel.GaudiHandles.GaudiHandle.__init__ |
( |
|
self, |
|
|
|
typeAndName |
|
) |
| |
Definition at line 19 of file GaudiHandles.py.
21 if hasattr(typeAndName,
"toStringProperty"):
23 typeAndName = typeAndName.toStringProperty()
24 if type(typeAndName) != str:
25 raise TypeError(
"Argument to %s must be a string. Got a %s instead" % \
26 ( self.__class__.__name__,
type(typeAndName).__name__) )
def __init__(self, typeAndName)
| def GaudiKernel.GaudiHandles.GaudiHandle.__init__ |
( |
|
self, |
|
|
|
typeAndName |
|
) |
| |
Definition at line 19 of file GaudiHandles.py.
21 if hasattr(typeAndName,
"toStringProperty"):
23 typeAndName = typeAndName.toStringProperty()
24 if type(typeAndName) != str:
25 raise TypeError(
"Argument to %s must be a string. Got a %s instead" % \
26 ( self.__class__.__name__,
type(typeAndName).__name__) )
def __init__(self, typeAndName)
| def GaudiKernel.GaudiHandles.GaudiHandle.__repr__ |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.__repr__ |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.__str__ |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.__str__ |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.getFullName |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.getFullName |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.getGaudiHandle |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.getGaudiHandle |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.getName |
( |
|
self | ) |
|
Get the 'name' part of the \"type/name\" string.
If only a type is given, this will be returned as the name.
If the \"type/name\" string is empty, it will return an emtpy string.
Definition at line 53 of file GaudiHandles.py.
54 """Get the 'name' part of the \"type/name\" string.
55 If only a type is given, this will be returned as the name.
56 If the \"type/name\" string is empty, it will return an emtpy string."""
57 slash = self.typeAndName.find(
'/')
| def GaudiKernel.GaudiHandles.GaudiHandle.getName |
( |
|
self | ) |
|
Get the 'name' part of the \"type/name\" string.
If only a type is given, this will be returned as the name.
If the \"type/name\" string is empty, it will return an emtpy string.
Definition at line 53 of file GaudiHandles.py.
54 """Get the 'name' part of the \"type/name\" string.
55 If only a type is given, this will be returned as the name.
56 If the \"type/name\" string is empty, it will return an emtpy string."""
57 slash = self.typeAndName.find(
'/')
| def GaudiKernel.GaudiHandles.GaudiHandle.getType |
( |
|
self | ) |
|
Get the 'type' part of the \"type/name\" string.
Definition at line 43 of file GaudiHandles.py.
44 """Get the 'type' part of the \"type/name\" string."""
45 slash = self.typeAndName.find(
'/')
| def GaudiKernel.GaudiHandles.GaudiHandle.getType |
( |
|
self | ) |
|
Get the 'type' part of the \"type/name\" string.
Definition at line 43 of file GaudiHandles.py.
44 """Get the 'type' part of the \"type/name\" string."""
45 slash = self.typeAndName.find(
'/')
| def GaudiKernel.GaudiHandles.GaudiHandle.toStringProperty |
( |
|
self | ) |
|
| def GaudiKernel.GaudiHandles.GaudiHandle.toStringProperty |
( |
|
self | ) |
|
| GaudiKernel.GaudiHandles.GaudiHandle.isPublic = True |
|
static |
| GaudiKernel.GaudiHandles.GaudiHandle.typeAndName |
The documentation for this class was generated from the following file: