| Home | Trees | Indices | Help |
|---|
|
|
|
|||
| _Parser | |||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Return a dict mapping interface.method strings to the concatenation of all their 'in' parameters, and mapping interface.signal strings to the concatenation of all their parameters. Example output:
{
'com.example.SignalEmitter.OneString': 's',
'com.example.MethodImplementor.OneInt32Argument': 'i',
}
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Jan 29 19:57:57 2018 | http://epydoc.sourceforge.net |