全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

登录


全部 新建 登录

所有匹配主题的 Gist plugin-loader

最近 创建
最早 创建
最近 更新
最早 更新

timmy / 使用 importlib 進行動態模組載入

0 喜欢
0 派生
3 文件
最后活跃于 9 months ago
importlib 允許在執行時動態載入模組,適用於 外部插件管理、模組熱加載、延遲載入以提升效能 等場景。
dynamic-import importlib module-management plugin-loader python
1 import importlib
2
3 # 動態載入內建模組
4 math_module = importlib.import_module("math")
5 print(math_module.sqrt(16)) # 4.0
6
7 # 動態載入自訂模組
8 module_name = "my_module" # 假設有 my_module.py
9 custom_module = importlib.import_module(module_name)
10 print(custom_module.hello()) # 假設 my_module 有 hello() 函式
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 19ms⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文