Methods
|
|
absolute_url
getPhysicalPath
restrictedTraverse
unrestrictedTraverse
|
|
absolute_url
|
absolute_url ( self, relative=0 )
|
|
getPhysicalPath
|
getPhysicalPath ( self )
Returns a path (an immutable sequence of strings)
that can be used to access this object again
later, for example in a copy/paste operation. getPhysicalRoot()
and getPhysicalPath() are designed to operate together.
|
|
restrictedTraverse
|
restrictedTraverse (
self,
path,
default=_marker,
)
|
|
unrestrictedTraverse
|
unrestrictedTraverse (
self,
path,
default=_marker,
restricted=0,
)
|
|