Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rebinding
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/test/test_import/data/circular_imports/
H
A
D
rebinding2.py
2
from . import
rebinding
namespace
/third_party/python/Lib/test/
H
A
D
test_named_expressions.py
523
# iteration variables, but should be fine with
rebinding
of other
528
rebinding
= "[x := i for i in range(3) if (x := i) or not x]"
533
("Rebind global", f"x = 1; result = {
rebinding
}"),
534
("Rebind nonlocal", f"result, x = (lambda x=1: ({
rebinding
}, x))()"),
/third_party/python/Lib/test/test_import/
H
A
D
__init__.py
1339
import test.test_import.data.circular_imports.
rebinding
as
rebinding
namespace
1341
self.fail('circular import with
rebinding
of module attribute failed')
namespace
1343
self.assertIs(util.util,
rebinding
.util)
Completed in 4 milliseconds