Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
__init__.py File Reference

Go to the source code of this file.

Namespaces

namespace  SubjectHierarchyPlugins
 

Variables

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