9 references to AddPythonModule
Aspire.Hosting.Python (3)
Aspire.Hosting.Python.Tests (5)
AddPythonAppTests.cs (5)
631var pythonBuilder = builder.AddPythonModule("flask-app", tempDir.Path, "flask");
707builder.AddPythonModule("pythonProject", tempDir.Path, moduleName);
772var pythonBuilder = builder.AddPythonModule("flask-app", tempDir.Path, "flask")
973builder.AddPythonModule("module-app", projectDirectory, "mymodule")
1049var pythonApp = builder.AddPythonModule("myapp", appDirectory, moduleName)
Python.AppHost (1)