irsim.config.path_param#

Attributes#

Classes#

PathManager

Module for managing the path of the project.

Functions#

bind(→ None)

Bind instance to default index 0 and update current alias.

Module Contents#

class irsim.config.path_param.PathManager[source]#
Module for managing the path of the project.
  • root_path: path of the irsim package

  • ani_buffer_path: path of the animation buffer

  • ani_path: path of the animation

  • fig_path: path of the saved figure

root_path: str#
ani_buffer_path: str = '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.9.3/docs/source/animation_buffer'#
ani_path: str = '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.9.3/docs/source/animation'#
fig_path: str = '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.9.3/docs/source/figure'#
irsim.config.path_param.bind(instance: PathManager) None[source]#

Bind instance to default index 0 and update current alias.

irsim.config.path_param.path_manager#