Home
last modified time | relevance | path

Searched refs:ignore_locals (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/astroid/
H A Dinference.py229 …return _infer_stmts(module.getattr(lookupname, ignore_locals=module is self.root()), context, look…
H A Dscoped_nodes.py353 def getattr(self, name, context=None, ignore_locals=False): argument
360 if not ignore_locals and name in self.locals:
/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dscoped_nodes.py607 def getattr(self, name, context=None, ignore_locals=False): argument
614 if name in self.special_attributes and not ignore_locals and not name_in_locals:
616 elif not ignore_locals and name_in_locals:
/dports/devel/py-astroid/astroid-2.9.0/astroid/
H A Dinference.py299 stmts = module.getattr(name, ignore_locals=module is self.root())
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dlib.rs747 ignore_locals: &HirIdSet, in can_move_expr_to_closure_no_visit()
778 …) if !ignore_locals.contains(local_id) && can_partially_move_ty(cx, cx.typeck_results().node_type(… in can_move_expr_to_closure_no_visit()