
Public Member Functions | |
| def | __init__ |
| def | combine |
| def | prefix |
| def | same |
| def | deployable |
| def | resolved |
| def | compatible |
| def | explain |
Public Attributes | |
| reasons | |
Private Member Functions | |
| def | _buildclone |
| def | _buildinstance |
Definition at line 42 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::__init__ | ( | self, | ||
| reason | ||||
| ) |
| def indra::ipc::compatibility::_Compatibility::combine | ( | self, | ||
| other | ||||
| ) |
| def indra::ipc::compatibility::_Compatibility::prefix | ( | self, | ||
| leadin | ||||
| ) |
Definition at line 54 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::same | ( | self | ) |
Definition at line 57 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::deployable | ( | self | ) |
Definition at line 58 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::resolved | ( | self | ) |
Definition at line 59 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::compatible | ( | self | ) |
Definition at line 60 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::explain | ( | self | ) |
Definition at line 62 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::_buildclone | ( | self, | ||
other = None | ||||
| ) | [private] |
Definition at line 65 of file compatibility.py.
| def indra::ipc::compatibility::_Compatibility::_buildinstance | ( | self | ) | [private] |
Reimplemented in indra::ipc::compatibility::Mixed, and indra::ipc::compatibility::Same.
Definition at line 72 of file compatibility.py.
Definition at line 44 of file compatibility.py.
1.5.5