For more information on the search, visit the help page.
CallContext
__init__
__slots__
args
callee
keywords
context
InferenceContext
bind_context_to_node
copy_context
_invalidate_cache
_INFERENCE_CACHE
astroid.context.CallContext
astroid
class CallContext: (source)
Constructor: CallContext(args, keywords, callee)
CallContext(args, keywords, callee)
View In Hierarchy
Holds information for a call site.
list[NodeNG]
list[Keyword] | None
NodeNG | None
Undocumented
tuple[str, ...]