Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mutalyzer
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • MirrorsMirrors
  • mutalyzer
  • Repository
Switch branch/tag
  • mutalyzer
  • mutalyzer
  • mapping.py
Find file BlameHistoryPermalink
  • Vermaat's avatar
    Use implicit configuration object creation · ae2ae0c8
    Vermaat authored Nov 04, 2011
    The old way of using the configuration file was by instantiating a Config
    object which read the file. This instance was passed to every function and
    object that might need it.
    
    The new way is by simply calling config.get('name') to get the configuration
    value for 'name'. This lazily reads the configuration file and the contents
    are cached for future calls.
    
    
    git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/implicit-config-branch@408 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
    ae2ae0c8