venture.shortcuts package

Module contents

class venture.shortcuts.Backend

Bases: object

make_church_prime_ripl(persistent_inference_trace=True)
make_combined_ripl(persistent_inference_trace=True)
make_core_sivm(persistent_inference_trace=True)
make_engine(persistent_inference_trace=True)
make_ripl_rest_server()
make_venture_script_ripl(persistent_inference_trace=True)
make_venture_sivm(persistent_inference_trace=True)
trace_constructor()
class venture.shortcuts.Lite

Bases: venture.shortcuts.Backend

name()
trace_constructor()
class venture.shortcuts.Puma

Bases: venture.shortcuts.Backend

name()
trace_constructor()
venture.shortcuts.backend(name='puma')
venture.shortcuts.make_church_prime_ripl(*args, **kwargs)
venture.shortcuts.make_combined_ripl(*args, **kwargs)
venture.shortcuts.make_core_lite_sivm(*args, **kwargs)
venture.shortcuts.make_core_puma_sivm(*args, **kwargs)
venture.shortcuts.make_core_sivm(*args, **kwargs)
venture.shortcuts.make_lite_church_prime_ripl(*args, **kwargs)
venture.shortcuts.make_lite_combined_ripl(*args, **kwargs)
venture.shortcuts.make_lite_venture_script_ripl(*args, **kwargs)
venture.shortcuts.make_puma_church_prime_ripl(*args, **kwargs)
venture.shortcuts.make_puma_combined_ripl(*args, **kwargs)
venture.shortcuts.make_puma_venture_script_ripl(*args, **kwargs)
venture.shortcuts.make_ripl_rest_client(base_url)
venture.shortcuts.make_ripl_rest_server()
venture.shortcuts.make_venture_lite_sivm(*args, **kwargs)
venture.shortcuts.make_venture_puma_sivm(*args, **kwargs)
venture.shortcuts.make_venture_script_ripl(*args, **kwargs)
venture.shortcuts.make_venture_sivm(*args, **kwargs)

Table Of Contents

This Page