コード例 #1
0
ファイル: processor.py プロジェクト: adityaathalye/Ally-Py
def redirect() -> Handler:
    b = RedirectHandler()
    b.redirectAssembly = assemblyRedirect()
    return b
コード例 #2
0
ファイル: processor.py プロジェクト: adityaathalye/Ally-Py
def redirectAuthentication() -> Handler:
    b = RedirectHandler()
    b.redirectAssembly = assemblyRedirectAuthentication()
    return b
コード例 #3
0
def redirect() -> Handler:
    b = RedirectHandler()
    b.redirectAssembly = assemblyRedirect()
    return b