Home
last modified time | relevance | path

Searched full:py (Results 1 – 25 of 4280) sorted by relevance

12345678910>>...172

/third_party/python/Lib/ensurepip/_bundled/
Dpip-21.2.4-py3-none-any.whl ... pip/__init__.py pip/__main__.py pip/py.typed pip/_internal/__init__. ...
Dsetuptools-58.1.0-py3-none-any.whl ... py setuptools/errors.py setuptools/extension.py setuptools/glob.py setuptools/gui-32 ...
/third_party/python/PCbuild/
Dlib.pyproj8 <StartupFile>abc.py</StartupFile>
22 <Compile Include="abc.py" />
23 <Compile Include="aifc.py" />
24 <Compile Include="antigravity.py" />
25 <Compile Include="argparse.py" />
26 <Compile Include="ast.py" />
27 <Compile Include="asynchat.py" />
28 <Compile Include="asyncio\base_events.py" />
29 <Compile Include="asyncio\base_futures.py" />
30 <Compile Include="asyncio\base_subprocess.py" />
[all …]
/third_party/python/Lib/idlelib/
DChangeLog22 * ChangeLog, EditorWindow.py, INSTALLATION, NEWS.txt, README.txt,
23 TODO.txt, idlever.py:
28 * INSTALLATION, setup.py: INSTALLATION: Remove the coexist.patch
31 **************** setup.py:
42 * PyShell.py, idle, idles: Implement idle command interface as
46 usage: idle.py [-c command] [-d] [-i] [-r script] [-s] [-t title]
83 window can be started in parallel by "idles -e foo.py".
87 * PyShell.py: Call out IDLE Fork in startup message.
91 * PyShell.py, setup.py: Add a script "idles" which opens a Python
99 window can be started in parallel by "idles -e foo.py".
[all …]
DREADME.txt24 __init__.py # import, does nothing
25 __main__.py # -m, starts IDLE
27 idle.py
32 autocomplete.py # Complete attribute names or filenames.
33 autocomplete_w.py # Display completions.
34 autoexpand.py # Expand word with previous word in file.
35 browser.py # Create module browser window.
36 calltip_w.py # Display calltip.
37 calltips.py # Create calltip text.
38 codecontext.py # Show compound statement headers otherwise not visible.
[all …]
/third_party/libxml2/python/tests/
DMakefile.am5 build.py \
6 attribs.py \
7 tst.py \
8 tstxpath.py \
9 xpathext.py \
10 push.py \
11 pushSAX.py \
12 pushSAXhtml.py \
13 error.py \
14 serialize.py\
[all …]
/third_party/python/Tools/scripts/
DREADME6 abitype.py Converts a C file to use the PEP 384 type definition API
7 analyze_dxp.py Analyzes the result of sys.getdxp()
8 byext.py Print lines/words/chars stats of files by extension
9 byteyears.py Print product of a file's size and age
10 cleanfuture.py Fix redundant Python __future__ statements
11 combinerefs.py A helper for analyzing PYTHONDUMPREFS output
12 copytime.py Copy one file's atime and mtime to another
13 crlf.py Change CRLF line endings to LF (Windows to Unix)
14 db2pickle.py Dump a database file to a pickle
15 diff.py Print file diffs in context, unified, or ndiff formats
[all …]
/third_party/python/Lib/test/
Dtest_cprofile.py79 28 0.028 0.001 0.028 0.001 profilee.py:110(__getattr__)
80 1 0.270 0.270 1.000 1.000 profilee.py:25(testfunc)
81 23/3 0.150 0.007 0.170 0.057 profilee.py:35(factorial)
82 20 0.020 0.001 0.020 0.001 profilee.py:48(mul)
83 2 0.040 0.020 0.600 0.300 profilee.py:55(helper)
84 4 0.116 0.029 0.120 0.030 profilee.py:73(helper1)
85 2 0.000 0.000 0.140 0.070 profilee.py:84(helper2_indirect)
86 8 0.312 0.039 0.400 0.050 profilee.py:88(helper2)
87 8 0.064 0.008 0.080 0.010 profilee.py:98(subhelper)"""
89 profilee.py:110(__getattr__) <- 16 0.016 0.016 profilee.py:98(subh…
[all …]
Dtest_modulefinder.py37 a/__init__.py
38 a/module.py
41 b/__init__.py
52 a/__init__.py
53 a/module.py
56 b/__init__.py
66 mymodule.py
67 a/__init__.py
71 a/module.py
75 a/b.py
[all …]
Dtest_profile.py117 with open('demo.py', 'w', encoding="utf-8") as f:
123 'demo.py',
170 28 27.972 0.999 27.972 0.999 profilee.py:110(__getattr__)
171 1 269.996 269.996 999.769 999.769 profilee.py:25(testfunc)
172 23/3 149.937 6.519 169.917 56.639 profilee.py:35(factorial)
173 20 19.980 0.999 19.980 0.999 profilee.py:48(mul)
174 2 39.986 19.993 599.830 299.915 profilee.py:55(helper)
175 4 115.984 28.996 119.964 29.991 profilee.py:73(helper1)
176 2 -0.006 -0.003 139.946 69.973 profilee.py:84(helper2_indirect)
177 8 311.976 38.997 399.912 49.989 profilee.py:88(helper2)
[all …]
Dtest_tracemalloc.py49 (0, 10, (('a.py', 2), ('b.py', 4)), 3),
50 (0, 10, (('a.py', 2), ('b.py', 4)), 3),
51 (0, 10, (('a.py', 2), ('b.py', 4)), 3),
53 (1, 2, (('a.py', 5), ('b.py', 4)), 3),
55 (2, 66, (('b.py', 1),), 1),
62 (0, 10, (('a.py', 2), ('b.py', 4)), 3),
63 (0, 10, (('a.py', 2), ('b.py', 4)), 3),
64 (0, 10, (('a.py', 2), ('b.py', 4)), 3),
66 (2, 2, (('a.py', 5), ('b.py', 4)), 3),
67 (2, 5000, (('a.py', 5), ('b.py', 4)), 3),
[all …]
/third_party/jinja2/
Djinja2.gni2 "//third_party/jinja2/__init__.py",
3 "//third_party/jinja2/_compat.py",
4 "//third_party/jinja2/_identifier.py",
5 "//third_party/jinja2/asyncfilters.py",
6 "//third_party/jinja2/asyncsupport.py",
7 "//third_party/jinja2/bccache.py",
8 "//third_party/jinja2/compiler.py",
9 "//third_party/jinja2/constants.py",
10 "//third_party/jinja2/debug.py",
11 "//third_party/jinja2/defaults.py",
[all …]
/third_party/skia/third_party/externals/jinja2/
Djinja2.gni2 "${skia_third_party_dir}/jinja2/__init__.py",
3 "${skia_third_party_dir}/jinja2/_compat.py",
4 "${skia_third_party_dir}/jinja2/_identifier.py",
5 "${skia_third_party_dir}/jinja2/asyncfilters.py",
6 "${skia_third_party_dir}/jinja2/asyncsupport.py",
7 "${skia_third_party_dir}/jinja2/bccache.py",
8 "${skia_third_party_dir}/jinja2/compiler.py",
9 "${skia_third_party_dir}/jinja2/constants.py",
10 "${skia_third_party_dir}/jinja2/debug.py",
11 "${skia_third_party_dir}/jinja2/defaults.py",
[all …]
/third_party/node/tools/inspector_protocol/jinja2/
Djinja2.gni4 "//third_party/jinja2/__init__.py",
5 "//third_party/jinja2/_compat.py",
6 "//third_party/jinja2/_identifier.py",
7 "//third_party/jinja2/asyncfilters.py",
8 "//third_party/jinja2/asyncsupport.py",
9 "//third_party/jinja2/bccache.py",
10 "//third_party/jinja2/compiler.py",
11 "//third_party/jinja2/constants.py",
12 "//third_party/jinja2/debug.py",
13 "//third_party/jinja2/defaults.py",
[all …]
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc17 namespace py = ::pybind11;
41 py::function f) { in RegisterBenchmark()
48 py::enum_<TimeUnit>(m, "TimeUnit") in PYBIND11_MODULE()
56 py::enum_<BigO>(m, "BigO") in PYBIND11_MODULE()
69 py::class_<Benchmark>(m, "Benchmark") in PYBIND11_MODULE()
78 .def("unit", &Benchmark::Unit, py::return_value_policy::reference) in PYBIND11_MODULE()
79 .def("arg", &Benchmark::Arg, py::return_value_policy::reference) in PYBIND11_MODULE()
80 .def("args", &Benchmark::Args, py::return_value_policy::reference) in PYBIND11_MODULE()
81 .def("range", &Benchmark::Range, py::return_value_policy::reference, in PYBIND11_MODULE()
82 py::arg("start"), py::arg("limit")) in PYBIND11_MODULE()
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_filelist.py152 '*.py', anchor=True, is_regex=False).search('filelist.py'))
157 self.assertFalse(file_list.exclude_pattern('*.py'))
161 file_list.files = ['a.py', 'b.py']
162 self.assertTrue(file_list.exclude_pattern('*.py'))
166 file_list.files = ['a.py', 'a.txt']
167 file_list.exclude_pattern('*.py')
174 self.assertFalse(file_list.include_pattern('*.py'))
178 file_list.set_allfiles(['a.py', 'b.txt'])
179 self.assertTrue(file_list.include_pattern('*.py'))
184 file_list.set_allfiles(['a.py', 'b.txt'])
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh138 # Files clobbered by config.py
840 tests/scripts/check_files.py
846 scripts/assemble_changelog.py -o ChangeLog.new
857 tests/scripts/check_names.py -v
867 tests/scripts/check_test_cases.py $opt
922 scripts/config.py full
944 scripts/config.py full
945 scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
946 scripts/config.py set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER
964 scripts/config.py full
[all …]
/third_party/python/Lib/test/dtracedata/
Dline.d.expected1 line:line.py:test_line:2
2 line:line.py:test_line:3
3 line:line.py:test_line:4
4 line:line.py:test_line:5
5 line:line.py:test_line:6
6 line:line.py:test_line:7
7 line:line.py:test_line:8
8 line:line.py:test_line:9
9 line:line.py:test_line:10
10 line:line.py:test_line:11
[all …]
Dcall_stack.d.expected1 function-entry:call_stack.py:start:23
2 function-entry: call_stack.py:function_1:1
3 function-entry: call_stack.py:function_3:9
4 function-return: call_stack.py:function_3:10
5 function-return: call_stack.py:function_1:2
6 function-entry: call_stack.py:function_2:5
7 function-entry: call_stack.py:function_1:1
8 function-entry: call_stack.py:function_3:9
9 function-return: call_stack.py:function_3:10
10 function-return: call_stack.py:function_1:2
[all …]
Dcall_stack.stp.expected1 function__entry:call_stack.py:start:23
2 function__entry:call_stack.py:function_1:1
3 function__return:call_stack.py:function_1:2
4 function__entry:call_stack.py:function_2:5
5 function__entry:call_stack.py:function_1:1
6 function__return:call_stack.py:function_1:2
7 function__return:call_stack.py:function_2:6
8 function__entry:call_stack.py:function_3:9
9 function__return:call_stack.py:function_3:10
10 function__entry:call_stack.py:function_4:13
[all …]
/third_party/libxml2/python/
DMakefile.am10 setup.py \
11 generator.py \
12 libxml.py \
15 libxml2class.py \
26 libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
31 BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
36 libxml2.py: $(srcdir)/libxml.py libxml2class.py
37 cat $(srcdir)/libxml.py `test -f libxml2class.py || echo $(srcdir)/`libxml2class.py > $@
40 drv_libxml2.py \
41 libxml2.py
[all …]
/third_party/python/Doc/howto/
Dargparse.rst30 cpython devguide prog.py pypy rm-unused-function.patch
37 -rwxr-xr-x 1 wena wena 535 Feb 19 00:05 prog.py
82 $ python3 prog.py
83 $ python3 prog.py --help
84 usage: prog.py [-h]
88 $ python3 prog.py --verbose
89 usage: prog.py [-h]
90 prog.py: error: unrecognized arguments: --verbose
91 $ python3 prog.py foo
92 usage: prog.py [-h]
[all …]
/third_party/skia/infra/bots/
DREADME.recipes.md1 <!--- AUTOGENERATED BY `./recipes.py test train` -->
56 [DEPS](/infra/bots/recipe_modules/build/__init__.py#7): [depot\_tools/gclient][depot_tools/recipe_m…
62 #### **class [BuildApi](/infra/bots/recipe_modules/build/api.py#21)([RecipeApi][recipe_engine/wkt/R…
64 &mdash; **def [\_\_call\_\_](/infra/bots/recipe_modules/build/api.py#51)(self, checkout_root, out_d…
68 &mdash; **def [copy\_build\_products](/infra/bots/recipe_modules/build/api.py#55)(self, out_dir, ds…
75 #### **class [BuilderNameSchemaApi](/infra/bots/recipe_modules/builder_name_schema/api.py#14)([Reci…
77 &mdash; **def [DictForBuilderName](/infra/bots/recipe_modules/builder_name_schema/api.py#32)(self, …
79 &mdash; **def [MakeBuilderName](/infra/bots/recipe_modules/builder_name_schema/api.py#29)(self, \*\…
82 [DEPS](/infra/bots/recipe_modules/checkout/__init__.py#7): [depot\_tools/bot\_update][depot_tools/r…
86 #### **class [CheckoutApi](/infra/bots/recipe_modules/checkout/api.py#13)([RecipeApi][recipe_engine…
[all …]
/third_party/skia/third_party/externals/angle2/scripts/
Drun_code_generation.py7 # run_code_generation.py:
83 'src/libANGLE/renderer/gen_angle_format_table.py',
85 'src/libANGLE/renderer/gen_load_functions_table.py',
87 'src/libANGLE/renderer/gen_load_texture_border_functions_table.py',
89 'src/compiler/preprocessor/generate_parser.py',
91 'src/compiler/translator/generate_parser.py',
93 'src/libANGLE/renderer/d3d/d3d11/gen_blit11helper.py',
95 'src/libANGLE/renderer/d3d/d3d11/gen_texture_format_table.py',
97 'src/libANGLE/renderer/gen_dxgi_format_table.py',
99 'src/libANGLE/renderer/gen_dxgi_support_tables.py',
[all …]
/third_party/jerryscript/docs/
D00.GETTING-STARTED.md33 python tools/build.py --debug
39 python tools/build.py --debug --lto=off
45 tools/build.py --debug --logging=on --error-messages=on --line-info=on
51 python tools/build.py --cmake-param=CMAKE_PARAM
57 python tools/build.py --profile=es5.1|es2015-subset|minimal
69 python tools/build.py
75 python tools/build.py --compile-flag="-nostdlib -I/path/to/ext-libc/include" --link-lib="ext-c"
83 python tools/build.py --toolchain=TOOLCHAIN
89 python tools/build.py --toolchain=cmake/toolchain_linux_armv7l.cmake
95 python tools/build.py --system-allocator=on
[all …]

12345678910>>...172