Call.get_call_qualifier()
Returns the call's qualifier (target) is exists
get_call_qualifier() -> Union[
Value
,
NoneObject
]
The call's qualifier is the "target" of the call.
For example, for the call:
The qualifier is the:
Query Example
Output
Sometimes, the qualifier itself is a cal
Last updated