我们从Python开源项目中,提取了以下17个代码示例,用于说明如何使用werkzeug._reloader()。
def run_with_reloader(*args, **kwargs): # People keep using undocumented APIs. Do not use this function # please, we do not guarantee that it continues working. from werkzeug._reloader import run_with_reloader return run_with_reloader(*args, **kwargs)