Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
SubjectHierarchyPlugins Namespace Reference

Namespaces

namespace  AbstractScriptedSubjectHierarchyPlugin
 

Variables

 currentDir = os.path.dirname(os.path.realpath(__file__))
 
 fileExtension = os.path.splitext(fileName)[1]
 
 fileNameNoExtension = os.path.splitext(fileName)[0]
 
str importStr = f"from {fileNameNoExtension} import *"
 

Detailed Description

This package contains plugins for Subject Hierarchy implemented in Python.

Variable Documentation

◆ currentDir

SubjectHierarchyPlugins.currentDir = os.path.dirname(os.path.realpath(__file__))

Definition at line 8 of file __init__.py.

◆ fileExtension

SubjectHierarchyPlugins.fileExtension = os.path.splitext(fileName)[1]

Definition at line 12 of file __init__.py.

◆ fileNameNoExtension

SubjectHierarchyPlugins.fileNameNoExtension = os.path.splitext(fileName)[0]

Definition at line 11 of file __init__.py.

◆ importStr

str SubjectHierarchyPlugins.importStr = f"from {fileNameNoExtension} import *"

Definition at line 14 of file __init__.py.