コード例 #1
0
ファイル: test_auth_provider.py プロジェクト: zoom11jc/bokeh
def null_auth():
    return bsa.NullAuth()
コード例 #2
0
def null_auth() -> bsa.NullAuth:
    return bsa.NullAuth()