We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369c8fd commit 3f1b270Copy full SHA for 3f1b270
quark/script/__init__.py
@@ -250,10 +250,10 @@ def findMethodInCaller(
250
"""
251
Check if target method is in caller method.
252
253
- :params callerMethod: python list contains class name, method name and
254
- descriptor of caller method.
255
- :params targetMethod: python list contains class name, method name and
256
- descriptor of target method.
+ :params callerMethod: python list contains class name,
+ method name and descriptor of caller method.
+ :params targetMethod: python list contains class name,
+ method name and descriptor of target method.
257
:return: True/False
258
259
0 commit comments