Home
last modified time | relevance | path

Searched refs:methodSignature (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/mock-generate/src/declaration-node/
DinterfaceDeclaration.ts61 const methodSignature = getMethodSignatureDeclaration(value, sourceFile); constant
62 if (interfaceMethodSignature.get(methodSignature.functionName) !== undefined) {
63 interfaceMethodSignature.get(methodSignature.functionName)?.push(methodSignature);
66 methodSignatureArray.push(methodSignature);
67 interfaceMethodSignature.set(methodSignature.functionName, methodSignatureArray);
/third_party/python/Doc/library/
Dxmlrpc.server.rst127 ``system.methodHelp`` and ``system.methodSignature``.
328 ``system.methodHelp`` and ``system.methodSignature``.
Dxmlrpc.client.rst200 .. method:: ServerProxy.system.methodSignature(name)
/third_party/python/Lib/test/
Dtest_xmlrpc.py895 divsig = p.system.methodSignature('div')