Package motherhamster :: Module fooddish :: Class AssetPath

Class AssetPath



object --+        
         |        
basestring --+    
             |    
           str --+
                 |
                AssetPath

Instance Methods

Inherited from str: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __repr__, __rmod__, __rmul__, __str__, capitalize, center, count, decode, encode, endswith, expandtabs, find, index, isalnum, isalpha, isdigit, islower, isspace, istitle, isupper, join, ljust, lower, lstrip, partition, replace, rfind, rindex, rjust, rpartition, rsplit, rstrip, split, splitlines, startswith, strip, swapcase, title, translate, upper, zfill

Inherited from object: __delattr__, __init__, __reduce__, __reduce_ex__, __setattr__

Static Methods
 
__new__(cls, path, root=None)
Returns: a new object with type S, a subtype of T
Properties
  path
  assetid
  filepath
  extension
  root

Inherited from object: __class__

Method Details

__new__(cls, path, root=None)
Static Method

 
Returns:
a new object with type S, a subtype of T

Overrides: str.__new__
(inherited documentation)

Property Details

path

Get Method:
motherhamster.fooddish.AssetPath._getpath(self)

assetid

Get Method:
motherhamster.fooddish.AssetPath._getname(self)

filepath

Get Method:
motherhamster.fooddish.AssetPath._getfilepath(self)

extension

Get Method:
motherhamster.fooddish.AssetPath._getext(self)

root

Get Method:
motherhamster.fooddish.AssetPath._getroot(self)