|
__str__(...)
A Python Descriptor class that delegates attribute fetches
to an underlying wrapped subject of a Proxy. Typical use: |
source code
|
|
|
__hash__(...)
A Python Descriptor class that delegates attribute fetches
to an underlying wrapped subject of a Proxy. Typical use: |
source code
|
|
|
|
|
|
|
|
|
|
|
__get_base_path(self)
Return the file's directory and file name, with the
suffix stripped. |
source code
|
|
|
__get_posix_path(self)
Return the path with / as the path separator,
regardless of platform. |
source code
|
|
|
__get_windows_path(self)
Return the path with as the path separator,
regardless of platform. |
source code
|
|
|
|
|
__get_srcdir(self)
Returns the directory containing the source node linked to this
node via VariantDir(), or the directory of this node if not linked. |
source code
|
|
|
|
|
__get_rsrcdir(self)
Returns the directory containing the source node linked to this
node via VariantDir(), or the directory of this node if not linked. |
source code
|
|
|
|
|
__getattr__(self,
name)
Retrieve an attribute from the wrapped object. If the named
attribute doesn't exist, AttributeError is raised |
source code
|
|
Inherited from Util.Proxy :
__eq__ ,
__init__ ,
get
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|