| 位置 | 领域 | 页 | 行动 |
|---|---|---|---|
| 1 | docs-python.ru | /tutorial/vstroennye... | |
|
标题
Функция compile() компилирует блок кода Python
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
Функция compile () возвращает переданный, в качестве аргумента источник, в виде объекта кода, готового к выполнению. |
|||
| 2 | docs.python.org | /3/library/py_compil... | |
|
标题
py_compile — Compile Python source files
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
The py_compile module provides a function to generate a byte-code file from a source file , and another function used when the module source file is invoked as ... |
|||
| 3 | ravesli.com | /function-compile-py... | |
|
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
Функция compile() вычисляет код Python из исходного объекта и возвращает его . Например |
|||
| 4 | pythononlinecompiler.ru | / | |
|
标题
Онлайн Python компилятор — IDE, редактор и ...
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
Онлайн компилятор Python позволяет запустить и компилировать код программы , быстрый и простой Online Python Compiler на русском языке. |
|||
| 5 | onlinegdb.com | /online_python_compi... | |
|
标题
Online Python Compiler - online editor
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
Online Python Compiler . Code, Compile, Run and Debug python program online. Write your code in this editor and press "Run" button to execute it ... |
|||
| 6 | programiz.com | /python-programming/... | |
|
标题
Online Python Compiler (Interpreter)
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
Write and run your Python code using our online compiler . Enjoy additional features like code sharing, dark mode, and support for multiple programming ... |
|||
| 8 | reddit.com | /r/learnpython/comme... | |
|
标题
Compile Python
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
Can I compile Python into an executable file for Mac that includes everything needed to run the program? Where any user that runs the file ... |
|||
| 9 | w3schools.com | /python/ref_func_com... | |
|
标题
Python compile() Function
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
The compile() function returns the specified source as a code object , ready to be executed. Syntax |
|||
| 12 | realpython.com | /ref/builtin-functio... | |
|
标题
compile() | Python's Built-in Functions
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
The built-in compile() function converts a string containing Python code into a code object . This code can be executed using exec() or eval(). |
|||
| 13 | letpy.com | /handbook/builtins/c... | |
|
标题
Встроенная функция Python compile. Документация ...
最后更新
不适用
页面权限
不适用
交通:
不适用
反向链接:
不适用
社交分享:
不适用
加载时间:
不适用
片段预览:
Компилирует исходный код в объект кода , либо объект АСД (абстрактное синтаксическое дерево). Объект кода может быть выполнен с помощью функций eval или exec . |
|||