Package mrv :: Package maya :: Package nt :: Module base :: Class NodeFromStr
[hide private]
[frames] | no frames]

Class NodeFromStr

source code

object --+
         |
        NodeFromStr

Virtual constructor similar to NodeFromObj, but it will only accept strings to produce a wrapped node as fast as possible. Therefore, the error checking is left out.
Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, node_string) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, node_string)

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)