ranger.container.tags
index
../../ranger/container/tags.py

# Copyright (C) 2009-2013  Roman Zimbelmann <hut@lavabit.com>
# This software is distributed under the terms of the GNU GPL version 3.

 
Modules
       
string

 
Classes
       
builtins.object
Tags

 
class Tags(builtins.object)
     Methods defined here:
__bool__ = __nonzero__(self)
__contains__(self, item)
__init__(self, filename)
__nonzero__(self)
add(self, *items, **others)
dump(self)
marker(self, item)
remove(self, *items)
sync(self)
toggle(self, *items, **others)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
default_tag = '*'

 
Data
        ALLOWED_KEYS = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~'