Trees | Indices | Help |
|
---|
|
object --+ | basestring --+ | unicode --+ | object --+ | | | interface.Interface --+ | | | interface.iDagItem --+ | Namespace
Represents a Maya namespace Namespaces follow the given nameing conventions:
- Paths starting with a column are absolute
- :absolute:path
- Path separator is ':'
|
|||
Inherited from Inherited from Inherited from Inherited from |
|||
Overridden Methods | |||
---|---|---|---|
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
Edit Methods | |||
|
|||
|
|||
|
|||
|
|||
Query Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|||
Object Retrieval | |||
|
|||
Iterators | |||
Inherited from |
|||
Name Generation | |||
Inherited from |
|
|||
Edit Methods | |||
---|---|---|---|
|
|||
Query Methods | |||
|
|||
|
|||
|
|||
|
|||
Name Generation | |||
Inherited from |
|
|||
re_find_duplicate_sep = re.compile(":{2,}")
|
|||
rootpath = ':'
|
|||
_defaultns = ['UI', 'shared']
|
|||
defaultIncrFunc = lambda b, i:
|
|||
Inherited from |
|||
Configuration | |||
---|---|---|---|
_sep = ':' hash(x) |
|
|||
Inherited from |
|
Note: the namespace does not need to exist, but many methods will not work if so. NamespaceObjects returned by methods of this class are garantueed to exist |
|
repr(x)
|
Note: if the target namespace already exists, it will be returned |
Note: if the namespace already exists, the existing one will be returned with all objects from this one added accordingly To Do: Implement undo ! |
To Do: Implement undo ! |
Note: can handle sub-namespaces properly To Do: Implement undo ! |
|
|
|
|
|
|
|
Note: the root namespace cannot be relative - if this is of interest for you, you have to check for it. This method gracefully ignores that fact to make it more convenient to use as one does not have to be afraid of exceptions |
|
Note: method assumes that the namespace starts at the beginning of the object |
|
Notes:
|
Note:
this method is quite similar to |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:13 2011 | http://epydoc.sourceforge.net |