Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
decl_def_audit.py File Reference

Go to the source code of this file.

Namespaces

namespace  decl_def_audit
 

Functions

 decl_def_audit.run_ctags ()
 
 decl_def_audit.module_of (path)
 
 decl_def_audit.categorise (hdr, src)
 
 decl_def_audit.main ()
 

Variables

 decl_def_audit.REPO = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
 decl_def_audit.SRC = os.path.join(REPO, "src")
 
str decl_def_audit.ORCHESTRATOR = "defined in darktable.c: the singleton-accessor pattern"
 
str decl_def_audit.SUBDIR = "implementation lives in a subdirectory of the header"
 
str decl_def_audit.PARENTDIR = "header lives in a subdirectory of the implementation"
 
str decl_def_audit.UNRELATED = "unrelated directories"