Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Namespaces | Variables
Python Namespace Reference

Namespaces

 AbstractScriptedSubjectHierarchyPlugin
 

Variables

 currentDir = os.path.dirname(os.path.realpath(__file__))
 
 fileExtension = os.path.splitext(fileName)[1]
 
 fileNameNoExtension = os.path.splitext(fileName)[0]
 
string importStr = 'from ' + fileNameNoExtension + ' import *'
 

Variable Documentation

◆ currentDir

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

Definition at line 6 of file __init__.py.

◆ fileExtension

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

Definition at line 10 of file __init__.py.

◆ fileNameNoExtension

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

Definition at line 9 of file __init__.py.

◆ importStr

string Python.importStr = 'from ' + fileNameNoExtension + ' import *'

Definition at line 12 of file __init__.py.