コード例 #1
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b
コード例 #2
0
ファイル: patch_ally_core_http.py プロジェクト: finid/Ally-Py
 def uriGateway() -> Handler:
     b = URIHandler()
     b.resourcesRoot = resourcesRoot()
     b.resourcesRootURI = root_uri_my_resources()
     b.converterPath = converterPath()
     return b
コード例 #3
0
def uri() -> Handler:
    b = URIHandler()
    b.resourcesRoot = resourcesRoot()
    b.converterPath = converterPath()
    return b