Searched defs:namespace_group (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/actions/
H A Ddirectory.py50 namespace_group = "path" variable in class:DirectoryAction
H A Dlink.py54 namespace_group = "path" variable in class:LinkAction
H A Dfile.py68 namespace_group = "path" variable in class:FileAction
H A Dgeneric.py93 namespace_group member if it hasn't already been specified. This is a
105 # parent class has a namespace_group member, and grab
110 nsg = getattr(c, "namespace_group", None)
114 # If the class didn't have a namespace_group member
117 if "namespace_group" not in dict:
122 dict["namespace_group"] = nsg
165 # 'namespace_group' is a string whose value is shared by actions which
169 namespace_group = None variable in class:Action

Completed in 379 milliseconds