Home
last modified time | relevance | path

Searched refs:Python (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/netbsd-src/external/bsd/unbound/dist/
H A Dacx_python.m45 AC_ARG_VAR([PYTHON_VERSION],[The installed Python
7 will be appended to the Python interpreter
49 AC_MSG_CHECKING([for the $m Python module])
60 AC_MSG_CHECKING([for the $m2 Python module])
66 AC_MSG_ERROR([cannot import Python module "$m", or "$m2".
67 Please check your Python installation. The errors are:
78 # Check for Python include path
80 AC_MSG_CHECKING([for Python include path])
98 # Check for Python library path
100 AC_MSG_CHECKING([for Python library path])
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Python/
H A DReadme1 Python - DTracing Python
3 These scripts trace the Python programming language, and require a version
4 of Python which has been built with DTrace probes.
6 The Python DTrace provider was originally written by John Levon, and
9 Python and the Python DTrace provider patch listed in the comments here,
13 You will need patch and build Python for these probes to work.
16 Since the DTrace Python provider may be developed further, there is a chance
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dpython9 0 string/t """ Python script text executable
10 # MAGIC as specified in Python/import.c (1.0 to 3.7)
207 # \x0d as part of magic should suffice till Python 3.14 (magic 3600)
208 >>1 ubyte 0x0d Byte-compiled Python module for
222 >>0 uleshort 240 Byte-compiled Python module for PyPy3.7,
225 >>0 uleshort 256 Byte-compiled Python module for PyPy3.8,
228 >>0 uleshort 336 Byte-compiled Python module for PyPy3.9,
232 0 search/1/w #!\040/usr/bin/python Python script text executable
235 0 search/1/w #!\040/usr/local/bin/python Python script text executable
238 0 search/10/w #!\040/usr/bin/env\040python Python script text executable
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpy_malloc_example.txt5 can see it running on Code/Python/func_abc.py
13 Python malloc byte distributions by engine caller,
185 Python malloc byte distributions by Python file and function,
502 Python function, then that function is identified as responsible; and the
503 results will appear in the second section - Python malloc byte distributions
504 by Python file and function.
507 a function from the Python engine, and these are noted in the first section -
508 Python malloc byte distributions by engine caller.
H A Dpy_who_example.txt3 This script shows which UIDs and PIDs are running Python programs with Python
8 Here it runs as the Code/Python/func_abc.py program is executed.
33 Python library calls.
H A Dpy_mallocstk_example.txt2 Python, printing byte distributions by user stack trace.
4 Here we see the script runnin on the program Code/Python/func_abc.py
13 Python malloc byte distributions by stack trace,
302 people unfamiliar with stack tracing and Python engine internals.
310 why Python called malloc() in that instance, along with translations of Python
312 first (or even at second or at third) - since you are examining Python engine
313 internals. Try looking for lines in square brackets - those are Python language
314 frames, and will show where (or if) the malloc() was caused by Python code.
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dpy_malloc_example.txt5 can see it running on Code/Python/func_abc.py
13 Python malloc byte distributions by engine caller,
185 Python malloc byte distributions by Python file and function,
502 Python function, then that function is identified as responsible; and the
503 results will appear in the second section - Python malloc byte distributions
504 by Python file and function.
507 a function from the Python engine, and these are noted in the first section -
508 Python malloc byte distributions by engine caller.
H A Dpy_who_example.txt3 This script shows which UIDs and PIDs are running Python programs with Python
8 Here it runs as the Code/Python/func_abc.py program is executed.
33 Python library calls.
H A Dpy_mallocstk_example.txt2 Python, printing byte distributions by user stack trace.
4 Here we see the script runnin on the program Code/Python/func_abc.py
13 Python malloc byte distributions by stack trace,
302 people unfamiliar with stack tracing and Python engine internals.
310 why Python called malloc() in that instance, along with translations of Python
312 first (or even at second or at third) - since you are examining Python engine
313 internals. Try looking for lines in square brackets - those are Python language
314 frames, and will show where (or if) the malloc() was caused by Python code.
/netbsd-src/external/gpl2/dtc/dist/
H A DREADME11 Python library
14 A Python library is also available. To build this you will need to install
15 swig and Python development files. On Debian distributions:
36 method. Help is available using the Python help command, e.g.:
56 or '/usr/local'. See Python's distutils documentation for details. You can
64 To disable building the python library, even if swig and Python are available,
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/
H A Dindex.rst4 Python module for **Unbound** provides easy-to-use flexible solution,
9 monitoring with anything Python can offer *(database backend, http server)*.
12 * Rapid dynamic DNS-based application development in **Python**
H A Dinstall.rst7 Python 2.4 or higher, SWIG 1.3 or higher, GNU make
28 SWIG and Python devel libraries to compile extension module.
65 Python.
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/
H A Dinstall.rst7 Python 2.4 or higher, SWIG 1.3 or higher, GNU make
22 You need ``GNU make`` to compile sources; ``SWIG`` and ``Python devel``
38 in Python using the Unbound extension.
H A Dintro.rst21 The pyUnbound is an extension module for Python which provides an
23 It is the first Python module which offers thread-safe caching resolver.
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-202122 * python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
36 * python.texi (Unwinding Frames in Python): Mention
38 (Frames In Python): Mention Frame.level.
58 * python.texi (TUI Windows In Python): Document Window.click.
66 * python.texi (TUI Windows In Python): Document "full_window"
71 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
75 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
87 * python.texi (Inferiors In Python): Mention the 'connection_num'
109 * python.texinfo (Breakpoints In Python): Reword sentence.
113 * python.texinfo (Python Commands): Document 'set debug
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/
H A DCMakeLists.txt1 # Test target to run Python test suite from main build.
34 # The Python FFI interface is broken on AIX: https://bugs.python.org/issue38628.
41 # SystemZ has broken Python/FFI interface:
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/
H A DREADME.txt1 This directory contains Python bindings for LLVM's C library.
9 The single Python package is "llvm." Modules inside this package roughly
31 To step into the Python debugger while running a test, add the following
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dindex.rst4 Here you can find several examples which utilizes the unbound library in Python
7 This set of examples shows how to use the functions from Python environment.
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/
H A DREADME.txt2 // Clang Python Bindings
5 This directory implements Python bindings for Clang.
/netbsd-src/external/bsd/file/dist/python/
H A DREADME.md1 # `file-magic`: Python Bindings
3 This library is a Python ctypes interface to `libmagic`.
/netbsd-src/external/bsd/tre/dist/python/
H A Dsetup.py.in1 # setup.py - Builds and installs the TRE Python language bindings module
26 description = "Python module for TRE",
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst125 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
135 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
145 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
155 :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
165 :param py_cb: Python function that follows `inplace_cb_query`'s prototype. **Must** be callable.
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A DREADME.txt17 This directory also contains a Python script that may be used to generate random
19 comparisons. Another Python script will split generated input files into
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A DREADME.txt23 This directory also contains a Python script that may be used to generate random
25 comparisons. Another Python script will split generated input files into
/netbsd-src/external/mit/isl/dist/
H A DChangeLog4 - fix inherited overloaded methods in Python bindings
83 - minor improvements to Python bindings
113 - minor improvements to Python bindings
215 - preliminary Python bindings

12345678910>>...12