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:asdl
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_asdl_parser.py
1
"""Tests for the
asdl
parser in Parser/
asdl
.py"""
23
# Loads the
asdl
module dynamically, since it's not in a real importable
25
# Parses Python.
asdl
into an ast.Module and run the check on it.
29
'
asdl
', os.path.join(parser_dir, '
asdl
.py'))
30
spec = importlib.util.spec_from_loader('
asdl
', loader)
33
cls.
asdl
= module
34
cls.mod = cls.
asdl
.parse(os.path.join(parser_dir, 'Python.
asdl
'))
[all...]
/third_party/python/Doc/tools/extensions/
H
A
D
asdl_highlight.py
12
from
asdl
import builtin_types
17
aliases = ["
asdl
"]
18
filenames = ["*.
asdl
"]
53
lexers["
asdl
"] = ASDLLexer()
/third_party/python/Parser/
H
A
D
asdl_c.py
13
import
asdl
namespace
22
This function special cases the default types provided by
asdl
.
24
if name in
asdl
.builtin_types:
90
if isinstance(obj,
asdl
.Product) or isinstance(obj,
asdl
.Constructor):
105
class EmitVisitor(
asdl
.VisitorBase):
137
class MetadataVisitor(
asdl
.VisitorBase):
294
assert type in
asdl
.builtin_types, type
328
assert type in
asdl
.builtin_types, type
1658
mod =
asdl
[all...]
Completed in 3 milliseconds