[ ENUM CLASS ] - Release extensions for folder structures.
More...
|
| kRoot = None |
| [ list of str ] - Root. More...
|
|
| kBinDarwin = None |
| [ None ] - Bin (executables) path on Mac OS extensions. More...
|
|
| kBinLinux = None |
| [ None ] - Bin (executables) path on Linux OS extensions. More...
|
|
list | kBinWindows = ['exe', 'com', 'bat', 'ps1', 'cmd'] |
| [ list of str ] - Bin (executables) path on Microsoft Windows OS extensions. More...
|
|
| kConfig = None |
| [ None ] - Configuration path extensions. More...
|
|
| kData = None |
| [ str ] - Data path extensions. More...
|
|
list | kDoc = ['html', 'js', 'css', 'png', 'md', 'rst'] |
| [ lis of str ] - Documentation path extensions. More...
|
|
| kHoudini = None |
| [ None ] - Maya path extensions. More...
|
|
| kKatana = None |
| [ None ] - Katana path extensions. More...
|
|
| kLib = None |
| [ None ] - Library path extensions. More...
|
|
| kMari = None |
| [ None ] - Mari path extensions. More...
|
|
| kMaya = None |
| [ None ] - Maya path extensions. More...
|
|
| kNuke = None |
| [ None ] - Nuke path extensions. More...
|
|
| kPython = None |
| [ list of str ] - Python path extensions. More...
|
|
| kResources = None |
| [ None ] - Files path extensions. More...
|
|
|
def | listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False) |
| List static public attributes of the class. More...
|
|
def | listAttributeElements (cls, attribute) |
| List elements of a static public attribute. More...
|
|
def | getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startLower=False) |
| Get the name of the attribute for given value. More...
|
|
def | getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None) |
| Get value from attribute name. More...
|
|
def | asDict (cls, removeK=True) |
| Get all the attributes and their values in a dict instance. More...
|
|
[ ENUM CLASS ] - Release extensions for folder structures.
◆ kRoot
sStashPackage.packageLib.ReleaseFolderFileExtension.kRoot = None |
|
static |
◆ kBinDarwin
sStashPackage.packageLib.ReleaseFolderFileExtension.kBinDarwin = None |
|
static |
[ None ] - Bin (executables) path on Mac OS extensions.
◆ kBinLinux
sStashPackage.packageLib.ReleaseFolderFileExtension.kBinLinux = None |
|
static |
[ None ] - Bin (executables) path on Linux OS extensions.
◆ kBinWindows
list sStashPackage.packageLib.ReleaseFolderFileExtension.kBinWindows = ['exe', 'com', 'bat', 'ps1', 'cmd'] |
|
static |
[ list of str ] - Bin (executables) path on Microsoft Windows OS extensions.
◆ kConfig
sStashPackage.packageLib.ReleaseFolderFileExtension.kConfig = None |
|
static |
[ None ] - Configuration path extensions.
◆ kData
sStashPackage.packageLib.ReleaseFolderFileExtension.kData = None |
|
static |
[ str ] - Data path extensions.
◆ kDoc
list sStashPackage.packageLib.ReleaseFolderFileExtension.kDoc = ['html', 'js', 'css', 'png', 'md', 'rst'] |
|
static |
[ lis of str ] - Documentation path extensions.
◆ kHoudini
sStashPackage.packageLib.ReleaseFolderFileExtension.kHoudini = None |
|
static |
[ None ] - Maya path extensions.
◆ kKatana
sStashPackage.packageLib.ReleaseFolderFileExtension.kKatana = None |
|
static |
[ None ] - Katana path extensions.
◆ kLib
sStashPackage.packageLib.ReleaseFolderFileExtension.kLib = None |
|
static |
[ None ] - Library path extensions.
◆ kMari
sStashPackage.packageLib.ReleaseFolderFileExtension.kMari = None |
|
static |
[ None ] - Mari path extensions.
◆ kMaya
sStashPackage.packageLib.ReleaseFolderFileExtension.kMaya = None |
|
static |
[ None ] - Maya path extensions.
◆ kNuke
sStashPackage.packageLib.ReleaseFolderFileExtension.kNuke = None |
|
static |
[ None ] - Nuke path extensions.
◆ kPython
sStashPackage.packageLib.ReleaseFolderFileExtension.kPython = None |
|
static |
[ list of str ] - Python path extensions.
◆ kResources
sStashPackage.packageLib.ReleaseFolderFileExtension.kResources = None |
|
static |
[ None ] - Files path extensions.
The documentation for this class was generated from the following file: