| Home | Trees | Indices | Help |
|---|
|
|
|
|||
| _Parser | |||
|
|||
|
|||
|
|||
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.0beta1 on Fri Jan 18 16:02:39 2008 | http://epydoc.sourceforge.net |