コード例 #1
0
ファイル: __init__.py プロジェクト: tiepvb/google_appengine
def urlmatcher_for_gcs_stub(url):
  """Determines whether a URL should be handled by the Cloud Storage stub."""
  return url.startswith(gcs_common.local_api_url())
コード例 #2
0
def urlmatcher_for_gcs_stub(url):
  """Determines whether a url should be handled by gcs stub."""
  return url.startswith(gcs_common.local_api_url())
コード例 #3
0
ファイル: __init__.py プロジェクト: CapeGeek/csuf
def urlmatcher_for_gcs_stub(url):
  """Determines whether a url should be handled by gcs stub."""
  return url.startswith(gcs_common.local_api_url())
コード例 #4
0
ファイル: __init__.py プロジェクト: Khan/frankenserver
def urlmatcher_for_gcs_stub(url):
  """Determines whether a URL should be handled by the Cloud Storage stub."""
  return url.startswith(gcs_common.local_api_url())