MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / join

Function join

python/docs/exts/ghpages.py:32–33  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

30 :todo: should only affect html built
31 """
32 def join(dir):
33 return os.path.join(app.builder.outdir, dir)
34
35 for item in os.listdir(app.builder.outdir):
36 if item.startswith('_') and os.path.isdir(join(item)):

Callers 1

move_private_foldersFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected