1
Flask.__init__
のシグネチャにはstatic_path
というパラメータがありますが、これは記載されていません。そのパラメータは何をしますか?Flask .__ init__のstatic_pathパラメータは何ですか?
class Flask(
import_name,
static_path=None, static_url_path=None, static_folder='static',
template_folder='templates',
instance_path=None, instance_relative_config=False, root_path=None
)