Home
last modified time | relevance | path

Searched refs:_is_method_call (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Darguments.py50 if _is_method_call(primary, pyfunction) and \
100 def _is_method_call(primary, pyfunction): function
/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Dfunctionutils.py99 is_method_call = CallInfo._is_method_call(primary, pyname)
119 def _is_method_call(primary, pyname): member in CallInfo