pymel.util.common

Commonly used utilities

Functions

cacheProperty a property type for getattr functions that only need to be called once per instance.
capitalize Python’s string ‘capitalize’ method is NOT equiv.
escape Escape all non-alphanumeric characters in pattern.
interpreterBits Returns the number of bits of the architecture the interpreter was compiled on (ie, 32 or 64).
subpackages Given a module object, returns an iterator which yields a tuple (modulename, moduleobject, ispkg) for the given module and all it’s submodules/subpackages.
timer
toZip Sample for storing directory to a ZipFile
uncapitalize preserveAcronymns enabled ensures that ‘NTSC’ does not become ‘nTSC’
unescape
rtype:string

Classes

path Represents a filesystem path.

Previous topic

pymel.util.arrays.metaReadOnlyAttr

Next topic

pymel.util.common.cacheProperty

Core

Core Modules

Other Modules

This Page